Add various deleted flags to entities | Add active to subscriptions | Add DeleteUser && DeleteChannel endpoints [skip-tests]
All checks were successful
Build Docker and Deploy / Run Unit-Tests (push) Has been skipped
Build Docker and Deploy / Build Docker Container (push) Successful in 43s
Build Docker and Deploy / Deploy to Server (push) Successful in 16s

This commit is contained in:
2025-04-13 16:12:15 +02:00
parent aac34ef738
commit 8c0f0e3e8f
47 changed files with 2453 additions and 243 deletions

View File

@@ -20,7 +20,7 @@
- [ ] push navigation stack
- [ ] read + migrate old SharedPrefs (or not? - who uses SCN even??)
- [ ] Account-Page
- [ ] Logout
- [x] Logout
- [x] Send-page
- [ ] Still @ERROR on scn-init, but no logs? - better persist error (write in SharedPrefs at error_$date=txt ?), also perhaps print first error line in scn-init notification?

View File

@@ -503,7 +503,7 @@ class _AccountRootPageState extends State<AccountRootPage> {
}
void _deleteAccount() async {
Toaster.info("Not Implemented", "Account Upgrading will be implemented in a later version"); // TODO
// TODO
}
void _changeUsername() async {

View File

@@ -151,7 +151,7 @@ class _SendRootPageState extends State<SendRootPage> {
controller: _senderName,
decoration: const InputDecoration(
border: OutlineInputBorder(),
labelText: 'SenderName',
labelText: 'Sender',
),
),
),