Commit Graph

20 Commits

Author SHA1 Message Date
5c6cb84383
refactor(components): sidebar looks and acts prettier now 2024-07-09 20:39:49 -04:00
a7b8c07952
refactor(components): navbar updates
add `key` attribute to `a-menu` element
only show "new story" button to logged in users
change `data` check to check for `data.user`
2024-07-09 20:31:53 -04:00
5da97f5987
refactor(components): update navbar and sidebar
wrap `new story` button with a nuxt-link
2024-03-16 20:51:27 -04:00
cb2d4328a8
refactor(components): remove unused loaded injection from sidebar 2023-12-31 01:54:02 -05:00
21dbcde7c8
refactor(components): change layout
add collapsible version of navbar to side if screen width < medium, otherwise display the full horizontal navbar at the top
2023-12-30 19:09:06 -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
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