From 122147c19ce4709a972aa2b730f607bfd9966895 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Fri, 19 Jun 2026 19:03:56 +0200 Subject: [PATCH] refactor(grid): label the name column header instead of repeating the title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The corner header rendered plan.title in the 9rem name column, so it collapsed to "..." — and the title already shows in the switcher, the source, and the heading above the grid. Label its own column instead. --- src/components/MacroplanGrid.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MacroplanGrid.vue b/src/components/MacroplanGrid.vue index 3a25998..c84343b 100644 --- a/src/components/MacroplanGrid.vue +++ b/src/components/MacroplanGrid.vue @@ -167,7 +167,7 @@ const bandStyle = computed(() => ({
-
{{ plan.title }}
+
Feature