From 59461d6b0639e88f23f430a8a7514d6bd06fb138 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Thu, 5 Sep 2024 17:12:07 -0700 Subject: [PATCH] Enhancements for Derived Telemetry object - Closes #7823 - Final sanding and polishing. - New discrete item style `c-output-featured` added to controls.scss - Applied to 'Current Output' section of both Derived Telemetry and Condition Sets. - TODOs: - [ ] Check for low-risk regressions in Condition Sets browse and edit modes. - [ ] New tests for ObjectPathString.vue component. --- src/plugins/comps/components/CompsView.vue | 47 +- src/plugins/comps/components/comps.scss | 82 +- .../condition/components/ConditionSet.vue | 6 +- .../condition/components/conditionals.scss | 15 +- src/styles/_controls.scss | 1815 +++++++++-------- 5 files changed, 1014 insertions(+), 951 deletions(-) diff --git a/src/plugins/comps/components/CompsView.vue b/src/plugins/comps/components/CompsView.vue index 5dcc55be00..ccc7f2bacb 100644 --- a/src/plugins/comps/components/CompsView.vue +++ b/src/plugins/comps/components/CompsView.vue @@ -22,10 +22,10 @@