From 6b0ac7696fe5608d434061bad435ba9338654ed3 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 20 Jul 2026 10:14:11 -0400 Subject: [PATCH] feel: card resting spacing + editor Cmd/Ctrl+Enter - NoteCard: overlay the hover toolbar (absolute bottom-right, translucent backdrop, pointer-events gated) instead of reserving a permanent action row. At rest cards are now content-sized with even padding, so text no longer looks pinned to the top above an empty strip. Affects every card surface (board, search, graph, reminders). - NoteEditor: Cmd/Ctrl+Enter saves & closes (mirrors Esc-closes). Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01FRgehjoz7Yv8LkUfADxACm --- frontend/src/components/NoteCard.vue | 5 ++++- frontend/src/components/NoteEditor.vue | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/NoteCard.vue b/frontend/src/components/NoteCard.vue index 77c06ce..71599f5 100644 --- a/frontend/src/components/NoteCard.vue +++ b/frontend/src/components/NoteCard.vue @@ -105,8 +105,11 @@ function cardClass(color: NoteColor): string { +