Commit Graph

11 Commits

Author SHA1 Message Date
a82f5bc505
feat(pages): add coauthor to page title (if not null) 2023-12-30 16:06:51 -05:00
8f45dbe563
style(*): edit indents 2023-12-29 20:53:29 -05:00
c8e84c909e
style(*): cleanup unused imports 2023-12-29 20:11:07 -05:00
02ed969132
feat(pages): add edit page for individual chapter 2023-12-29 19:02:53 -05:00
3e5af47107
refactor(*): refactor tsconfig paths
looks/feels nicer
2023-12-20 17:23:31 -05:00
989fefd6e7
fix(pages & middleware): throw error if non-author/collaborator tries to edit a story 2023-12-09 17:32:23 -05:00
4826bb7436
feat(pages): add fallback redirect to /story/[id] route
this will redirect to the first chapter, per default behaviour
2023-12-09 17:08:02 -05:00
b2ca5a13a1
feat(pages): create chapter index page
just a page that lists each chapter and its summary
2023-12-06 21:44:59 -05:00
c4fc0806ed
feat(pages): add main story page
(finally)
2023-12-06 21:42:04 -05:00
cc31f0c272
fix(pages): add auth middleware to story edit page 2023-10-11 16:47:56 -04:00
3d742b968b
feat(pages): create story editing page 2023-10-11 16:46:57 -04:00