From 4ca6ec2b58122fc528e53ce1e6557e45f4f7c7bc Mon Sep 17 00:00:00 2001 From: claude Date: Fri, 12 Jun 2026 20:09:48 +0000 Subject: [PATCH] ui: move zoom picker next to section title, fix tooltip hover-stealing S/M/L buttons now appear inline with the page title rather than in the action bar. Bootstrap tooltips get pointer-events:none so they can no longer steal :hover from the card beneath them, preventing the lift animation from flickering when hovering over tag dots. Co-Authored-By: Claude Sonnet 4.6 --- .../components/project-list-lumiere.tsx | 24 ++++++++++--------- .../pages/project-list-lumiere.scss | 21 ++++++++++++---- 2 files changed, 30 insertions(+), 15 deletions(-) diff --git a/services/web/frontend/js/features/project-list/components/project-list-lumiere.tsx b/services/web/frontend/js/features/project-list/components/project-list-lumiere.tsx index e76c6ba989..57a9505610 100644 --- a/services/web/frontend/js/features/project-list/components/project-list-lumiere.tsx +++ b/services/web/frontend/js/features/project-list/components/project-list-lumiere.tsx @@ -233,19 +233,13 @@ export function ProjectListLumiere() { {error && }
- -
- +
))}
+
+
+