fix(stage-tamagotchi): sync pairing settings and QR state (#2318)

This commit is contained in:
Neko
2026-08-18 19:55:15 +00:00
committed by GitHub
parent e45fca041c
commit 2770267dc7
14 changed files with 379 additions and 206 deletions
+2
View File
@@ -258,6 +258,7 @@ Basic text/number input.
| `type` | `InputType?` | — | HTML input type |
| `variant` | `'primary' \| 'secondary' \| 'primary-dimmed'` | `'primary'` | Visual variant |
| `size` | `'sm' \| 'md' \| 'lg'` | `'md'` | Size |
| `disabled` | `boolean?` | — | Disable editing and focus |
**v-model**: `modelValue: string | number`
@@ -517,6 +518,7 @@ All Field components wrap a base input with `label`, `description`, and consiste
| `description` | `string?` | — | Helper text |
| `placeholder` | `string?` | — | Placeholder |
| `required` | `boolean?` | — | Required indicator |
| `disabled` | `boolean?` | — | Disable editing and focus |
| `type` | `InputType?` | — | Input type |
| `autocomplete` | `string?` | — | Native autocomplete hint |
| `inputClass` | `string?` | — | Custom input class |