Commit Graph

16 Commits

Author SHA1 Message Date
lucaronin
23145a05f5 feat: preview pdf files in app 2026-04-29 13:14:44 +02:00
lucaronin
4ef6edfb10 feat: preview vault images in app 2026-04-27 00:36:24 +02:00
lucaronin
1f4ae56c1c fix: preserve aliased link labels 2026-04-14 17:34:22 +02:00
lucaronin
084d3d9c71 fix: preserve exact linked note titles 2026-04-14 17:32:47 +02:00
lucaronin
1b45394d0a fix: show filenames in changes view 2026-04-13 23:18:53 +02:00
lucaronin
557a45189d fix: show diff stats in changes list 2026-04-13 15:22:21 +02:00
lucaronin
e98a186389 fix: align note list date row spacing 2026-04-11 20:30:48 +02:00
lucaronin
3c51a18776 feat: add created dates to note list rows 2026-04-10 13:02:25 +02:00
lucaronin
3ac2326d05 fix: restore built-in relationship chip icons 2026-04-09 12:05:55 +02:00
lucaronin
680a56104d feat: enhance note list property chips 2026-04-08 21:28:28 +02:00
lucaronin
8141b8fc8c refactor: split note list hotspots 2026-04-08 09:03:02 +02:00
lucaronin
927aa5c73c feat: show icons on relationship chips 2026-04-07 22:09:21 +02:00
lucaronin
771409d30b feat: add note icon property support 2026-04-07 21:09:06 +02:00
lucaronin
9cc3bcf758 feat: customize inbox note list columns 2026-04-07 20:31:08 +02:00
lucaronin
d0c3a6b889 refactor: remove Trash system — delete is now permanent with confirm modal
Remove all vestiges of the abandoned Trash system: trashed/trashedAt fields
from types, frontmatter parsing, sidebar filtering, editor banners, inspector
components, mock data, and all related tests. Delete is already permanent via
useDeleteActions with a confirmation dialog. Notes with trashed:true in
existing vault frontmatter are now treated as normal notes (the flag is
ignored by the parser).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 12:21:56 +02:00
lucaronin
8d90b8489b feat: add type-specific property chips in note list
Parse _list_properties_display from type file frontmatter and render
property/relationship values as chips below note snippets. Add a
SlidersHorizontal config popover in the note list header (sectionGroup
views only) with checkboxes and drag-to-reorder via dnd-kit. Changes
are saved back to the type file's frontmatter immediately.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 12:52:54 +02:00