feat: enhance admin and profile repositories with token handling; update dropdown initial values in various screens

This commit is contained in:
Nils-Johan Gynther
2026-04-23 21:34:08 +02:00
parent 111d196403
commit b589f7415d
15 changed files with 63 additions and 36 deletions
@@ -19,6 +19,10 @@ class _StringNotifier extends Notifier<String> {
final String _initial;
@override
String build() => _initial;
void setValue(String value) {
state = value;
}
}
final inventoryLocationFilterProvider =