Commit Graph

23 Commits

Author SHA1 Message Date
ee7ea24e4e
refactor(*): rename route
change "bands" to "band"

BREAKING CHANGE: breaks anything that tries to access `/api/bands/*`
2023-12-06 22:22:48 -05:00
25a68b1f3e
refactor(pages): rename session data variable in setup script
i want to make sure only super duper important variables are named "data".
2023-12-06 21:57:33 -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
48db8b0575
refactor(pages): update home page
remove placeholder crap
2023-12-06 21:34:33 -05:00
517ecfdda8
fix(pages): cast band fetch result 2023-12-01 17:51:00 -05:00
44606e53d5
feat(pages): add page for browsing a band's stories 2023-10-11 16:49:05 -04:00
04dd876698
refactor(pages): edit styles on forum page's iframe 2023-10-11 16:48:30 -04: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
8d8ab31bfc
refactor(pages): update new story page to use new story-form props 2023-10-11 16:42:22 -04:00
7167919577
refactor(components): brighten admin badge color 2023-10-11 16:41:06 -04:00
681d90dc6f
feat(pages): add subscribe+unsubscribe buttons to bands page 2023-10-11 13:23:08 -04:00
a5ca37b4b7
feat(pages): create user profile page 2023-10-10 22:44:04 -04:00
6c4e62b3d0
refactor(pages): tweak login page
it looks a bit nicer and uses functions from the `useAuth` composable to manage the session
2023-10-10 22:41:54 -04:00
3bfa7611bc
feat(pages): create registration page 2023-10-10 22:39:04 -04:00
bed696b8ae
feat(pages): create authors page
this page will load a list of all authors on the site (users with >=1 story)
2023-10-10 22:38:36 -04:00
c67f1bcfb1
feat(pages): create logout page 2023-10-10 22:37:40 -04:00
152e02bb5c
feat(pages): create (placeholder) homepage 2023-10-10 22:36:08 -04:00
8bda275244
feat(pages): create default new story page 2023-10-10 22:15:50 -04:00
5a3516e05b
feat(pages): add (WIP!!!) forum page
it uses an iframe, how epic
2023-09-25 19:56:21 -04:00
8ac524fb9a
feat(pages): add band list page 2023-09-25 19:43:10 -04:00
c517db3361
feat(pages): add login page 2023-09-25 19:25:15 -04:00