From 37e91af5bddeac7073d9a21de09501f8c98fffd6 Mon Sep 17 00:00:00 2001 From: Davide Scaini Date: Wed, 3 Jun 2026 11:07:35 +0200 Subject: [PATCH] feat: move Ideas into Support page tab; remove Ideas from nav --- site/src/layouts/Base.astro | 10 +--------- site/src/pages/ideas/index.astro | 8 +++----- site/src/pages/support/index.astro | 19 +++++++++++++------ 3 files changed, 17 insertions(+), 20 deletions(-) diff --git a/site/src/layouts/Base.astro b/site/src/layouts/Base.astro index acfda8d..96b0127 100644 --- a/site/src/layouts/Base.astro +++ b/site/src/layouts/Base.astro @@ -257,12 +257,7 @@ try { class="hidden sm:inline text-xs text-zinc-500 hover:text-white transition-colors px-1" >Planner )} - - - @@ -330,9 +325,6 @@ try { style="display:none; color: var(--text-4)" class="text-sm px-2 py-1.5 rounded hover:bg-zinc-800 transition-colors">Planner )} - Ideas Support diff --git a/site/src/pages/ideas/index.astro b/site/src/pages/ideas/index.astro index 4411d06..fd34ab1 100644 --- a/site/src/pages/ideas/index.astro +++ b/site/src/pages/ideas/index.astro @@ -1,7 +1,5 @@ --- -import Base from '../../layouts/Base.astro'; -import IdeasPage from '../../components/IdeasPage.svelte'; +const target = (import.meta.env.BASE_URL ?? '/') + 'support/#ideas'; --- - - - + + diff --git a/site/src/pages/support/index.astro b/site/src/pages/support/index.astro index 42eec91..7cd3978 100644 --- a/site/src/pages/support/index.astro +++ b/site/src/pages/support/index.astro @@ -1,5 +1,6 @@ --- import Base from '../../layouts/Base.astro'; +import IdeasPage from '../../components/IdeasPage.svelte'; const baseUrl = import.meta.env.BASE_URL ?? '/'; --- @@ -8,11 +9,12 @@ const baseUrl = import.meta.env.BASE_URL ?? '/';

Open-source, self-hosted activity tracking

-
- - - - +
+ + + + +
@@ -106,6 +108,11 @@ const baseUrl = import.meta.env.BASE_URL ?? '/';
+ + +