NickvisionApps / Tagger

Tag your music
https://flathub.org/apps/details/org.nickvision.tagger
MIT License
211 stars 13 forks source link

GNOME 45 Port #406

Closed nlogozzo closed 8 months ago

nlogozzo commented 8 months ago

Closes #401

Folder Open, No Files Found: image

Folder Open, With Files, No Selection: image

Folder Open, With Files, Selection: image

Folder Open, With Files, Selection, Sidebar Collapsed: image

nlogozzo commented 8 months ago

@DaPigGuy I think I did the new widgets right on MainWindow 😅

DaPigGuy commented 8 months ago

The sidebar doesn't seem to collapse properly on shrinking the window due to a missing minimum width (width-request)

nlogozzo commented 8 months ago

The sidebar doesn't seem to collapse properly on shrinking the window due to a missing minimum width (width-request)

The sidebar has:

sidebar: Gtk.Box {
              width-request: 400;
nlogozzo commented 8 months ago

@DaPigGuy I realized what I was doing wrong...fixed in latest commit