Merged
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 and styling improvements, particularly focused on responsive design for the Live Updates and Social Media components, as well as improved handling of the Cesium credit overlay for different screen sizes. There are also minor code cleanups and class name adjustments for consistency and maintainability.
Responsive Design and Layout Improvements:
LiveUpdatesContentcomponent now displays filters differently based on device type: on mobile, filters are shown inside aFilterPill, while on desktop they are displayed directly. This improves usability and adapts the UI to different screen sizes. [1] [2]LiveUpdatesFiltersContentlayout is updated to use a flex container, enhancing alignment and spacing, especially on extra-large screens.SocialMediacomponent’s card layout is improved for better responsiveness and consistent sizing across devices. [1] [2]Styling and Visual Enhancements:
.cesium-credit-lightbox-overlayto ensure proper positioning, z-index, and appearance on both mobile and desktop, providing a better user experience when viewing Cesium map credits.FooterDesktopcomponent’s z-index class is corrected from a typo to the correct value, ensuring proper stacking order.Searchcomponent input now uses a more maintainable and expressive className structure, with improved placeholder and text color handling based on state.Code Cleanups and Minor Adjustments:
UsageStatsPageheader for clarity.SocialMediacomponent, following best practices.