feat: replace Projects tab with More bottom sheet (news/calendar stubs)

This commit is contained in:
2026-04-06 07:14:38 -04:00
parent a23af0658a
commit 36bc36cd9d
2 changed files with 82 additions and 13 deletions
+2
View File
@@ -17,5 +17,7 @@ abstract class Routes {
static const quickCapture = '/quick-capture';
static const settings = '/settings';
static const briefing = '/briefing';
static const news = '/news';
static const calendar = '/calendar';
static const projectTasks = '/projects/:id/tasks';
}