-
Notifications
You must be signed in to change notification settings - Fork 27
Updated Servers Route #23
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
Merged
Merged
Conversation
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
…ced text styling - Added HighlighterText component with customizable variants for background and text colors, improving visual emphasis on important information. - Updated ServerPageClient to utilize HighlighterText for displaying server statistics, enhancing readability and user experience. - Refactored related components to streamline styling and improve layout consistency across the application.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…or improved visibility - Modified the HighlighterText component in ServerPageClient to include a custom text color class, enhancing the visual emphasis on the displayed tool count. - This change aims to improve readability and user experience by ensuring the text stands out more effectively against the background.
…or improved readability and consistency - Updated the ConnectPanel and ServerDetailsCard components to refine layout and styling, including the introduction of new classes for better visual hierarchy. - Improved the display of connection URLs with enhanced formatting and interaction elements, ensuring a more user-friendly experience. - Adjusted spacing and text styles across components to maintain consistency and improve overall usability.
…ture and styling for enhanced usability - Refactored the ConnectPanel component to utilize a local variable for steps, improving readability and performance. - Updated the ServerDetailsCard component to enhance the DetailRow function with improved styling and conditional rendering for the last item. - Adjusted spacing and text styles for better visual hierarchy and consistency across both components, ensuring a more user-friendly experience.
…RL display - Added mobile detection and a drawer component for displaying the MCP URL on smaller screens, improving user experience. - Updated the MCP URL display logic to ensure it correctly handles server ID and enhances error handling. - Adjusted tooltip styling for better visual consistency across the application.
- Updated the RecentPaymentsCard component to enhance the styling of the proof details modal, ensuring better visual consistency with rounded corners and improved text formatting. - Refined the tooltip component's background and arrow styling for a more cohesive appearance across the application. - Adjusted the layout of proof details for improved readability and user experience.
microchipgnu
approved these changes
Nov 16, 2025
Owner
microchipgnu
left a comment
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.
LETS GO!
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.
feat(highlighter-text): introduce HighlighterText component for enhanced text styling