mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 18:07:50 -06:00
feat: Finalize notes feature, update translations
This commit is contained in:
@@ -19,12 +19,14 @@ class HiveBoxes {
|
||||
static const localUserAccount = 'localUserAccount';
|
||||
static const localUserAppState = 'localUserAppState';
|
||||
static const hosts = 'hosts';
|
||||
static const hintStateBox = 'hintStateBox';
|
||||
|
||||
static List<String> get all => [
|
||||
globalSettings,
|
||||
localUserCredentials,
|
||||
localUserAccount,
|
||||
localUserAppState,
|
||||
hintStateBox,
|
||||
hosts,
|
||||
];
|
||||
}
|
||||
|
||||
@@ -54,4 +54,5 @@ extension HiveBoxAccessors on HiveInterface {
|
||||
box<LocalUserAppState>(HiveBoxes.localUserAppState);
|
||||
Box<GlobalSettings> get globalSettingsBox =>
|
||||
box<GlobalSettings>(HiveBoxes.globalSettings);
|
||||
Box<bool> get hintStateBox => box<bool>(HiveBoxes.hintStateBox);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user