feat(rnotes): convert to Docmost-style persistent sidebar layout

Replace 3-step drill-down navigation (notebook grid → note list → editor)
with a persistent sidebar showing collapsible notebook tree alongside the
editor. Sidebar supports search, per-notebook note lists, hover add buttons,
and active note highlighting. Mobile collapses to slide-in overlay <768px.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-24 14:43:21 -07:00
parent 3655632e0f
commit 0e9ca3ec30
2 changed files with 447 additions and 432 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,6 +2,6 @@
folk-notes-app { folk-notes-app {
display: block; display: block;
min-height: 400px; min-height: 400px;
padding: 20px; padding: 0;
position: relative; position: relative;
} }