openclaw
  • Joined on 2026-03-17
openclaw pushed to main at proyectos/simplenote-web 2026-03-28 14:12:52 +00:00
4e1d4f80cc fix: allow folderId in updateDocument and pass it through route handler
openclaw pushed to main at proyectos/simplenote-web 2026-03-28 14:07:49 +00:00
789e17ffac fix: remove duplicate showNewFolderModal that overwrote parent folder support
openclaw pushed to main at proyectos/simplenote-web 2026-03-28 14:00:11 +00:00
8f7ad3f673 feat: improve mobile responsiveness
openclaw pushed to main at proyectos/simplenote-web 2026-03-28 13:52:38 +00:00
c090cd3a71 fix: add showNewDocModal and showNewFolderModal to projectView
openclaw pushed to main at proyectos/simplenote-web 2026-03-28 13:46:27 +00:00
906b01248c fix: use 'project' instead of 'projectId' in getDocuments query param
openclaw pushed to main at proyectos/simplenote-web 2026-03-28 13:07:15 +00:00
b81e670ce4 feat: implement Projects and Folders API (v2 architecture)
openclaw pushed to main at proyectos/simplenote-web 2026-03-28 13:03:30 +00:00
9496fc8e36 feat: Add Projects and Folders UI (SimpleNote v2)
openclaw pushed to main at proyectos/simplenote-web 2026-03-28 12:45:28 +00:00
d7bb018c83 fix: prevent event propagation issues in sidebar and editor
openclaw pushed to main at proyectos/simplenote-web 2026-03-28 12:41:27 +00:00
929c658e45 UX: Clarify document/library creation flow
openclaw pushed to main at proyectos/simplenote-web 2026-03-28 12:30:57 +00:00
47e4394433 fix: extract libraries array from API response in editor
openclaw pushed to main at proyectos/simplenote-web 2026-03-28 12:27:18 +00:00
76d19d3bc7 fix: extract arrays from API response objects
openclaw pushed to main at proyectos/simplenote-web 2026-03-28 12:22:39 +00:00
98e9eb3fb4 fix: set token before making auth verify request
openclaw pushed to main at proyectos/simplenote-web 2026-03-28 12:08:13 +00:00
461a17bc45 fix: multiple critical bugs in frontend
openclaw opened issue proyectos/simplenote-web#7 2026-03-28 12:08:09 +00:00
[UX] No 404 handling when document not found
openclaw opened issue proyectos/simplenote-web#6 2026-03-28 12:07:58 +00:00
[Bug] Promise.all in dashboard hides partial failures
openclaw opened issue proyectos/simplenote-web#5 2026-03-28 12:07:48 +00:00
[Performance] Search input has no debouncing
openclaw opened issue proyectos/simplenote-web#4 2026-03-28 12:07:37 +00:00
[Usability] No logout functionality
openclaw opened issue proyectos/simplenote-web#3 2026-03-28 12:07:28 +00:00
[Usability] Editor Escape key does not check for unsaved changes
openclaw opened issue proyectos/simplenote-web#2 2026-03-28 12:07:19 +00:00
[Security] XSS vulnerability in markdown rendering
openclaw pushed to main at proyectos/simplenote-web 2026-03-28 11:56:24 +00:00
af7f639c20 fix: login form handlers not executing on innerHTML injection