From eefa78d0112f62499208e94a16e00d2cbfca340b Mon Sep 17 00:00:00 2001 From: Hein Date: Thu, 26 Mar 2026 22:49:32 +0200 Subject: [PATCH] feat(ui): add action links to home page for navigation --- internal/app/app.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/internal/app/app.go b/internal/app/app.go index c4acd7d..7928e94 100644 --- a/internal/app/app.go +++ b/internal/app/app.go @@ -199,6 +199,9 @@ func routes(logger *slog.Logger, cfg *config.Config, db *store.DB, provider ai.P .content { padding: 28px; } h1 { margin: 0 0 12px 0; font-size: 2rem; } p { margin: 0; line-height: 1.5; color: #334155; } + .actions { margin-top: 18px; } + .link { display: inline-block; padding: 10px 14px; border-radius: 8px; background: #172033; color: #fff; text-decoration: none; font-weight: 600; } + .link:hover { background: #0f172a; } img { display: block; width: 100%; height: auto; } @@ -208,6 +211,11 @@ func routes(logger *slog.Logger, cfg *config.Config, db *store.DB, provider ai.P

Avelon Memory Crystal Server (AMCS)

AMCS is a memory server that captures, links, and retrieves structured project thoughts for AI assistants using semantic search, summaries, and MCP tools.

+