From c7b3bd48a95a8522e5fa2db273be3aa70f7e12fe Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Tue, 2 Apr 2019 14:59:48 -0700 Subject: [PATCH] sketch out stepper version of catedit ui --- cateditor/src/App.vue | 24 +-- cateditor/src/components/CatalogContents.vue | 53 ++++++ cateditor/src/components/CatalogInfo.vue | 53 ++++++ cateditor/src/components/HelloWorld.vue | 181 +++++-------------- cateditor/src/components/Navbar.vue | 30 +++ 5 files changed, 191 insertions(+), 150 deletions(-) create mode 100644 cateditor/src/components/CatalogContents.vue create mode 100644 cateditor/src/components/CatalogInfo.vue create mode 100644 cateditor/src/components/Navbar.vue diff --git a/cateditor/src/App.vue b/cateditor/src/App.vue index 3462588..70b2fcf 100644 --- a/cateditor/src/App.vue +++ b/cateditor/src/App.vue @@ -1,35 +1,23 @@ + + diff --git a/cateditor/src/components/CatalogInfo.vue b/cateditor/src/components/CatalogInfo.vue new file mode 100644 index 0000000..33b4762 --- /dev/null +++ b/cateditor/src/components/CatalogInfo.vue @@ -0,0 +1,53 @@ + + + + + diff --git a/cateditor/src/components/HelloWorld.vue b/cateditor/src/components/HelloWorld.vue index caefbdb..330548c 100644 --- a/cateditor/src/components/HelloWorld.vue +++ b/cateditor/src/components/HelloWorld.vue @@ -1,145 +1,62 @@