Commit Graph

9 Commits

Author SHA1 Message Date
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
188b55724c
refactor(components): add co-author field to the story form 2023-10-11 16:27:32 -04:00
519772fd88
fix(components): remove type assertion from body of genre picker component 2023-10-10 22:20:51 -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
b305a78074
fix(components): fix bands picker to be searchable by label/name 2023-10-10 21:46:20 -04:00
cc28b65063
fix(components): fix how the genre atom destructures fetched data 2023-10-05 02:04:17 -04:00
b2e950e798
feat(components): make story creation/editing components 2023-10-04 19:38:50 -04:00