-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Is your feature request related to a problem? Please describe.
when you're using Quacker in the horizontal orientation, it's hard to see certain things because of the lack of space on screen.
Describe the solution you'd like
the position of the navigation labels should be dynamic: in the vertical orientation, they should be at the bottom; in the horizontal orientation, they should be at one side of the screen.
that's exactly what the GitHub app does (just to name an example).
here's a comparison:
in the vertical orientation, both Quacker and GitHub show the navigation labels at the bottom:
![]() |
![]() |
---|
but... in the horizontal orientation, only GitHub shows the navigation labels on the left side:
![]() |
![]() |
---|
I think the same behavior should be implemented on Quacker.
Describe alternatives you've considered
No response.
Additional context
No response.