feat: implement staff documents feature with localization and navigation updates

This commit is contained in:
Achintha Isuru
2026-01-25 03:01:54 -05:00
parent 753a93c24a
commit b3e156ebbe
11 changed files with 38 additions and 120 deletions

View File

@@ -28,7 +28,7 @@ extension ProfileNavigator on IModularNavigator {
/// Navigates to the documents page.
void pushDocuments() {
pushNamed('/documents');
pushNamed('../documents');
}
/// Navigates to the certificates page.