From 465dcf988ed8817d22998303f4f48572db4281f0 Mon Sep 17 00:00:00 2001 From: padreug Date: Wed, 7 Jan 2026 01:38:19 +0100 Subject: [PATCH] Add LNbits attribution to sidebar footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add "Powered by ⚔LNbits" link to both desktop and mobile sidebars - Links to lnbits.com in new tab - Includes separator divider above attribution šŸ¤– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/components/layout/AppSidebar.vue | 13 +++++++++++++ src/components/layout/MobileDrawer.vue | 15 ++++++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/src/components/layout/AppSidebar.vue b/src/components/layout/AppSidebar.vue index 80606eb..7b5accf 100644 --- a/src/components/layout/AppSidebar.vue +++ b/src/components/layout/AppSidebar.vue @@ -129,6 +129,19 @@ const isActive = (href: string) => { Settings --> + + + + diff --git a/src/components/layout/MobileDrawer.vue b/src/components/layout/MobileDrawer.vue index 87b2dd1..98b0740 100644 --- a/src/components/layout/MobileDrawer.vue +++ b/src/components/layout/MobileDrawer.vue @@ -10,7 +10,7 @@ import { SheetTitle, } from '@/components/ui/sheet' import { Button } from '@/components/ui/button' -// import { Separator } from '@/components/ui/separator' // TODO: Uncomment when Settings page is implemented +import { Separator } from '@/components/ui/separator' import { Home, Calendar, @@ -152,6 +152,19 @@ const navigateTo = (href: string) => { Settings --> + + + +