-
Notifications
You must be signed in to change notification settings - Fork 0
Updated UI design #34
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
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.
Everything else seems good and the layout is nicely updated! But some fixes are needed to the mobile layout, since getting API key will break the layout if the API key (or other information text is longer than the width of the screen)
Maybe add:
overflow-wrap: anywhere;
word-break: break-word;
overflow-x: auto;
hyphens: none;
To App.css #infoPanel to allow it to overflow. Prevent hyphens since we do not want extra characters to the API key or to the Routes
Tested with MacBook Pro M4 max 14" with Safari & Brave.
Samsung Galaxy S25 Ultra with Brave.
fjugipe
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.
Looks good to me now.


Updated the Developer Portal UI design to match the MeteoGate website.