From 5f1310cf62be1d6689a4d642e1aeeecfb798ee5e Mon Sep 17 00:00:00 2001 From: Lucas 'Paperboy' Rose-Winters Date: Tue, 4 Nov 2025 10:09:02 +1100 Subject: [PATCH] fix(dashboard): move Exit Edit Widget Mode button to priority topbar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Physically moved 'Exit Edit Widget Mode' button from menu-only section to priority buttons section in the topbar (header-right). Changes: - Moved button from line 52 (menu-only section) to line 27 (priority section) - Button now appears right after 'Tracker Settings' in the topbar - Changed from 'rpg-overflow-btn rpg-menu-only-btn' to 'rpg-priority-btn' Button order in topbar: 1. Lock/Unlock Widgets 2. Enter Edit Mode 3. Tracker Settings 4. Exit Edit Mode ← Now here in the actual topbar! The button is now always visible in the main header next to tabs and hamburger menu, not hidden in dropdown menus. File: src/systems/dashboard/dashboardTemplate.html --- src/systems/dashboard/dashboardTemplate.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/systems/dashboard/dashboardTemplate.html b/src/systems/dashboard/dashboardTemplate.html index b984309..6fa6cad 100644 --- a/src/systems/dashboard/dashboardTemplate.html +++ b/src/systems/dashboard/dashboardTemplate.html @@ -24,6 +24,10 @@ + + - -