Dan Ditomaso
1ea694b12e
Merge branch 'main' into fix/add-npm-jsr-building
12 months ago
Dan Ditomaso
e699f7f563
updating readme
12 months ago
Dan Ditomaso
1cba046cbd
fixed github workflows to improve handling of mutl runtimes
12 months ago
Henri Bergius
0e29639222
Use the actual toDeviceStream ( #721 )
12 months ago
Dan Ditomaso
7b0725029f
CI updates to support monorepo ( #719 )
12 months ago
Dan Ditomaso
704d06cfe7
refactor: switch to using Bun ( #718 )
12 months ago
Dan Ditomaso
acfd7ebd2d
Update README.md ( #716 )
1 year ago
Dan Ditomaso
5fb5693792
feat: added disconnect method to core lib ( #712 )
1 year ago
Dan Ditomaso
dd3f3f0499
fix: include additional info in nightly container tag name ( #709 )
* fix: added latest build version into container tag
* updated tag format
* Update .github/workflows/nightly.yml
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
1 year ago
Dan Ditomaso
ff73ed2521
Update README.md ( #707 )
1 year ago
Dan Ditomaso
5efa1d1795
Prevented i18n package from escaping text ( #704 )
* fix: prevented i18n package from escaping text
* Update packages/web/vite.config.ts
Co-authored-by: Copilot <[email protected] >
* fix: stupid copilot
---------
Co-authored-by: Copilot <[email protected] >
1 year ago
dependabot[bot]
f010365151
chore(deps): bump tj-actions/changed-files in /.github/workflows ( #705 )
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 44 to 46.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v44...v46 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: '46'
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Dan Ditomaso
7f177f6b83
Add npm publishing of JS libs ( #702 )
* feat: publish js libs to npm
* changed license type
* updated readme
* added id
* added exclusion for web and deno packages
* update comment
* updating env var
1 year ago
Dan Ditomaso
66b839742a
Add node-transport lib ( #703 )
* feat: add node transport
* updated readme
* Update packages/transport-node/README.md
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
1 year ago
Dan Ditomaso
2e2b0074b1
Assorted Monorepo fixes ( #698 )
* add npmrc to root
* fix: associated updates related to monorepo updates
* removed deno plugin
* removed deno plugin
* updating ci
1 year ago
Dan Ditomaso
49283daa4f
fix: updated nginx config to pass sub directories ( #692 )
1 year ago
Dan Ditomaso
3bcda37e66
update pr workflow ( #697 )
1 year ago
Dan Ditomaso
684cf30d2f
add npmrc to root ( #696 )
1 year ago
Dan Ditomaso
8989478af4
update caching for ci/cd ( #695 )
1 year ago
Dan Ditomaso
d3446b64a3
removed tests from ci pipeline ( #694 )
1 year ago
Dan Ditomaso
87cd91b0f8
refactor: add svgs to sub folder ( #687 )
1 year ago
Dan Ditomaso
e01946a1e4
Update README.md ( #685 )
1 year ago
Dan Ditomaso
72edb1897f
Feat/add js repo to monorepo ( #683 )
* feat: move js repo into web monorepo
* added readme
* Update packages/core/README.md
Co-authored-by: Copilot <[email protected] >
* Update packages/transport-http/README.md
Co-authored-by: Copilot <[email protected] >
* Update packages/transport-web-bluetooth/README.md
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
1 year 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
Dan Ditomaso
e2f03aaf81
feat: add dependency injection using tanstack context ( #680 )
* feat: add dep injection using tanstack context
* fixed small typo
1 year ago
Dan Ditomaso
6c676fa8da
add git sub module ( #678 )
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
Dan Ditomaso
c6a564f7e4
fix: style on config page ( #674 )
1 year ago
Dan Ditomaso
762aed50b7
Updated button styling on config header ( #673 )
* fix: updated button in config
* Update src/pages/Config/index.tsx
Co-authored-by: Copilot <[email protected] >
---------
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
Dan Ditomaso
ec9b299b37
fix: add missing i18n strings ( #671 )
* fix: added required i18n labels to UI
* added node i18n
* updated tests
* updated path to match github action
1 year ago
Jeremy Gallant
0e6a4818ea
fix: Crowdin upload sources action ( #672 )
* Fix Crowdin upload sources action
* Replace biome with deno in vscode extension recommendations
---------
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
7adbe01723
Add advanced filters ( #655 )
* Add advanced filters
* Review edits
---------
Co-authored-by: philon- <[email protected] >
1 year ago
Dan Ditomaso
a5339af0dd
Fix language default in picker. Misc i18n fixes ( #664 )
* fix: fix language default in picker. Misc i18n fixes
* Update src/i18n/config.ts
Co-authored-by: Copilot <[email protected] >
* PR fixes
* duplicate key
---------
Co-authored-by: Copilot <[email protected] >
1 year ago
Dan Ditomaso
c91e5e6b7b
fix: add rewrites to vercel.json ( #662 )
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
118f848308
feat: add support for 3 languages ( #661 )
1 year ago
github-actions[bot]
c36ff60778
chore(i18n): New Crowdin Translations by GitHub Action ( #660 )
Co-authored-by: Crowdin Bot <[email protected] >
1 year ago
Dan Ditomaso
474e610c3d
fix: revert crowdin config ( #659 )
1 year ago
Dan Ditomaso
0b6ae0ce32
fix: update crowdin config ( #658 )
1 year ago
github-actions[bot]
fad1b984bf
chore(i18n): New Crowdin Translations by GitHub Action ( #653 )
Co-authored-by: Crowdin Bot <[email protected] >
1 year ago
Dan Ditomaso
6cc6986904
fix: remove service worker ( #654 )
1 year ago
Dan Ditomaso
26d5c0a08a
feat: added i18n translator & developer guides ( #646 )
1 year ago
Dan Ditomaso
78e1d1f81a
fix: updated mqtt description ( #647 )
1 year ago
dependabot[bot]
48862141dc
chore(deps): bump tj-actions/changed-files in /.github/workflows ( #650 )
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 44 to 46.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v44...v46 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: '46'
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Dan Ditomaso
47f8264c31
Fix tsc errors ( #649 )
* fixed tsc errors
* fixed tsc errors
* fixed tsc errors
* fixing tsc errors
* fixing more tsc errors
* fixing more tsc errors
* fixed tsc errors
* fixing tsc errors
* fixing PR issues
* commented out tsc check
* completing tsc fixes
* updating lockfile
* removed react-hooks
1 year ago
Dan Ditomaso
851da0707c
Fix broken tests ( #648 )
1 year ago