From 67de5b6811ff50418b8d4a7edaae473736d5f24f Mon Sep 17 00:00:00 2001 From: Artem Savchenko Date: Thu, 2 Oct 2025 16:42:06 +0700 Subject: [PATCH 1/4] Support card drafts Signed-off-by: Artem Savchenko --- .../src/components/NewCardForm.svelte | 43 +++++++++++++++-- plugins/card-resources/src/draft.ts | 47 +++++++++++++++++++ 2 files changed, 86 insertions(+), 4 deletions(-) create mode 100644 plugins/card-resources/src/draft.ts diff --git a/plugins/card-resources/src/components/NewCardForm.svelte b/plugins/card-resources/src/components/NewCardForm.svelte index 9cc1b893f11..f49df8cbdea 100644 --- a/plugins/card-resources/src/components/NewCardForm.svelte +++ b/plugins/card-resources/src/components/NewCardForm.svelte @@ -13,7 +13,13 @@ // limitations under the License. -->