We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2bfa4 commit 006e02aCopy full SHA for 006e02a
lib/router/router.dart
@@ -278,17 +278,6 @@ GoRouter createRouter({required ValueNotifier<AppStatus> authStatusNotifier}) {
278
);
279
},
280
),
281
- // Sub-route for notifications (placeholder) - MOVED HERE
282
- GoRoute(
283
- path: Routes.notifications, // Relative path 'notifications'
284
- name: Routes.notificationsName,
285
- builder: (context, state) {
286
- // TODO(fulleni): Replace with actual NotificationsPage
287
- return const Placeholder(
288
- child: Center(child: Text('NOTIFICATIONS PAGE')),
289
- );
290
- },
291
- ),
292
293
// --- Filter Routes (Nested under Feed) ---
294
GoRoute(
0 commit comments