From 7ebaaad89dacb8294562346cab9b07768056104e Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Wed, 3 Apr 2019 12:27:46 -0700 Subject: [PATCH] progress on fancy list and info popup --- cateditor/src/components/CatalogContents.vue | 38 ++---- cateditor/src/components/CatalogEditor.vue | 3 +- cateditor/src/components/CategoryPopup.vue | 56 +++++++++ cateditor/src/components/FancyList.vue | 117 +++++++++++++++++++ cateditor/src/components/RawDisplayer.vue | 36 ++++++ 5 files changed, 218 insertions(+), 32 deletions(-) create mode 100644 cateditor/src/components/CategoryPopup.vue create mode 100644 cateditor/src/components/FancyList.vue create mode 100644 cateditor/src/components/RawDisplayer.vue diff --git a/cateditor/src/components/CatalogContents.vue b/cateditor/src/components/CatalogContents.vue index c1236a3..96cbaf4 100644 --- a/cateditor/src/components/CatalogContents.vue +++ b/cateditor/src/components/CatalogContents.vue @@ -1,42 +1,18 @@ + + diff --git a/cateditor/src/components/FancyList.vue b/cateditor/src/components/FancyList.vue new file mode 100644 index 0000000..3ead594 --- /dev/null +++ b/cateditor/src/components/FancyList.vue @@ -0,0 +1,117 @@ + + + + + diff --git a/cateditor/src/components/RawDisplayer.vue b/cateditor/src/components/RawDisplayer.vue new file mode 100644 index 0000000..4064031 --- /dev/null +++ b/cateditor/src/components/RawDisplayer.vue @@ -0,0 +1,36 @@ + + + + +