diff --git a/.zed/settings.json b/.zed/settings.json index f6d1042..6fe4567 100644 --- a/.zed/settings.json +++ b/.zed/settings.json @@ -30,6 +30,10 @@ } }, "tab_size": 2 + }, + "CSS": { + "format_on_save": "off", + "tab_size": 2 } } } diff --git a/client/src/components/display/EnumValueDisplay.vue b/client/src/components/display/EnumValueDisplay.vue new file mode 100644 index 0000000..09e3db4 --- /dev/null +++ b/client/src/components/display/EnumValueDisplay.vue @@ -0,0 +1,34 @@ + + diff --git a/client/src/components/display/NiceTable.vue b/client/src/components/display/NiceTable.vue index 4100b00..f7e930f 100644 --- a/client/src/components/display/NiceTable.vue +++ b/client/src/components/display/NiceTable.vue @@ -1,7 +1,7 @@ + diff --git a/client/src/components/input/DropdownInput.vue b/client/src/components/input/DropdownInput.vue index 86bf7c4..4d249e4 100644 --- a/client/src/components/input/DropdownInput.vue +++ b/client/src/components/input/DropdownInput.vue @@ -1,21 +1,7 @@ - - -