about summary refs log tree commit diff
path: root/src/view/shell/createNativeStackNavigatorWithAuth.tsx
Commit message (Collapse)AuthorAgeFilesLines
* show search in centre column on desktopSamuel Newman2023-12-201-1/+2
|
* Add PWI build flag (#2082)Paul Frazee2023-12-041-1/+2
|
* PWI: Refactor Shell (#1989)dan2023-11-241-0/+150
* Vendor createNativeStackNavigator for further tweaks * Completely disable withAuthRequired * Render LoggedOut for protected routes * Move web shell into the navigator * Simplify the logic * Add login modal * Delete withAuthRequired * Reset app state on session change * Move TS suppression