Introduce "more" page

- moves "Settings" into "more" page
This commit is contained in:
schroda
2025-03-09 15:48:54 +01:00
parent f350aa8c41
commit 6afc9f22b6
6 changed files with 78 additions and 12 deletions

View File

@@ -154,4 +154,8 @@ export const AppRoutes = {
path: (mangaId: MangaIdInfo['id'], chapterSourceOrder: ChapterSourceOrderInfo['sourceOrder']) =>
`/manga/${mangaId}/chapter/${chapterSourceOrder}`,
},
more: {
match: '/more',
path: '/more',
},
} satisfies TAppRoutes;