From 38b8fc0e9927c4146b4c8b309b2bcc644abd63d0 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 25 Feb 2026 23:02:35 +0900 Subject: feat(decks): add default note type setting per deck Allow each deck to specify a default note type that is auto-selected when creating new notes. Includes DB schema migration, server API updates, sync layer support, and UI for editing the default in the deck settings modal. Co-Authored-By: Claude Opus 4.6 --- drizzle/meta/_journal.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drizzle/meta/_journal.json') diff --git a/drizzle/meta/_journal.json b/drizzle/meta/_journal.json index fe8279e..9d2626d 100644 --- a/drizzle/meta/_journal.json +++ b/drizzle/meta/_journal.json @@ -36,6 +36,13 @@ "when": 1767164715079, "tag": "0004_clean_leopardon", "breakpoints": true + }, + { + "idx": 5, + "version": "7", + "when": 1772025984247, + "tag": "0005_certain_stick", + "breakpoints": true } ] } \ No newline at end of file -- cgit v1.3-1-g0d28