Skip to content

Conversation

@gorbit99
Copy link
Contributor

This PR reimplements the dropdown component from the ground up. The new version should be mostly compatible with the old behaviour with the following differences:

  • The component now animates the opening and closing of the dropdown
  • It can now be navigated with the keyboard, which wasn't possible before
  • The text on the dropdown is now left aligned, instead of center aligned (brought over from flightlist)
  • Removed the fontName parameter of the dropdown, instead implementing the feature in the single place it was used
  • Removed the "component" property from the dropdown items and merged it with "label"

@github-actions github-actions bot added the Area: GUI Related to the GUI label Oct 30, 2025
@loucass003
Copy link
Member

Z-offset issues
image
image

Clipped by overflow-hidden (Was the main reason of the portal)
image

@loucass003 loucass003 merged commit 1777d58 into main Nov 3, 2025
15 checks passed
@loucass003 loucass003 deleted the dropdown-rewrite branch November 3, 2025 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: GUI Related to the GUI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants