Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several UI/UX improvements and code quality enhancements across the application, focusing on better accessibility, user feedback, and maintainability. The most significant updates include improved button and menu styling, enhanced display and linking of DOI/use case information, and more robust handling of edge cases in map and geostory components.
UI/UX Improvements:
Buttonand related components for a more consistent and modern look, with improved hover and active states (src/components/ui/button.tsx).src/app/(landing)/geostories-mobile.tsx,src/app/(landing)/live-updates-mobile.tsx) [1] [2] [3].src/components/main-menu/desktop.tsx).src/components/map/legend/index.tsx,src/components/map/tooltip/index.tsx) [1] [2] [3].Geostory and DOI Handling:
src/components/doi-badge/index.tsx,src/components/globe/geostory-dialog.tsx) [1] [2] [3] [4].src/containers/globe/geostories/geostories-list/index.tsx).Map and Data Handling:
EPSG:3857for improved compatibility (src/components/map/constants.ts).src/components/map/index.tsx,src/components/map/tooltip/index.tsx) [1] [2].Social Media and Live Updates:
src/containers/globe/social-media/desktop/carousel.tsx,src/containers/globe/social-media/post.tsx,src/containers/live-updates/social-media.tsx) [1] [2] [3] [4] [5] [6].Code Quality and Maintenance:
src/components/geostories/page/index.tsx,src/components/map/layers/index.tsx,src/components/geostories/content/index.tsx) [1] [2] [3].