From 5ac08822ce61cb05036887fc5616d575129a6ca7 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 7 Apr 2026 23:13:32 +0000 Subject: [PATCH] Add mobile-first task manager at /tasks New standalone page: firefrostgaming.com/tasks - Mobile-optimized task viewer/editor - Connects directly to Gitea API (no CORS issues) - Card-based interface with tap-to-expand - Filter tabs: All / Blockers / Active / Done - Quick edit: Status, Priority, Owner, Blocker checkbox - Auto-saves changes to Git - Touch-friendly (44px+ tap targets) - Priority color-coded cards - Works on phone/tablet/desktop Replaces clunky Decap CMS mobile experience with purpose-built task manager. --- tasks.njk | 493 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 493 insertions(+) create mode 100644 tasks.njk diff --git a/tasks.njk b/tasks.njk new file mode 100644 index 0000000..702beb3 --- /dev/null +++ b/tasks.njk @@ -0,0 +1,493 @@ +--- +layout: base +title: Task Manager - Firefrost Gaming +eleventyExcludeFromCollections: true +--- + + + + + + + Tasks - Firefrost Gaming + + + +
+ + + + + + + +