feat: complete Simple Mode contextual routing and navigation state synchronization

This commit is contained in:
dwindown
2026-03-15 07:24:13 +07:00
parent faadc1865d
commit 25728583b3
21 changed files with 1095 additions and 320 deletions

View File

@@ -62,6 +62,9 @@ class AppSettings extends HiveObject {
@HiveField(18)
bool showTerjemahan;
@HiveField(19)
bool simpleMode; // false = Mode Lengkap, true = Mode Simpel
AppSettings({
this.userName = 'User',
this.userEmail = '',
@@ -82,6 +85,7 @@ class AppSettings extends HiveObject {
this.trackPuasa = false,
this.showLatin = true,
this.showTerjemahan = true,
this.simpleMode = false,
}) : adhanEnabled = adhanEnabled ??
{
'fajr': true,