From ac361f9a1979391d7e703566485a85258d0c6640 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 6 Aug 2026 11:29:11 +0000 Subject: [PATCH 1/2] Add GitHub repository link to header Links to the source repo via a GitHub icon button next to settings/theme toggle, in both the quick-entry and full-form headers. --- client/src/pages/home.tsx | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index af19cfe..2519066 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -41,9 +41,12 @@ import { ClipboardList, Scale, NotebookPen, - Settings as SettingsIcon + Settings as SettingsIcon, + Github } from "lucide-react"; +const REPO_URL = "https://github.com/aidmax/pedalnotes"; + const SECTION_DEFAULTS: Record = { "daily-notes": true, "core-metrics": true, @@ -461,6 +464,15 @@ export default function Home() { > Full form + + +