From a9fdb376fe6acaf1eedfeeccbafaacd560b7f924 Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Mon, 9 Mar 2026 15:50:22 +0000 Subject: [PATCH 1/2] Tab index -1 for spinners so we dont tab to them --- webapp/src/components/labThingsComponents/inputFromSchema.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/components/labThingsComponents/inputFromSchema.vue b/webapp/src/components/labThingsComponents/inputFromSchema.vue index 891075ea..fa1f4bd4 100644 --- a/webapp/src/components/labThingsComponents/inputFromSchema.vue +++ b/webapp/src/components/labThingsComponents/inputFromSchema.vue @@ -34,8 +34,8 @@ @animationend="animationEnd" />
- - + +
From d5bc855114be8e1aa9e2f292764e09352dc60b9c Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Mon, 9 Mar 2026 16:18:45 +0000 Subject: [PATCH 2/2] Update prettier to use automatic line endings --- webapp/.prettierrc.json | 3 ++- .../components/labThingsComponents/inputFromSchema.vue | 8 ++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/webapp/.prettierrc.json b/webapp/.prettierrc.json index 8ff73226..456d2afb 100644 --- a/webapp/.prettierrc.json +++ b/webapp/.prettierrc.json @@ -3,5 +3,6 @@ "semi": true, "singleQuote": false, "printWidth": 100, - "tabWidth": 2 + "tabWidth": 2, + "endOfLine": "auto" } \ No newline at end of file diff --git a/webapp/src/components/labThingsComponents/inputFromSchema.vue b/webapp/src/components/labThingsComponents/inputFromSchema.vue index fa1f4bd4..47ff8634 100644 --- a/webapp/src/components/labThingsComponents/inputFromSchema.vue +++ b/webapp/src/components/labThingsComponents/inputFromSchema.vue @@ -34,8 +34,12 @@ @animationend="animationEnd" />
- - + +