From d821ffbd0d62f1353e4879ec3fda845fc9cb725a Mon Sep 17 00:00:00 2001 From: "Matt J." Date: Mon, 21 Oct 2024 18:21:09 +0200 Subject: [PATCH] feat(UI): Add view button is now larger and has a tooltip (#555) This PR makes the add view button larger and adds a tooltip to it. UI preview: https://github.com/user-attachments/assets/c5f6de13-18b7-482e-9620-9772e7ecf024 Fixes #509 --- skore-ui/src/components/SectionHeader.vue | 7 ++++++- skore-ui/src/components/SimpleButton.vue | 2 +- skore-ui/src/views/ComponentsView.vue | 1 + skore-ui/src/views/project/ProjectViewList.vue | 3 ++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/skore-ui/src/components/SectionHeader.vue b/skore-ui/src/components/SectionHeader.vue index 166de20da..d2d471d91 100644 --- a/skore-ui/src/components/SectionHeader.vue +++ b/skore-ui/src/components/SectionHeader.vue @@ -1,4 +1,5 @@