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
Dan Ditomaso
85ee0747d1
fix: move i18n languages to public folder ( #681 )
* fix: move i18n languages for best practices
* updating test setup
* removed static copy
1 year ago
github-actions[bot]
183b3ae8cc
chore(i18n): New Crowdin Translations by GitHub Action ( #677 )
Co-authored-by: Crowdin Bot <[email protected] >
1 year ago
Dan Ditomaso
43143bfdf6
Device Name dialog validation ( #676 )
* 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] >
1 year ago
Jeremy Gallant
bb91350ef5
fix: Crash when navigator.serial is undefined ( #670 )
* Fix crash when navigator.serial is undefined
* Change value
---------
Co-authored-by: philon- <[email protected] >
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
ccc4202aa4
Minor i18n fixes ( #663 )
* i18n fixes
Add PKI Backup Reminder dialog + ensure en-US is UI default
* Revert edits to i18n components
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