(feat): add mobile notifications
Some checks failed
/ build-web (push) Successful in 8m31s
/ build-desktop (linux) (push) Successful in 14m5s
/ release (push) Has been cancelled
/ build-mobile (push) Has been cancelled

(feat): improve mobile ui & ux
This commit is contained in:
Alois 2026-08-05 16:19:46 +02:00
commit 13fa3d8db7
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
29 changed files with 6638 additions and 6094 deletions

View file

@ -454,6 +454,7 @@ export interface Storage extends SettingsStorageDefaults {
mtp_keyring: string;
onboarding_done: boolean;
onboarding_started: boolean;
tauri_permissions_done: boolean;
ppandtos_done: boolean;
accepted_terms_of_service: boolean;
accepted_privacy_policy: boolean;
@ -496,6 +497,7 @@ export const storageDefaults: Storage = {
mtp_keyring: "",
onboarding_done: false,
onboarding_started: false,
tauri_permissions_done: false,
ppandtos_done: false,
accepted_terms_of_service: false,
accepted_privacy_policy: false,