Commit Graph

43 Commits

Author SHA1 Message Date
813feaa31c
refactor(components): add custom submit text prop to story form 2023-12-28 19:58:37 -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
aad8f20466
fix(components): add last prop to story listing component 2023-12-25 20:17:11 -05:00
3e5af47107
refactor(*): refactor tsconfig paths
looks/feels nicer
2023-12-20 17:23:31 -05:00
410cb580d8
refactor(components): add autoEdit call to story form component
... if `canDraft` == false
2023-12-09 17:04:57 -05:00
6dfabd87d0
feat(nuxt): add formal error page 2023-12-09 17:03:36 -05:00
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
b0a69d5d56
fix(components): change error prop from undefined to empty string 2023-12-06 22:20:09 -05:00
b3594c3cdb
refactor(server/utils): add chapter index parameter to storyCheck function 2023-12-06 22:16:35 -05:00
43f16b026d
refactor(components): add lock icon
adds a lock icon beside restricted stories in listings if not logged in
2023-12-06 21:50:41 -05:00
c4fc0806ed
feat(pages): add main story page
(finally)
2023-12-06 21:42:04 -05:00
14d9d12e5b
fix(components): make navbar show up properly 2023-12-01 17:58:12 -05:00
e574ef0b43
feat(components): create story info component for story page 2023-12-01 17:55:28 -05:00
9ecb93d85d
feat(pages): add chapter picker dropdown to story pages 2023-12-01 17:52:42 -05:00
afcd71a50d
fix(components): catch possible exceptions in uploadOrPaste component instead of letting them fail the whole opreation 2023-10-12 22:57:39 -04:00
fe2c471794
style(components): fixup icon 2023-10-11 16:40:30 -04:00
188b55724c
refactor(components): add co-author field to the story form 2023-10-11 16:27:32 -04:00
ba13c4a52f
refactor(components): add initialValue prop to the find-user component
in case we want to change instead of create
2023-10-11 16:26:47 -04:00
62f71b12c8
feat(components): create a component to find and select users by username that aren't banned
for co-author and (eventually) blocking
2023-10-11 15:32:18 -04: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
dd5067db37
fix(components): update path to tinymce 2023-10-11 14:09:06 -04:00
41e24f4a8e
feat(components): add "shared ip" section to admin panel 2023-10-11 13:25:18 -04:00
519772fd88
fix(components): remove type assertion from body of genre picker component 2023-10-10 22:20:51 -04:00
d224f43448
fix(components): add logout link to navbar 2023-10-10 22:11:22 -04:00
e9df5cbe1a
refactor(components): migrate story form to use vee-validate's useForm instead of the equivalent component
this is because v-slot values are not accessible from the `setup` script
2023-10-10 22:10:42 -04:00
6f770a1cb8
style(components): fix formatting on story listing components 2023-10-10 22:07:57 -04:00
dd30f08d9a
fix(components): point tinymce component to local installation
tiny.dick has caught up to us unfortunately :/
2023-10-10 22:07:12 -04:00
b305a78074
fix(components): fix bands picker to be searchable by label/name 2023-10-10 21:46:20 -04:00
fea0895676
feat(components): create admin tab component for user profiles 2023-10-10 21:45:23 -04:00
01fdb5bf41
feat(components): finish navbar 2023-10-09 20:07:26 -04:00
cc28b65063
fix(components): fix how the genre atom destructures fetched data 2023-10-05 02:04:17 -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
b2e950e798
feat(components): make story creation/editing components 2023-10-04 19:38:50 -04:00
1dcb1ae3f9
feat(components): add footer component 2023-10-02 16:14:59 -04:00
ddf2fb9e3a
refactor(components): remove commented code from editor component 2023-10-01 19:37:31 -04:00
6284d05355
feat(components): add terms of service component 2023-10-01 19:14:45 -04:00
8ec7a09193
feat(components): create reusable components to be used for listing stories
this includes - individual story information - the list itself (duh) - a component for displaying key-value pairs delimited by `: `
2023-09-26 22:30:30 -04:00
cd64636715
feat(components): create navbar component 2023-09-25 19:45:14 -04:00
1b14d2b702
feat(components): create tinymce wrapper component
configs have also been created
2023-09-25 19:40:30 -04:00
0bfd5fbdba
feat(components): create fontawesome icon component 2023-09-25 19:34:20 -04:00