Skip to content

Conversation

@kristianharju
Copy link

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

@kristianharju kristianharju marked this pull request as ready for review January 15, 2026 12:45
Copy link

@fjugipe fjugipe left a 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)

image image

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.

@kristianharju
Copy link
Author

The API key overflow can be fixed too.

apikey

How about the long urls in the routes table?

routes

Copy link

@fjugipe fjugipe left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants