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

@@ -10,6 +10,7 @@ export class DynamicSectionMockBuilder {
id: createId(),
kind: "dynamic",
options: {
title: "",
borderColor: "",
},
layouts: [],