diff --git a/packages/nc-gui/components/ProjectTreeViewOld.vue b/packages/nc-gui/components/ProjectTreeViewOld.vue index 9e7da6f4c8..918185c85c 100644 --- a/packages/nc-gui/components/ProjectTreeViewOld.vue +++ b/packages/nc-gui/components/ProjectTreeViewOld.vue @@ -153,7 +153,7 @@ diff --git a/packages/nc-gui/components/createOrEditProject.vue b/packages/nc-gui/components/createOrEditProject.vue index f5395c4841..bbb5babc4c 100644 --- a/packages/nc-gui/components/createOrEditProject.vue +++ b/packages/nc-gui/components/createOrEditProject.vue @@ -1043,7 +1043,7 @@ export default { { text: 'Disabled', value: 'none' }, ], projectTypes: [ - { text: 'REST APIs', value: 'rest', icon: 'mdi-json', iconColor: 'green' }, + { text: 'REST APIs', value: 'rest', icon: 'mdi-code-json', iconColor: 'green' }, { text: 'GRAPHQL APIs', value: 'graphql', icon: 'mdi-graphql', iconColor: 'pink' }, // { // text: 'Automatic gRPC APIs on database', diff --git a/packages/nc-gui/components/project/appStore/inputs/booleanCell.vue b/packages/nc-gui/components/project/appStore/inputs/booleanCell.vue deleted file mode 100644 index 7534df4318..0000000000 --- a/packages/nc-gui/components/project/appStore/inputs/booleanCell.vue +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - diff --git a/packages/nc-gui/components/project/appStore/inputs/datePickerCell.vue b/packages/nc-gui/components/project/appStore/inputs/datePickerCell.vue deleted file mode 100644 index e162da1b89..0000000000 --- a/packages/nc-gui/components/project/appStore/inputs/datePickerCell.vue +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - diff --git a/packages/nc-gui/components/project/appStore/inputs/dateTimePickerCell.vue b/packages/nc-gui/components/project/appStore/inputs/dateTimePickerCell.vue deleted file mode 100644 index a67fecc846..0000000000 --- a/packages/nc-gui/components/project/appStore/inputs/dateTimePickerCell.vue +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - diff --git a/packages/nc-gui/components/project/appStore/inputs/enumListEditableCell.vue b/packages/nc-gui/components/project/appStore/inputs/enumListEditableCell.vue deleted file mode 100644 index 779d528d96..0000000000 --- a/packages/nc-gui/components/project/appStore/inputs/enumListEditableCell.vue +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - diff --git a/packages/nc-gui/components/project/appStore/inputs/enumRadioEditableCell.vue b/packages/nc-gui/components/project/appStore/inputs/enumRadioEditableCell.vue deleted file mode 100644 index dccf444a3e..0000000000 --- a/packages/nc-gui/components/project/appStore/inputs/enumRadioEditableCell.vue +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - diff --git a/packages/nc-gui/components/project/appStore/inputs/floatCell.vue b/packages/nc-gui/components/project/appStore/inputs/floatCell.vue deleted file mode 100644 index a167ec14c3..0000000000 --- a/packages/nc-gui/components/project/appStore/inputs/floatCell.vue +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - diff --git a/packages/nc-gui/components/project/appStore/inputs/integerCell.vue b/packages/nc-gui/components/project/appStore/inputs/integerCell.vue deleted file mode 100644 index a1d5d1db04..0000000000 --- a/packages/nc-gui/components/project/appStore/inputs/integerCell.vue +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - diff --git a/packages/nc-gui/components/project/appStore/inputs/jsonCell.vue b/packages/nc-gui/components/project/appStore/inputs/jsonCell.vue deleted file mode 100644 index e0d32844e8..0000000000 --- a/packages/nc-gui/components/project/appStore/inputs/jsonCell.vue +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - diff --git a/packages/nc-gui/components/project/appStore/inputs/setListCheckboxCell.vue b/packages/nc-gui/components/project/appStore/inputs/setListCheckboxCell.vue deleted file mode 100644 index 9c02b862f9..0000000000 --- a/packages/nc-gui/components/project/appStore/inputs/setListCheckboxCell.vue +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - diff --git a/packages/nc-gui/components/project/appStore/inputs/setListEditableCell.vue b/packages/nc-gui/components/project/appStore/inputs/setListEditableCell.vue deleted file mode 100644 index dbb53ddcfc..0000000000 --- a/packages/nc-gui/components/project/appStore/inputs/setListEditableCell.vue +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - diff --git a/packages/nc-gui/components/project/appStore/inputs/timePickerCell.vue b/packages/nc-gui/components/project/appStore/inputs/timePickerCell.vue deleted file mode 100644 index f9a2a5bafc..0000000000 --- a/packages/nc-gui/components/project/appStore/inputs/timePickerCell.vue +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - diff --git a/packages/nc-gui/components/project/spreadsheet/components/cell/setListCell.vue b/packages/nc-gui/components/project/spreadsheet/components/cell/setListCell.vue index 6bc827691e..117973046e 100644 --- a/packages/nc-gui/components/project/spreadsheet/components/cell/setListCell.vue +++ b/packages/nc-gui/components/project/spreadsheet/components/cell/setListCell.vue @@ -1,38 +1,43 @@