Publisher profile basis

This commit is contained in:
2025-05-14 00:49:54 +08:00
parent 610b924daf
commit 70f58259de
8 changed files with 632 additions and 158 deletions

View File

@ -35,6 +35,10 @@ class AppRouter extends RootStackRouter {
path: '/account/me/publishers/:id/edit',
),
AutoRoute(page: AccountProfileRoute.page, path: '/account/:name'),
AutoRoute(
page: PublisherProfileRoute.page,
path: '/account/:name/calendar',
),
AutoRoute(page: PostComposeRoute.page, path: '/posts/compose'),
AutoRoute(page: PostDetailRoute.page, path: '/posts/:id'),
AutoRoute(page: PostEditRoute.page, path: '/posts/:id/edit'),