Skip to content

Fix: Improved dynamic layout in download page #782

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Lamparter
Copy link
Contributor

Improves download page by removing elements if they don't fit.
Also updates the links to redirect to the Store pages.

@yaira2 yaira2 self-assigned this Apr 27, 2025
</Button>
</div>
{$_("download.donation_description", defaultI18nValues)}
<Button
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason why this button is no longer an accent button?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No

Copy link
Contributor

@marcelwgn marcelwgn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I think we should keep the donation button an accent button for now though.

icon: "/branding/logo-light.svg",
darkModeIcon: "/branding/logo-dark.svg",
external: true,
},
{
name: $_("download.preview.title", defaultI18nValues),
description: $_("download.preview.description", defaultI18nValues),
href: "/appinstallers/Files.preview.appinstaller",
href: "https://apps.microsoft.com/detail/9nsqd9pkv3ss?mode=full",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep the existing links

),
href: `ms-windows-store://pdp/?ProductId=9nghp3dx8hdx&cid=FilesWebsite`,
href: `https://apps.microsoft.com/detail/9nghp3dx8hdx?mode=full`,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aside from no longer opening the Microsoft Store, this change removes the campaign data. Can you please revert it for now?

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.

3 participants