Jeremy Gallant
d453ff809a
Refactor and consolidate store imports ( #774 )
* Refactor and consolitdate store imports
- Created a new index file in the core stores directory to export all stores from a single module.
- Updated imports to use consolidated store exports.
* Remove unnecessary import
* Update imports
* Use named exports
* Change store import after merge
---------
Co-authored-by: philon- <[email protected] >
11 months ago
Jeremy Gallant
27ed4e58bd
Fix admin PKI validation ( #766 )
Admin PKI fields were falsely flagged as unchanged.
Co-authored-by: philon- <[email protected] >
11 months ago
Dan Ditomaso
704d06cfe7
refactor: switch to using Bun ( #718 )
12 months ago
Dan Ditomaso
1c13343e8a
Add monorepo support to project ( #682 )
* feat: add monorepo support
* fix: correct relatedProjects structure in vercel.json
* update github actions with monorepo support
* removed legacy dep
* moved jsr config into web package
1 year ago
Jeremy Gallant
181c984b27
Config form improvements ( #652 )
* Config reset work WIP
* Config reset WIP
* Fix tests, tsc, linting
* Form reset adjustments
* Add ManagedModeDialog
* Remove debug logging
* Add Suspense
* Review fixes
---------
Co-authored-by: philon- <[email protected] >
1 year ago
Jeremy Gallant
1cbd98ec53
Zod config validation ( #635 )
* Zod WIP
* Zod form validation
* DynamicForm testing
* Fix linting
* Delete rasterSource.ts
---------
Co-authored-by: philon- <[email protected] >
1 year ago
Dan Ditomaso
eb2a2717b1
Internationalization (i18n) ( #627 )
* `feat: added internationalization lib, added english labels`
* `fixes from code review`
* `feat: add crowdin github actions`
* `fix: added support for i18n in testing. Fixed broken tests`
* `fix: missing translations`
* `removed unneded import`
* `more components updated with missing translations`
* `fixed lint issue`
* `Refactor: updated how translations are scoped, updated all references`
* `fixing broken tests`
* `feat: added language switcher, updated some translations`
* `fixed linting issues`
* `reverting vite config`
* `add english group id's to command palette`
* `updated PR template for i18n`
1 year ago
philon-
1274584497
Feature: Admin PKI fields ( #619 )
* Add admin PKI fields
* Renaming state ref
* WIP: Refactoring
* Refactoring Security Config
* Ensure admin keys have been set before allowing managed mode
1 year ago
Dan Ditomaso
480ca46a95
chore: lint/format all files ( #604 )
* chore: lint/format all files
* Fix config sidebar button state (#602 )
* chore: Update deno.lock version and add Radix UI slider component (#601 )
* fix: improve how table addresses even/odd rows
---------
Co-authored-by: philon- <[email protected] >
Co-authored-by: Kamil Dzieniszewski <[email protected] >
1 year ago
Dan Ditomaso
99711fc44e
Remove duplicate node logic, UI Update, flatten build output ( #586 )
* refactor nodes to getNodes fn. ui updates
* fixed several styling issues
* fix: message specific styling/overflow
* added footer, fixed tests. styling
* fix: added theme support back to app component
* fix: hide emojis/reactions
* fix: added more padding to content element
* fix: fixed padding in content element
* updated color scheme
* fix: more dark mode styling improvements
* fix: padding and alignment fixes
* fix: prevent left sidebar collapse, added battery component
* fix: change scrollbars to "tiny" style, improved message scrolling, fixed bug with message input
* message store fixes, ui fixes
* fix: disabled message persistance until after release
1 year ago
Dan Ditomaso
2050b05d6a
feat: add copy text option to input fields.
1 year ago
Dan Ditomaso
7267101021
fix: extended dialog to allow for dynamic title/description
1 year ago
Dan Ditomaso
75596e7153
chore: fixes from deno linting/formatting
1 year ago
Dan Ditomaso
81a1e0e550
fix: update process.env to import.meta
1 year ago
Dan Ditomaso
50eb2a827f
chore: fixes from deno linting/formatting
1 year ago
Sacha Weatherstone
5a62b67e79
use new packages for imports & new webserial transport
1 year ago
Sacha Weatherstone
f31ac24707
fix formatting
1 year ago
Sacha Weatherstone
a5589e232b
update dependencies
1 year ago
Dan Ditomaso
fa85e83817
fix: connected labels to inputs, improving accessibility and testability
1 year ago
Dan Ditomaso
f4417f984b
fixed unsafe array access in component
1 year ago
Dan Ditomaso
cf4c3c1376
fixed unsafe array access in component
1 year ago
Dan Ditomaso
ebf64b5bcb
fix: admin key can be saved/restored inside of web ui.
1 year ago
Tilen Komel
891a1a9503
pnpm check:fix
1 year ago
Dan Ditomaso
74e33d09b1
feat: Add pki backup dialog, refactor Channels pre-shared key to support regenerate dialog
2 years ago
Dan Ditomaso
db09711be5
feat: Add pki backup dialog, refactor Channels pre-shared key to support regenerate dialog
2 years ago
Tom
6fc183ff15
Update Security.tsx
2 years ago
Tom
2cf7655562
Update Security.tsx
2 years ago
Sacha Weatherstone
42068ad3d8
move to RsBuild
2 years ago
Hunter Thornsberry
3b0a1e6108
biome
2 years ago
Hunter Thornsberry
c2f2205626
cleanup
2 years ago
Hunter Thornsberry
8e4f60edf3
biome
2 years ago
Hunter Thornsberry
8811eee9f5
Remove bluetooth debugging and reword generic debug
2 years ago
Hunter Thornsberry
2af93f1acd
Fix protobufs, add configOkToMqtt, add PKI icons
2 years ago
Hunter Thornsberry
989fad7e17
biome
2 years ago
Hunter Thornsberry
f7a2e5f76b
Invert adminKey disabledBy
2 years ago
Hunter Thornsberry
2b81fc47e2
disable the public key input
2 years ago
Hunter Thornsberry
b522113cd7
bad merge on Security.tsx
2 years ago
Tilen Komel
5e72510bef
Removed submit button
2 years ago
Hunter Thornsberry
0dcc2b1975
rewrite disabled dynamicforms stuff and fix factory reset in command palette
2 years ago
Tilen Komel
d10c010b9a
Dont disable PKI on Allow Legacy Admin
2 years ago
Tilen Komel
9d4aa05316
Updated pki regenerate dialog
2 years ago
Tilen Komel
354d04592b
Fix build
2 years ago
Tilen Komel
9bea6870bb
Add submit button to work
2 years ago
Tilen Komel
f66332b3e3
Handle undefined booleans
2 years ago
Tilen Komel
4bde402a53
Add key generation confirmation
2 years ago
Tilen Komel
4cf91272de
Removed admin key generation from security
2 years ago
Tilen Komel
afc45588fa
Fixed security key generation
2 years ago
Tilen Komel
22cd5aa88d
Add key generation
2 years ago
Tilen Komel
e3fad3015f
Add hide toggle to password generator
2 years ago
Tilen Komel
02a63c213e
Add key verification & generation
2 years ago