cassidyjames / butler

Home Assistant companion app for Linux
https://cassidyjames.com
GNU General Public License v3.0
55 stars 1 forks source link

feat: Port MessageDialog & AboutWindow to `Adw.Dialog` #21

Closed sungsphinx closed 3 months ago

sungsphinx commented 4 months ago

Update runtime version in the Flatpak manifest and GitHub CI to Nightly so the app can use Adw.Dialog.

Adw.MessageDialog -> Adw.AlertDialog Adw.AboutWindow -> Adw.AboutDialog

Change window width to 360. Why:

  1. So bottom sheets don't get cut off on the right
  2. To fit the GNOME HIG

Change window height to 294. Why: To fit the GNOME HIG

cassidyjames commented 4 months ago

Thanks @sungsphinx! This looks fine, but I'll wait to merge until GNOME 46 is out, as I don't want to build against master/nightly.

sungsphinx commented 4 months ago

All good :)