chore: finish drift locked page (#20013)

* feat: overlay mechanism

* handle merged asset local id extraction

* locked view asset viewer actions

* pr feedback
This commit is contained in:
Alex
2025-07-18 13:16:22 -05:00
committed by GitHub
parent dcfe8d5ade
commit 5d244c6fec
11 changed files with 143 additions and 26 deletions

View File

@@ -427,7 +427,7 @@ class AppRouter extends RootStackRouter {
),
AutoRoute(
page: DriftLockedFolderRoute.page,
guards: [_authGuard, _duplicateGuard],
guards: [_authGuard, _lockedGuard, _duplicateGuard],
),
AutoRoute(
page: DriftVideoRoute.page,