Browse Source
* fix: style on config page * feat: added device name validation * Update src/i18n/locales/en/dialog.json Co-authored-by: Copilot <[email protected]> * Update src/components/Dialog/DeviceNameDialog.tsx Co-authored-by: Copilot <[email protected]> * Update src/components/Dialog/DeviceNameDialog.tsx Co-authored-by: Copilot <[email protected]> * fixed typo --------- Co-authored-by: Copilot <[email protected]>pull/678/head
committed by
GitHub
8 changed files with 769 additions and 732 deletions
File diff suppressed because it is too large
@ -36,6 +36,7 @@ |
|||
"homepage": "https://meshtastic.org", |
|||
"dependencies": { |
|||
"@bufbuild/protobuf": "^2.2.5", |
|||
"@hookform/resolvers": "^5.1.1", |
|||
"@meshtastic/core": "npm:@jsr/[email protected]", |
|||
"@meshtastic/js": "npm:@jsr/[email protected]", |
|||
"@meshtastic/transport-http": "npm:@jsr/meshtastic__transport-http", |
|||
@ -84,7 +85,7 @@ |
|||
"react-map-gl": "8.0.4", |
|||
"react-qrcode-logo": "^3.0.0", |
|||
"rfc4648": "^1.5.4", |
|||
"zod": "^3.25.62", |
|||
"zod": "^3.25.67", |
|||
"zustand": "5.0.5" |
|||
}, |
|||
"devDependencies": { |
|||
|
|||
Loading…
Reference in new issue