-
Notifications
You must be signed in to change notification settings - Fork 181
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
base: main
Are you sure you want to change the base?
Conversation
</Button> | ||
</div> | ||
{$_("download.donation_description", defaultI18nValues)} | ||
<Button |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No
There was a problem hiding this 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", |
There was a problem hiding this comment.
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`, |
There was a problem hiding this comment.
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?
Improves download page by removing elements if they don't fit.
Also updates the links to redirect to the Store pages.