actions-test/lib/screens
Jakob Meier 30a19fcc1e
Started working on settings screen
Added:
- changePassword to change the password
NOTE: this requires the old password,
just to prevent account hijacking.
- some basic user limit information
- theme selector
NOTE: the system theme is meant to function like auto-theme,
and is directly translated into a flutter ThemeMode,
however, this does not appear to be working on the web.

This commit also adds the logout and delete account buttons,
but they do not yet delete all rooms,
nor do they properly logout the user.
BUG: User is not logged out correctly,
reloading the page fixes this.
Maybe localstore.listen does not detect deletion?
2023-03-25 14:29:28 +01:00
..
room Added room default permission editor screen 2023-03-25 10:31:28 +01:00
settings Started working on settings screen 2023-03-25 14:29:28 +01:00
auth.dart Moved hash function into seperate file. 2023-03-25 14:27:47 +01:00
home.dart Moved network requests into seperate method, 2023-03-24 16:33:37 +01:00
welcome.dart Added asset wrapper. 2023-03-24 17:47:47 +01:00