Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/full-screen-note-editor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"think-app": patch
---

Replace add memory dialog with full-screen TipTap editor

- Add new TipTap-based NoteEditor component with formatting toolbar
- Remove AddMemoryDialog in favor of full-screen editing experience
- Update MemoryDetailPanel to open editor for notes
4 changes: 4 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
},
"dependencies": {
"@microsoft/fetch-event-source": "^2.0.1",
"@tiptap/extension-placeholder": "^3.13.0",
"@tiptap/pm": "^3.13.0",
"@tiptap/react": "^3.13.0",
"@tiptap/starter-kit": "^3.13.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.460.0",
Expand Down
316 changes: 0 additions & 316 deletions app/src/components/AddMemoryDialog.tsx

This file was deleted.

Loading