From 8dfaecd5084bda82d363f5d4e9c466d524011d8c Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 12 Jan 2026 21:23:10 -0300 Subject: [PATCH] ui: add outline and planka links --- frontend/src/data/sample.js | 14 ++++++++++++++ frontend/src/views/AppsView.vue | 20 ++++++++++++++++---- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/frontend/src/data/sample.js b/frontend/src/data/sample.js index dc2736a..dca9485 100644 --- a/frontend/src/data/sample.js +++ b/frontend/src/data/sample.js @@ -56,6 +56,20 @@ export function fallbackServices() { summary: "Storage, office, and mail apps for bstein.dev users.", link: "https://cloud.bstein.dev", }, + { + name: "Outline", + icon: "📝", + category: "productivity", + summary: "Team docs and knowledge base for Atlas users.", + link: "https://notes.bstein.dev", + }, + { + name: "Planka", + icon: "🧭", + category: "productivity", + summary: "Kanban planning boards for tasks and projects.", + link: "https://tasks.bstein.dev", + }, { name: "VaultWarden", icon: "🔑", diff --git a/frontend/src/views/AppsView.vue b/frontend/src/views/AppsView.vue index f56006f..1155697 100644 --- a/frontend/src/views/AppsView.vue +++ b/frontend/src/views/AppsView.vue @@ -43,18 +43,30 @@