Add modern notes workspace with core legacy note functions

This commit is contained in:
2026-03-28 19:26:35 +00:00
parent 17904cff3a
commit 94d6840ef7
5 changed files with 607 additions and 0 deletions
+1
View File
@@ -369,6 +369,7 @@
<div class="fixed top-3 left-3 z-50 flex flex-wrap items-center gap-2">
<a href="/" class="px-3 py-1.5 rounded-full border border-white/40 bg-black/45 text-white text-xs font-semibold hover:bg-black/60 transition">Testing Harness</a>
<a href="/tasks" class="px-3 py-1.5 rounded-full border border-white/40 bg-black/45 text-white text-xs font-semibold hover:bg-black/60 transition">Tasks</a>
<a href="/notes-workspace" class="px-3 py-1.5 rounded-full border border-white/40 bg-black/45 text-white text-xs font-semibold hover:bg-black/60 transition">Notes Workspace</a>
<span class="px-3 py-1.5 rounded-full border border-cyan-300/70 bg-slate-900/85 text-cyan-200 text-xs font-semibold">Legacy Notes Workspace</span>
</div>
<!-- Top-right display name -->