Commit Graph

14 Commits

Author SHA1 Message Date
c8e84c909e
style(*): cleanup unused imports 2023-12-29 20:11:07 -05:00
1c69ad6c2c
refactor(pages): move auth pages to auth subdirectory
i.e., /login, /register, /logout
2023-12-29 18:19:36 -05:00
5d1af6a6fe
revert(components): roll back i18n boilerplate
we might not need it, since people of all walks of life can use the current site as-is, without needing US to localize things...
2023-12-28 19:58:25 -05:00
3e5af47107
refactor(*): refactor tsconfig paths
looks/feels nicer
2023-12-20 17:23:31 -05:00
14d9d12e5b
fix(components): make navbar show up properly 2023-12-01 17:58:12 -05:00
54349b4f29
refactor(components): cleanup
remove unused code in sidebar and default layout
2023-10-11 15:14:52 -04:00
39b5e83f37
feat(components): add "new story" button to navbar 2023-10-11 15:13:59 -04:00
d224f43448
fix(components): add logout link to navbar 2023-10-10 22:11:22 -04:00
01fdb5bf41
feat(components): finish navbar 2023-10-09 20:07:26 -04:00
0000533540
fix(components): fix footer
it didn't have a `<template>` tag?
2023-10-05 02:00:47 -04:00
24d04983a9
feat(components): add login + register buttons to navbar 2023-10-05 01:59:00 -04:00
aca345f676
feat(components): add sidebar component 2023-10-05 01:58:07 -04:00
1dcb1ae3f9
feat(components): add footer component 2023-10-02 16:14:59 -04:00
cd64636715
feat(components): create navbar component 2023-09-25 19:45:14 -04:00