add floating nav bar + regroup files by date

This commit is contained in:
m
2026-09-10 22:21:46 +02:00
parent 6332e9cac4
commit 367073ed89
7 changed files with 182 additions and 30 deletions
+2
View File
@@ -28,6 +28,8 @@ function AuthGate() {
<>
<Stack>
<Stack.Screen name="index" options={{ title: i18n.t('files') }} />
<Stack.Screen name="search" options={{ title: i18n.t('search') }} />
<Stack.Screen name="settings" options={{ title: i18n.t('configuration') }} />
<Stack.Screen name="folder/[id]" options={{ title: i18n.t('folder') }} />
<Stack.Screen name="login" options={{ title: i18n.t('login_title') }} />
</Stack>