From a3c9d053aafe09d0d2caf30ac3d1db1f46002116 Mon Sep 17 00:00:00 2001 From: Jono Targett Date: Tue, 17 Mar 2026 20:57:51 +1030 Subject: [PATCH] Readded the flash effect on property change --- console/.gitignore | 3 + console/src/App.vue | 2 +- .../components/dashboard/CommandsWidget.vue | 5 +- .../components/dashboard/PropertiesWidget.vue | 63 ++++++++++++------- 4 files changed, 45 insertions(+), 28 deletions(-) diff --git a/console/.gitignore b/console/.gitignore index d82a515..77469bc 100644 --- a/console/.gitignore +++ b/console/.gitignore @@ -32,3 +32,6 @@ dist-ssr .env .env.local .env.*.local + + +.vite \ No newline at end of file diff --git a/console/src/App.vue b/console/src/App.vue index 3ef8d61..ef2a05b 100644 --- a/console/src/App.vue +++ b/console/src/App.vue @@ -18,7 +18,7 @@ import CommandsWidget from "./components/dashboard/CommandsWidget.vue"; - +