Commit Graph

12 Commits

Author SHA1 Message Date
952387d50f feat: dark-tech UI redesign + markdown patch cards
Redesign the frontend with a dark-tech theme: add Tailwind + PostCSS,
design tokens, and shadcn-style primitives (Button/Card/Input/Dialog/
DropdownMenu/Tabs/ScrollArea/etc.); restyle the app shell, navigation,
sidebar tree, content view, markdown rendering, editors, modals and
settings panels. Behavior/props unchanged; Font Awesome replaced with
lucide-react.

Add the patch cards feature UI: patch-queries hooks and a PatchCards
component rendered below the markdown body, with an Add Patch button
and create/edit dialog.

Fix tree expandability: folders with an index page now expand on name
click (and navigate), and the chevron+folder icon is one larger toggle.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-16 17:28:13 +01:00
101666d26d upgrade react-query to v5 2025-05-09 00:44:53 +01:00
1ce2eebbfa improve: upgrade node to 20, upgrade react-query to v4 2025-04-27 00:36:42 +01:00
ba69541a7b improve: add production stage 2024-12-09 07:01:22 +00:00
0e6fd8409a improve: use react-query for caching 2024-12-08 17:11:14 +00:00
da1860a269 manage markdowns by path 2024-12-05 18:28:15 +00:00
8bae53d026 read configs from env 2024-12-05 13:39:08 +00:00
3c53ef7a87 fix mem leak & ui / preview for editor 2024-12-05 08:58:31 +00:00
55ddd17bf0 config for oauth 2024-12-04 14:06:30 +00:00
321dea202d fix OAuth2 issue 2024-12-04 08:03:14 +00:00
18a84123d3 fix render issue 2024-12-03 16:36:32 +00:00
8bbfc10a39 init 2024-12-03 00:38:56 +00:00