geigi / cozy

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

Use GObject.Property and Gtk.Template.Callback #844

Open rdbende opened 6 months ago

rdbende commented 6 months ago

Feature description

There are a number of custom widgets that could use GObject.Propertys or Gtk.Template.Callbacks instead of updating properties and connecting signals manually. It would be good to replace them with the above mentioned decorators, and bind these from the UI files.