mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 10:08:00 -06:00
feat: bugfixes, finished go_router migration, implemented better visibility of states
This commit is contained in:
@@ -2,9 +2,10 @@ class R {
|
||||
const R._();
|
||||
static const landing = "landing";
|
||||
static const login = "login";
|
||||
static const loginToExistingAccount = 'loginToExistingAccount';
|
||||
static const documents = "documents";
|
||||
static const verifyIdentity = "verifyIdentity";
|
||||
static const switchingAccounts = "switchingAccounts";
|
||||
static const switchingAccount = "switchingAccount";
|
||||
static const savedView = "savedView";
|
||||
static const createSavedView = "createSavedView";
|
||||
static const editSavedView = "editSavedView";
|
||||
@@ -21,6 +22,8 @@ class R {
|
||||
static const linkedDocuments = "linkedDocuments";
|
||||
static const bulkEditDocuments = "bulkEditDocuments";
|
||||
static const uploadQueue = "uploadQueue";
|
||||
static const checkingLogin = "checkingLogin";
|
||||
static const authenticating = "authenticating";
|
||||
static const loggingOut = "loggingOut";
|
||||
static const restoringSession = "restoringSession";
|
||||
static const addAccount = 'addAccount';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user