feat: add title to dynamic section (#2614)

* feat: add title to dynamic section

* fix: formatting

* feat: use badge rather than text

* fix: use board radius

* fix: use shared.ts validation

---------

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
Jack Weller
2025-03-25 07:06:50 +10:00
committed by GitHub
parent b7a6d950db
commit 1dd7b1a6b9
6 changed files with 31 additions and 5 deletions

View File

@@ -60,6 +60,7 @@ const emptySectionSchema = z.object({
});
export const dynamicSectionOptionsSchema = z.object({
title: z.string().max(20).default(""),
borderColor: z.string().default(""),
});