feat: polish life os cards and voice stack
This commit is contained in:
parent
66362c7176
commit
0edf8c3fef
21 changed files with 3681 additions and 502 deletions
24
examples/cards/templates/list-total-live/manifest.json
Normal file
24
examples/cards/templates/list-total-live/manifest.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"key": "list-total-live",
|
||||
"title": "List Total",
|
||||
"notes": "Generic editable two-column list card with a numeric left column, freeform right column, and a running total persisted in template_state. Configure left_label, right_label, total_label, total_suffix, max_digits, and rows.",
|
||||
"example_state": {
|
||||
"left_label": "Cal",
|
||||
"right_label": "Food",
|
||||
"total_label": "Total",
|
||||
"total_suffix": "cal",
|
||||
"max_digits": 4,
|
||||
"rows": [
|
||||
{
|
||||
"value": "420",
|
||||
"name": "Lunch"
|
||||
},
|
||||
{
|
||||
"value": "180",
|
||||
"name": "Snack"
|
||||
}
|
||||
]
|
||||
},
|
||||
"created_at": "2026-03-21T00:00:00+00:00",
|
||||
"updated_at": "2026-03-21T00:00:00+00:00"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue