• Joined on 2025-01-07
sepehr pushed to main at sepehr/Momento 2026-05-03 21:45:28 +02:00
0311c97a35 fix: add /health endpoint before auth middleware for Docker healthcheck (was 401 with MCP_REQUIRE_AUTH=true)
sepehr pushed to main at sepehr/Momento 2026-05-03 21:44:03 +02:00
1ed7839334 fix: notebook name overflows sidebar on hover with bold + opaque background instead of tooltip overlay
sepehr pushed to main at sepehr/Momento 2026-05-03 20:46:52 +02:00
718f4c6900 perf: optimize MCP server (O(1) auth, compact JSON, trashedAt fix) + memento-note performance (lazy loading, server-side filtering, XSS fixes, dead code removal, security hardening)
sepehr pushed to main at sepehr/Momento 2026-05-03 15:09:13 +02:00
aee4b17306 feat: redesign AI test page with Ethereal Precision v2 (horizontal layout, ultra-wide) and fix Dockerfile OpenSSL issue
sepehr pushed to main at sepehr/Momento 2026-05-03 14:55:12 +02:00
b611ec874d Refactor Admin and Settings UI to Ethereal Precision aesthetic and improve note import/export functionality
sepehr pushed to main at sepehr/Momento 2026-05-03 01:42:24 +02:00
635e516616 fix(ai): live update for translation language input + preset sync
sepehr pushed to main at sepehr/Momento 2026-05-03 01:38:17 +02:00
a7c3251b49 fix(build): bypass TypeScript error in BubbleMenu blocking CI
sepehr pushed to main at sepehr/Momento 2026-05-03 01:35:06 +02:00
5375f874cd fix(chat): enlarge preview panel (max-h-64)
sepehr pushed to main at sepehr/Momento 2026-05-03 01:34:33 +02:00
0f48df114a fix(chat): buttons always visible on last msg + preview panel outside scroll zone
af6e7a2cdf fix(chat): scroll to preview on inject + sidebar restore + collapsible note list (Option A)
88ba0a561a fix(ui): revert resize panel + auto-hide meta sidebar when AI opens
82db722735 fix(chat): inject preview inline in chat tab + resizable note list panel
afa8043fd5 fix(chat): stop loading bubble early, no tab switch on inject, convert md->html in richtext
Compare 8 commits »
sepehr pushed to main at sepehr/Momento 2026-05-02 23:41:47 +02:00
d0387cd9a0 fix: extract images from rich text HTML to enable image description quick action
sepehr pushed to main at sepehr/Momento 2026-05-02 23:37:14 +02:00
01cf5ccad7 fix: prevent bubble menu from being cut off at the top of notes
sepehr pushed to main at sepehr/Momento 2026-05-02 23:36:25 +02:00
e4ca7ba497 feat: slash menu navigation, removed gutter button, fixed AI richtext format, added image resize
sepehr pushed to main at sepehr/Momento 2026-05-02 22:50:41 +02:00
6d6e12ba05 fix: move gutter button fully outside text margin and translate placeholder
sepehr pushed to main at sepehr/Momento 2026-05-02 22:47:15 +02:00
840a72948b style: make floating gutter button more dynamic and beautiful
sepehr pushed to main at sepehr/Momento 2026-05-02 22:41:22 +02:00
be8d8cb2ee feat: add floating gutter button (+) to trigger slash menu
sepehr pushed to main at sepehr/Momento 2026-05-02 22:35:31 +02:00
a44326b62b fix: remove super/subscript from slash menu, restore align cmds, complete i18n in BubbleToolbar
sepehr pushed to main at sepehr/Momento 2026-05-02 22:30:40 +02:00
045c98924d feat: add superscript/subscript to BubbleMenu + fix slash menu descriptions
sepehr pushed to main at sepehr/Momento 2026-05-02 22:26:04 +02:00
dfc2e7dc81 fix: reset category on menu reopen + superscript/subscript require text selection
sepehr pushed to main at sepehr/Momento 2026-05-02 22:22:23 +02:00
df791fc6c7 fix: render slash menu via React Portal under document.body - outside editor DOM hierarchy
sepehr pushed to main at sepehr/Momento 2026-05-02 22:20:50 +02:00
f7ff2f8dfd fix: slash menu - stopPropagation on mousedown blocks ProseMirror selectionUpdate