feat: migrate legacy memory tables to markdown format and drop old structures

This commit is contained in:
Anish Sarkar 2026-04-10 14:19:20 +05:30
parent ac87f3fde0
commit a5bf3af4f8
3 changed files with 250 additions and 108 deletions

View file

@ -190,7 +190,7 @@ export function MemoryContent() {
value={editQuery}
onChange={(e) => setEditQuery(e.target.value)}
onKeyDown={handleKeyDown}
placeholder="Tell SurfSense what to remember or forget..."
placeholder="Tell SurfSense what to remember or forget"
disabled={editing}
className="flex-1 bg-transparent text-sm outline-none placeholder:text-muted-foreground/70"
/>