From b2e950e7980ca81117f09c599a0136b969a73533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Wed, 4 Oct 2023 19:38:50 -0400 Subject: [PATCH] feat(components): make story creation/editing components --- components/story/atoms/bands.vue | 54 ++++++++ components/story/atoms/characters.vue | 35 +++++ components/story/atoms/genre.vue | 28 ++++ components/story/atoms/pairings.vue | 50 +++++++ components/story/atoms/test1.vue | 17 +++ components/story/create/singleChapter.vue | 135 +++++++++++++++++++ components/story/create/storyform.vue | 151 ++++++++++++++++++++++ components/story/create/uploadOrPaste.vue | 53 ++++++++ 8 files changed, 523 insertions(+) create mode 100644 components/story/atoms/bands.vue create mode 100644 components/story/atoms/characters.vue create mode 100644 components/story/atoms/genre.vue create mode 100644 components/story/atoms/pairings.vue create mode 100644 components/story/atoms/test1.vue create mode 100644 components/story/create/singleChapter.vue create mode 100644 components/story/create/storyform.vue create mode 100644 components/story/create/uploadOrPaste.vue diff --git a/components/story/atoms/bands.vue b/components/story/atoms/bands.vue new file mode 100644 index 0000000..3e503e7 --- /dev/null +++ b/components/story/atoms/bands.vue @@ -0,0 +1,54 @@ + + + diff --git a/components/story/atoms/characters.vue b/components/story/atoms/characters.vue new file mode 100644 index 0000000..be0ad80 --- /dev/null +++ b/components/story/atoms/characters.vue @@ -0,0 +1,35 @@ + + diff --git a/components/story/atoms/genre.vue b/components/story/atoms/genre.vue new file mode 100644 index 0000000..d91dd87 --- /dev/null +++ b/components/story/atoms/genre.vue @@ -0,0 +1,28 @@ + + diff --git a/components/story/atoms/pairings.vue b/components/story/atoms/pairings.vue new file mode 100644 index 0000000..7ad9f98 --- /dev/null +++ b/components/story/atoms/pairings.vue @@ -0,0 +1,50 @@ + + diff --git a/components/story/atoms/test1.vue b/components/story/atoms/test1.vue new file mode 100644 index 0000000..587f15d --- /dev/null +++ b/components/story/atoms/test1.vue @@ -0,0 +1,17 @@ + + diff --git a/components/story/create/singleChapter.vue b/components/story/create/singleChapter.vue new file mode 100644 index 0000000..6938882 --- /dev/null +++ b/components/story/create/singleChapter.vue @@ -0,0 +1,135 @@ + + diff --git a/components/story/create/storyform.vue b/components/story/create/storyform.vue new file mode 100644 index 0000000..2bb78f6 --- /dev/null +++ b/components/story/create/storyform.vue @@ -0,0 +1,151 @@ + + diff --git a/components/story/create/uploadOrPaste.vue b/components/story/create/uploadOrPaste.vue new file mode 100644 index 0000000..a756b8f --- /dev/null +++ b/components/story/create/uploadOrPaste.vue @@ -0,0 +1,53 @@ + +