No description
Find a file
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
android Fixed android-compilation 2023-03-24 17:22:00 +01:00
assets Added outbag icon 2023-03-23 10:57:27 +01:00
ios Added outbag icon 2023-03-23 10:57:27 +01:00
lib Started working on settings screen 2023-03-25 14:29:28 +01:00
linux Added Platforms 2023-03-17 21:04:45 +01:00
macos Added outbag icon 2023-03-23 10:57:27 +01:00
test Added missing flutter files/folders 2023-03-17 21:05:31 +01:00
web Added outbag icon 2023-03-23 10:57:27 +01:00
windows Added outbag icon 2023-03-23 10:57:27 +01:00
.gitignore Initial commit 2023-03-17 09:41:08 +01:00
.metadata Added missing flutter files/folders 2023-03-17 21:05:31 +01:00
analysis_options.yaml Added missing flutter files/folders 2023-03-17 21:05:31 +01:00
pubspec.lock Added edit room screen 2023-03-24 13:25:42 +01:00
pubspec.yaml Added asset wrapper. 2023-03-24 17:47:47 +01:00
README.md Initial commit 2023-03-17 09:41:08 +01:00

Official Outbag App

Source code of the official outbag app, written in flutter.