-
Notifications
You must be signed in to change notification settings - Fork 968
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
feat(web): link data portal from app #7703
base: master
Are you sure you want to change the base?
feat(web): link data portal from app #7703
Conversation
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.
We need the fix the button in other languages before it can be merged.
<Button | ||
href={url} | ||
icon={<Download size={DEFAULT_ICON_SIZE} />} | ||
type="tertiary" | ||
size="md" | ||
aria-label="Download CSV Data" | ||
/> |
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.
Can we mark that this is an external link just like we do in the header the desktop view?
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.
In line with trying to unify the journey I think this should feel as "one platform" as possible, I feel the external link will feel disconnected from the unified experience
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.
I get that but this will also be available on mobile which could lead to unexpected navigations.
I don't think that should be a blocker though.
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.
…ata-portal-from-app
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! 🎉
But please do consider marking it as external in some way. I don't think that is clear in the moment and might confuse some users.
Issue
We don't have enough visibility of the data portal in the app
Description
This PR adds download button to the zone header which links to the appropriate page of the data portal
Preview
TODO
Only show button when zone has data in the data portal
Finalize design and button placement