From 9c87e6b4c4250a234065bffd0dc111b2fb4b1e9a Mon Sep 17 00:00:00 2001 From: Brian Holmes <120223836+briangregoryholmes@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:42:14 -0500 Subject: [PATCH 1/5] tweak: update tab bar implementation (#6220) * tweak: update tab bar implementation * store access * remove imports --- .../features/dashboards/tab-bar/TabBar.svelte | 107 ++++++++---------- .../dashboards/workspace/Dashboard.svelte | 7 +- web-common/src/features/explores/selectors.ts | 8 +- 3 files changed, 57 insertions(+), 65 deletions(-) diff --git a/web-common/src/features/dashboards/tab-bar/TabBar.svelte b/web-common/src/features/dashboards/tab-bar/TabBar.svelte index 9853aeb6f1d..be5314c0ba1 100644 --- a/web-common/src/features/dashboards/tab-bar/TabBar.svelte +++ b/web-common/src/features/dashboards/tab-bar/TabBar.svelte @@ -1,90 +1,75 @@