Commit Graph

26 Commits

Author SHA1 Message Date
lucaronin
df3e4a787e feat: git history — clickable commit hashes with diff view 2026-02-22 10:02:35 +01:00
lucaronin
b0657bc3f5 feat: archive notes button + cmd+e shortcut 2026-02-22 10:02:17 +01:00
lucaronin
800e89dd06 design: git-history wireframes
Two frames added to design/git-history.pen:
- "Git History — Commit List": shows inspector panel with clickable
  hashes (primary color, underlined), relative dates, commit messages,
  and author name (muted, small) on each commit row
- "Git History — Diff Open": shows diff view with breadcrumb bar
  displaying file path and commit badge, plus colored diff lines
  (red for removed, green for added)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 22:31:45 +01:00
lucaronin
4d457b5f6e design: archive notes button wireframes
Add two frames to design/archive-notes-button.pen:
- "Archive Notes — Breadcrumb button (normal note)" — shows Archive icon
- "Archive Notes — Breadcrumb button (archived note, shows Unarchive)" — shows
  ArrowUUpLeft icon with ARCHIVED badge in breadcrumb

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 18:46:45 +01:00
lucaronin
540a2d8123 design: customize-sections-design wireframes
Added before/after frames to design/customize-sections-design.pen showing
the sidebar section header redesign:
- Before: "Customize sections" button with inline icon + text
- After: "SECTIONS" uppercase heading label with settings icon right-aligned

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 18:42:22 +01:00
lucaronin
cc1631c368 feat: draggable section groups in sidebar 2026-02-21 18:36:28 +01:00
lucaronin
66754c2dcd feat: draggable tabs with localStorage persistence 2026-02-21 18:35:13 +01:00
lucaronin
09609eff55 feat: trash notes — sidebar filter, breadcrumb buttons, cmd+del shortcut, demo vault data 2026-02-21 18:34:40 +01:00
lucaronin
580ce5bcc0 design: draggable section groups wireframes
Three frames showing drag interaction flow:
1. Default sidebar with grip-vertical drag handles on section headers
2. Mid-drag state with blue drop indicator line and floating section overlay
3. After-drop state showing reordered sections

Order persisted as "order" property in Type document frontmatter.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 17:21:49 +01:00
lucaronin
f8cc097a58 design: draggable tabs wireframes
Three frames added to design/draggable-tabs.pen:
1. Default state — tabs with grab cursor hint
2. Dragging state — tab at 0.5 opacity, 2px primary-color drop indicator
3. After drop — reordered tabs, localStorage persistence note

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 17:21:38 +01:00
lucaronin
4868972093 design: sort-notes wireframes
Two feature frames added:
- "Sort Notes — picker closed": default state with sort button in subsection header
- "Sort Notes — picker open": dropdown popover with sort options (Modified, Created, Title, Status)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 17:08:39 +01:00
lucaronin
1c0e471839 design: sort-notes wireframes
Shows sort control UI for relationship subsection headers:
- Default state: sort icon + current sort label in header bar
- Open state: dropdown popover with options (Modified, Created, Title, Status)
- Selected option highlighted with check icon

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 17:06:30 +01:00
lucaronin
7bee41847f design: trash notes wireframes
Added 4 frames to design/trash-notes.pen:
- Sidebar filter showing Trash with count badge and destructive color
- Note list view with TRASHED badge and 30-day warning state
- Relationship indicator with trash icon prefix for trashed refs
- 30-day auto-delete warning banner

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 16:50:39 +01:00
lucaronin
311c5e434b feat: archive notes — filter sidebar, hide archived, relationship indicators 2026-02-21 16:44:09 +01:00
lucaronin
07e730f172 feat: customize which type sections are shown in sidebar 2026-02-21 16:41:34 +01:00
lucaronin
cc3dff7d47 design: archive notes wireframes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 16:35:59 +01:00
lucaronin
1fa29738e7 design: customize sidebar types wireframes
Three frames showing the feature flow:
1. Button placement — "Customize sections" link above section groups
2. Popover open — toggles for each type section (People & Events OFF)
3. Result — sidebar with hidden sections removed entirely

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 16:35:34 +01:00
lucaronin
356797d410 feat: tag-pill UI for array properties in inspector 2026-02-21 16:29:48 +01:00
lucaronin
df6aa7241f feat: color and icon customization for sidebar type sections 2026-02-21 16:27:43 +01:00
lucaronin
692bc8edc4 feat: move properties icon to toolbar when inspector panel is closed 2026-02-21 13:16:31 +01:00
lucaronin
a7addf127e design: color & icon customization for types wireframes
Four frames added to design/color-icon-for-types.pen:
1. Right-click context menu on sidebar section group headers
2. Icon & color picker popover (color swatches + icon grid)
3. Sidebar with custom icons & colors applied
4. Frontmatter persistence model (icon/color in type YAML)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 13:14:18 +01:00
lucaronin
4d90fb5dc0 design: array property tag-pill wireframes
Three frames showing:
- Before: vertical list of plain text items
- After: horizontal wrapped pills with × remove and + add button
- Pill states: normal, hover (darker bg, red ×), + button, add input active

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 12:19:47 +01:00
lucaronin
e8e2b7f97a design: move-properties-icon wireframes
Shows before/after states:
- Before: Properties icon in separate 40px collapsed panel sliver
- After: Properties icon moved into BreadcrumbBar toolbar icons

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 12:18:14 +01:00
lucaronin
df64d45152 design: keyboard navigation wireframes
Two frames showing tab switching shortcuts (Cmd+Opt+Left/Right in Tauri,
Cmd+Shift+Left/Right in browser) and note list navigation (Cmd+Opt+Up/Down
replaces current tab).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 10:44:17 +01:00
lucaronin
3957d524e5 design: allow-create-new-types wireframes
Three wireframe sections:
1. Create Type Dialog — simple modal with name field, triggered by + on Types section
2. Dynamic Sidebar Sections — custom types auto-appear as new sidebar sections
3. Updated Create Note Dialog — type selector includes custom types with blue accent

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 09:37:17 +01:00
lucaronin
3a88993c14 design: create-from-sidebar wireframes
Shows sidebar section headers in two states:
- Default: icon + label + chevron
- Hover: icon + label + [+] button + chevron

The + button opens CreateNoteDialog pre-filled with the section type.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 23:52:44 +01:00