- 07 Mar, 2026 3 commits
-
-
memoclaw authored
Co-authored-by:Claude Opus 4.6 <noreply@anthropic.com>
-
memoclaw authored
Co-authored-by:Claude Opus 4.6 <noreply@anthropic.com>
-
memoclaw authored
Co-authored-by:Claude Opus 4.6 <noreply@anthropic.com>
-
- 05 Mar, 2026 7 commits
-
-
memoclaw authored
Co-authored-by:Claude Opus 4.6 <noreply@anthropic.com>
-
memoclaw authored
Co-authored-by:Claude Opus 4.6 <noreply@anthropic.com>
-
memoclaw authored
Co-authored-by:Claude Opus 4.6 <noreply@anthropic.com>
-
Peter Etelej authored
-
memoclaw authored
Co-authored-by:Claude Opus 4.6 <noreply@anthropic.com>
-
boojack authored
Signed-off-by:boojack <stevenlgtm@gmail.com>
-
memoclaw authored
Co-authored-by:Claude Opus 4.6 <noreply@anthropic.com>
-
- 04 Mar, 2026 6 commits
-
-
longhe.li authored
Signed-off-by:
longhe.li <lilonghe@outlook.com> Co-authored-by:
Copilot <175728472+Copilot@users.noreply.github.com>
-
thefatcode authored
-
Ashour Badine authored
-
Steven authored
-
Biplav Barua authored
-
Steven authored
-
- 03 Mar, 2026 8 commits
-
-
Steven authored
Replace the standalone SSE dot above UserMenu with a small badge overlaid on the bottom-right of the user avatar. Only visible when status is connecting (yellow) or disconnected (red) — invisible in the normal connected state, removing constant visual noise.
-
milvasic authored
Co-authored-by:
Cursor Agent <cursoragent@cursor.com> Co-authored-by:
milvasic <milvasic@users.noreply.github.com>
-
Steven authored
-
Steven authored
Add a comment preview section below memo cards in list view, displaying up to 3 comment snippets with a "View all" link. Removes the old comment count icon from the memo header in favor of this richer inline display. Comment preview is hidden in memo detail view.
-
Steven authored
-
Steven authored
-
Lincoln Nogueira authored
-
Steven authored
-
- 02 Mar, 2026 5 commits
-
-
Steven authored
-
boojack authored
Signed-off-by:boojack <stevenlgtm@gmail.com>
-
Steven authored
-
Steven authored
-
Steven authored
- Reduce themes from 6 to 4: system, light, dark, paper - Remove midnight (too similar to dark) and whitewall (too similar to light) - Drop all unused tokens: chart-*, sidebar-primary, sidebar-border, sidebar-ring, shadow-2xs, tracking-normal, spacing - Remove redundant @theme inline blocks from dynamic theme files (Tailwind only processes them at compile time, not at runtime) - Move shared tokens (fonts, radius) to default.css only - Polish dark mode color palette - Consistent cool-slate hue (h265) across all surfaces - Proper surface layering: sidebar(0.07) → bg(0.09) → card(0.13) → popover(0.17) → secondary(0.19) → muted(0.21) → accent(0.22) - Foreground softened to 0.82 (from 0.9) — comfortable off-white - Accent more chromatic than muted (0.012 vs 0.008) — hover feels interactive - Popover elevated above card (0.17 vs 0.13) — floating elements visible - Destructive more vivid (0.62/c0.20) — clearly red on dark surfaces - Input border (0.25) more distinct than layout border (0.21) - Sidebar foreground (0.68) dimmer than content foreground (0.82) - Fix inline code background invisible in dark mode (#5674) - Muted was same lightness as card — increased to 0.21 for clear contrast
-
- 01 Mar, 2026 10 commits
-
-
Johnny authored
- Replace PAT-only auth with optional auth supporting both PAT and JWT via auth.Authenticator.Authenticate(); unauthenticated requests see only public memos, matching REST API visibility semantics - Inline auth middleware into mcp.go following fileserver pattern; remove auth_middleware.go - Introduce memoJSON response type that correctly serialises store.Memo (including Payload.Tags and Payload.Property) without proto marshalling - Add tools: list_memo_comments, create_memo_comment, list_tags - Extend list_memos with state (NORMAL/ARCHIVED), order_by_pinned, and page parameters - Extend update_memo with pinned and state parameters - Extract #tags from content on create/update via regex to pre-populate Payload.Tags without requiring a full markdown service rebuild - Add MCP Resources: memo://memos/{uid} template returns memo as Markdown with YAML frontmatter, allowing clients to read memos by URI - Add MCP Prompts: capture (save a thought) and review (search + summarise)
-
Johnny authored
-
Johnny authored
-
Johnny authored
-
Johnny authored
-
Johnny authored
Add migration scripts for existing instances without a storage setting to explicitly preserve DATABASE as their storage type, ensuring backward compatibility. Change the default for new installations to LOCAL to improve out-of-the-box performance.
-
Johnny authored
-
Johnny authored
-
Mudkip authored
-
mostapko authored
-
- 26 Feb, 2026 1 commit
-
-
Steven authored
Align header padding, text color, background tokens, and item row styles across CodeBlock, AttachmentList, RelationList, and LocationDisplay so all metadata panels follow the same visual pattern.
-