From aebaef0f28c0ada57870f516a9c022be119f3338 Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Thu, 16 Jan 2020 12:14:07 -0800 Subject: [PATCH] cat editor: update icons and layout for vuetify2 --- cateditor/src/components/AddSectionDialog.vue | 12 +++++++---- cateditor/src/components/CatalogContents.vue | 12 +++++------ cateditor/src/components/ExitEditorDialog.vue | 20 +++++++++++++------ .../src/components/MaterialDeleteDialog.vue | 19 ++++++++++++------ .../src/components/ModelDeleteDialog.vue | 19 ++++++++++++------ cateditor/src/components/ModelInfoDialog.vue | 10 +++++++--- .../src/components/SectionDeleteDialog.vue | 19 ++++++++++++------ .../src/components/SectionInfoDialog.vue | 10 +++++++--- templates/catalogedit/catalogedit.html | 1 - 9 files changed, 81 insertions(+), 41 deletions(-) diff --git a/cateditor/src/components/AddSectionDialog.vue b/cateditor/src/components/AddSectionDialog.vue index d222476..972bbd7 100644 --- a/cateditor/src/components/AddSectionDialog.vue +++ b/cateditor/src/components/AddSectionDialog.vue @@ -5,11 +5,11 @@ - clear + mdi-close - + - Cancel + Cancel OK diff --git a/cateditor/src/components/CatalogContents.vue b/cateditor/src/components/CatalogContents.vue index 6eacb68..62374f4 100644 --- a/cateditor/src/components/CatalogContents.vue +++ b/cateditor/src/components/CatalogContents.vue @@ -12,7 +12,7 @@ - add + mdi-plus @@ -41,10 +41,10 @@ - info + mdi-information-outline - delete + mdi-trash-can-outline @@ -81,10 +81,10 @@ - info + mdi-information-outline - delete + mdi-trash-can-outline @@ -116,7 +116,7 @@ - delete + mdi-trash-can-outline diff --git a/cateditor/src/components/ExitEditorDialog.vue b/cateditor/src/components/ExitEditorDialog.vue index 1f369ec..70d0460 100644 --- a/cateditor/src/components/ExitEditorDialog.vue +++ b/cateditor/src/components/ExitEditorDialog.vue @@ -1,22 +1,30 @@