Skip to content
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

bug #2344: Bottom Overflow in Browse #2349

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

gustamor
Copy link

@gustamor gustamor commented Feb 26, 2025

bug 2344: Bottom Overflow in Browse & Local Library on Desktop

genre_card_playlist_card.dart:

  • Limited the number of lines for the genre name to 1 (maxLines: 1) to prevent overflow
  • Added a width adjustment (w) for desktop screens

local_folder_item.dart:

  • Wrapped Wrap in Flexible to prevent overflow issues inside Stack
  • Now the folder path text adapts better to different screen sizes
  • Improved overall UI consistency and responsiveness

Tested visually only on Linux Desktop

Fixes #2344

- Added a width adjustment (`w`) for desktop screens
- Limited the number of lines for the genre name to 1 (`maxLines: 1`) to prevent overflow

This commit only fixes the issue in Browse. The overflow in Local Library is not addressed here.

Partially fixes KRTirtho#2344
- Wrapped `Wrap` in `Flexible` to prevent overflow issues inside `Stack`
- Now the folder path text adapts better to different screen sizes
- Improved overall UI consistency and responsiveness

Tested visually only on **Linux Desktop**

Fixes KRTirtho#2344
KRTirtho#2344
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.

1 participant