From c03bc895a6e6ddd336eb195130049a1fe39c9a70 Mon Sep 17 00:00:00 2001 From: Laputa App Date: Fri, 27 Feb 2026 18:21:11 +0100 Subject: [PATCH] design: update new-note-creation.pen for unsaved state Update tab indicator to blue dot (was green), add italic font style to unsaved tab title, rename frame to match new behavior. Co-Authored-By: Claude Opus 4.6 --- design/new-note-creation.pen | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/design/new-note-creation.pen b/design/new-note-creation.pen index 8a693ac1..cddd569b 100644 --- a/design/new-note-creation.pen +++ b/design/new-note-creation.pen @@ -3,7 +3,7 @@ { "type": "frame", "id": "nnc_pending_save", - "name": "New Note Creation — Pending Save State", + "name": "New Note Creation — Unsaved State (Cmd+N)", "x": 0, "y": 0, "width": 800, @@ -36,7 +36,7 @@ { "type": "frame", "id": "nnc_tab_active", - "name": "Tab — New Note (unsaved)", + "name": "Tab — Unsaved Note (blue dot + italic)", "layout": "horizontal", "width": 180, "height": 40, @@ -53,16 +53,17 @@ "width": 8, "height": 8, "cornerRadius": 4, - "fill": "#22c55e" + "fill": "#3b82f6" }, { "type": "text", "id": "nnc_tab_label", - "content": "Untitled", + "content": "Untitled Note", "fill": "$--foreground", "fontFamily": "Inter", "fontSize": 13, - "fontWeight": "400" + "fontWeight": "400", + "fontStyle": "italic" } ] }