geigi / cozy

🎧 Listen to audio books 📚 on Linux
https://cozy.sh
GNU General Public License v3.0
1.09k stars 83 forks source link

Use AdwActionRow for chapter elements #805

Closed rdbende closed 4 days ago

rdbende commented 7 months ago

Currently the chapter list has a very GTK 3-ish design:

Cozy with current GtkBox + CSS styling

It could use libadwaita's list row widgets instead, for a more contemporary look:

Cozy with AdwActionRows

This is also what other apps, like Podcasts and Spot do:

Podcasts Spot

geigi commented 2 months ago

Good idea! Looks very nice.

rdbende commented 2 months ago

I haven't had time to finish it up, but I have a development branch for this