feat(task): task detail

This commit is contained in:
2026-02-09 18:20:33 +08:00
parent f0298b91e3
commit 3f284d057c
19 changed files with 435 additions and 279 deletions

View File

@@ -11,7 +11,11 @@ export default function NoteRulesTable(props: {
const checkBoxRules = rules?.check_box_rules ?? []
return (
<Paper withBorder p="sm" radius="md" style={{ borderColor: "rgba(0,0,0,0.06)" }}>
<Paper
withBorder
p="sm"
radius="md"
style={{ borderColor: "rgba(0,0,0,0.06)" }}>
<Stack gap="xs">
<Text fw={700}></Text>
@@ -52,4 +56,3 @@ export default function NoteRulesTable(props: {
</Paper>
)
}