Skip to content

chore: add microsoft store links to landing page - #23

Merged
stabldev merged 1 commit into
mainfrom
chore/add-microsoft-store-link
Jul 10, 2026
Merged

chore: add microsoft store links to landing page#23
stabldev merged 1 commit into
mainfrom
chore/add-microsoft-store-link

Conversation

@stabldev

@stabldev stabldev commented Jul 10, 2026

Copy link
Copy Markdown
Owner

This PR updates the landing page's Microsoft Store links. It adds a new constant for the Microsoft Store URL in config.ts and applies it to both store links in index.astro using target='_blank' and rel='noopener noreferrer'.

Summary by CodeRabbit

  • New Features
    • Added Microsoft Store download links to the Windows download options.
    • Microsoft Store links now open securely in a new browser tab from the hero and Getting Started sections.

@coderabbitai

coderabbitai Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: c9899a34-f445-41d5-9ba6-547ce35f6bb3

📥 Commits

Reviewing files that changed from the base of the PR and between d9e3cd5 and d42818c.

📒 Files selected for processing (2)
  • LandingPage/src/config.ts
  • LandingPage/src/pages/index.astro

📝 Walkthrough

Walkthrough

Adds a shared Microsoft Store URL configuration constant and uses it for the landing page’s Windows download links, with external links opening securely in a new tab.

Changes

Microsoft Store links

Layer / File(s) Summary
Store URL and Windows link wiring
LandingPage/src/config.ts, LandingPage/src/pages/index.astro
Exports MICROSOFT_STORE_URL and applies it to the hero and “Getting started” Windows links. Installer navigation remains in the current tab, while Store links use target="_blank" and rel="noopener noreferrer".

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

  • stabldev/dusk-control#11: Both changes centralize landing-page link targets in LandingPage/src/config.ts and consume them from index.astro.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: adding Microsoft Store links to the landing page.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/add-microsoft-store-link

Comment @coderabbitai help to get the list of available commands.

@stabldev
stabldev merged commit a3ab170 into main Jul 10, 2026
1 check passed
@stabldev
stabldev deleted the chore/add-microsoft-store-link branch July 10, 2026 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant