Adds "dark mode" support (#317)

* Adds "dark mode" support

- Uses adaptive_theme package

* CI fixes

* More fixes

* Update release notes
This commit is contained in:
Oliver 2023-04-16 21:10:57 +10:00 committed by GitHub
parent e7f5141aa9
commit a3d712d11d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 99 additions and 29 deletions

View file

@ -4,10 +4,12 @@
### 0.11.2 - April 2023
---
- Adds "dark mode" display option
- Add action to issue a purchase order
- Add action to cancel a purchase order
- Reimplement periodic checks for notifications
### 0.11.1 - April 2023
---