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", |
"homepage": "https://meshtastic.org", |
||||
"dependencies": { |
"dependencies": { |
||||
"@bufbuild/protobuf": "^2.2.5", |
"@bufbuild/protobuf": "^2.2.5", |
||||
|
"@hookform/resolvers": "^5.1.1", |
||||
"@meshtastic/core": "npm:@jsr/[email protected]", |
"@meshtastic/core": "npm:@jsr/[email protected]", |
||||
"@meshtastic/js": "npm:@jsr/[email protected]", |
"@meshtastic/js": "npm:@jsr/[email protected]", |
||||
"@meshtastic/transport-http": "npm:@jsr/meshtastic__transport-http", |
"@meshtastic/transport-http": "npm:@jsr/meshtastic__transport-http", |
||||
@ -84,7 +85,7 @@ |
|||||
"react-map-gl": "8.0.4", |
"react-map-gl": "8.0.4", |
||||
"react-qrcode-logo": "^3.0.0", |
"react-qrcode-logo": "^3.0.0", |
||||
"rfc4648": "^1.5.4", |
"rfc4648": "^1.5.4", |
||||
"zod": "^3.25.62", |
"zod": "^3.25.67", |
||||
"zustand": "5.0.5" |
"zustand": "5.0.5" |
||||
}, |
}, |
||||
"devDependencies": { |
"devDependencies": { |
||||
|
|||||
Loading…
Reference in new issue