Commit Graph

70 Commits

Author SHA1 Message Date
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