From 4312fa803e3628a2e6b32493bc93692b343b39c3 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Wed, 18 Oct 2023 12:20:28 +0200 Subject: fix(weather_status): remove unnecessaries LI wrapper and inline mode Weather Status is only used as a Dashboard Status and only in so-called inline mode. - Remove LI wrapper (actual only for User Menu Entry) - Remove `inline` prop, consider component as always inline Signed-off-by: Grigorii K. Shartsev --- apps/weather_status/src/App.vue | 151 ++++++++++-------------------- apps/weather_status/src/weather-status.js | 6 +- 2 files changed, 53 insertions(+), 104 deletions(-) diff --git a/apps/weather_status/src/App.vue b/apps/weather_status/src/App.vue index 9bd217cd894..8aaa30f77d5 100644 --- a/apps/weather_status/src/App.vue +++ b/apps/weather_status/src/App.vue @@ -20,64 +20,62 @@ -->