Dan Ditomaso
41f11f3040
revert: package json changes ( #750 )
2025-07-28 22:39:15 -04:00
github-actions[bot]
9833628867
chore(i18n): New Crowdin Translations by GitHub Action ( #748 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2025-07-28 20:38:35 -04:00
Dan Ditomaso
4dd911e73d
Use workspace meshtastic packages ( #749 )
...
* refactor: updated web package.json to use workspace
* formatting fixes
2025-07-28 18:18:46 -04:00
Dan Ditomaso
56487d3832
fix: typo in position flags ( #747 )
2025-07-28 16:45:14 -04:00
Vasilj Milošević
a9f6afffc2
Add visually hidden DialogTitle to the CommandDialog ( #742 )
...
* Add visually hidden DialogTitle to the CommandDialog
Added a visually hidden DialogTitle to the CommandDialog component in Command.tsx to maintain accessibility while keeping the clean UI of the command palette.
* add visually hidden component as explicit dependency
2025-07-28 16:44:25 -04:00
Dan Ditomaso
09f7f64099
fix: crowdin uploading ( #746 )
2025-07-28 13:28:20 -04:00
Dan Ditomaso
4ab06abefe
fix: update directory paths for source files ( #745 )
2025-07-28 12:55:54 -04:00
Dan Ditomaso
ce15fd21ad
add tsconfig to monorepo ( #737 )
...
* add tsconfigs to root
* Update tsconfig.base.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update tsconfig.base.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-26 14:51:34 -04:00
Dan Ditomaso
3c1399b44a
Changed position of theme button, hiding tooltip after set time. ( #735 )
...
* fix: changed position of theme button, hiding tooltip after set time.
* feat: added usevisibility hook
* updating paths
2025-07-25 12:48:57 -04:00
Jeremy Gallant
50ca75da0e
Send heartbeat package to keep serial alive ( #732 )
...
* Send heartbeat package to keep the serial connection alive
* Update meshDevice.ts
---------
Co-authored-by: philon- <philon-@users.noreply.github.com >
2025-07-24 10:15:27 -04:00
Jeremy Gallant
5b417a321a
Fix node mapping and unknown node display in traceroute dialogs ( #728 )
...
Corrects the mapping of 'from' and 'to' nodes in TracerouteResponseDialog to reflect the actual origin and destination of traceroute packets. Also updates TraceRoute to display a localized unknown name for node ID 4294967295 (0xffffff), improving clarity for unknown nodes.
2025-07-23 21:31:05 -04:00
Hunter Thornsberry
bbb43de87b
Fix readme and remove broken git link attempting to be a hyperlink ( #733 )
2025-07-23 21:30:44 -04:00
Jeremy Gallant
2e4d306d79
Change HTTP transport intial connect attempt target ( #729 )
...
Co-authored-by: philon- <philon-@users.noreply.github.com >
2025-07-22 12:56:30 -04:00
Jeremy Gallant
afb7f4bd2e
Change chatId validation schema ( #731 )
...
Fixes #715
Co-authored-by: philon- <philon-@users.noreply.github.com >
2025-07-22 10:01:31 -04:00
Jeremy Gallant
67db8b5be8
Update Switch color scheme ( #730 )
...
Co-authored-by: philon- <philon-@users.noreply.github.com >
2025-07-22 09:58:25 -04:00
Dan Ditomaso
09d6556abd
readd device num to serial page ( #727 )
2025-07-20 14:54:43 -04:00
Dan Ditomaso
bfe4e01c85
add tag version to footer ( #725 )
2025-07-20 14:53:44 -04:00
Hunter Thornsberry
d8304a3f00
Check config.display.use12hclock setting for displaying timestamps on messages, default to true ( #723 )
2025-07-20 02:13:04 -04:00
Dan Ditomaso
8a443e9cad
Fix/add npm jsr building ( #722 )
...
* fixed github workflows to improve handling of mutl runtimes
* updating readme
* Update packages/core/src/meshDevice.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update packages/core/package.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update packages/transport-http/package.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-17 20:47:25 -04:00
Henri Bergius
0e29639222
Use the actual toDeviceStream ( #721 )
2025-07-17 18:38:55 -04:00
Dan Ditomaso
7b0725029f
CI updates to support monorepo ( #719 )
2025-07-17 10:17:44 -04:00
Dan Ditomaso
704d06cfe7
refactor: switch to using Bun ( #718 )
2025-07-16 22:30:10 -04:00
Dan Ditomaso
acfd7ebd2d
Update README.md ( #716 )
2025-07-15 22:25:01 -04:00
Dan Ditomaso
5fb5693792
feat: added disconnect method to core lib ( #712 )
2025-07-15 09:08:32 -04:00
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 <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-14 11:29:58 -04:00
Dan Ditomaso
ff73ed2521
Update README.md ( #707 )
2025-07-11 10:32:13 -04:00
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 <175728472+Copilot@users.noreply.github.com >
* fix: stupid copilot
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-11 08:23:47 -04:00
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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-10 15:29:08 -04:00
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
2025-07-10 12:28:23 -04:00
Dan Ditomaso
66b839742a
Add node-transport lib ( #703 )
...
* feat: add node transport
* updated readme
* Update packages/transport-node/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-09 22:02:10 -04:00
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
2025-07-07 14:14:41 -04:00
Dan Ditomaso
49283daa4f
fix: updated nginx config to pass sub directories ( #692 )
2025-07-07 11:53:42 -04:00
Dan Ditomaso
3bcda37e66
update pr workflow ( #697 )
2025-07-07 11:52:48 -04:00
Dan Ditomaso
684cf30d2f
add npmrc to root ( #696 )
2025-07-07 11:49:18 -04:00
Dan Ditomaso
8989478af4
update caching for ci/cd ( #695 )
2025-07-07 11:43:17 -04:00
Dan Ditomaso
d3446b64a3
removed tests from ci pipeline ( #694 )
2025-07-07 10:43:58 -04:00
Dan Ditomaso
87cd91b0f8
refactor: add svgs to sub folder ( #687 )
2025-07-03 07:10:12 -04:00
Dan Ditomaso
e01946a1e4
Update README.md ( #685 )
2025-06-27 12:09:58 -04:00
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 <175728472+Copilot@users.noreply.github.com >
* Update packages/transport-http/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update packages/transport-web-bluetooth/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-06-26 11:52:57 -04:00
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
2025-06-25 21:56:55 -04:00
Dan Ditomaso
85ee0747d1
fix: move i18n languages to public folder ( #681 )
...
* fix: move i18n languages for best practices
* updating test setup
* removed static copy
2025-06-25 16:21:36 -04:00
Dan Ditomaso
e2f03aaf81
feat: add dependency injection using tanstack context ( #680 )
...
* feat: add dep injection using tanstack context
* fixed small typo
v2.7.0
2025-06-24 18:19:26 -04:00
Dan Ditomaso
6c676fa8da
add git sub module ( #678 )
2025-06-23 22:26:01 -04:00
github-actions[bot]
183b3ae8cc
chore(i18n): New Crowdin Translations by GitHub Action ( #677 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2025-06-22 13:57:29 -04:00
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 <175728472+Copilot@users.noreply.github.com >
* Update src/components/Dialog/DeviceNameDialog.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update src/components/Dialog/DeviceNameDialog.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* fixed typo
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-06-21 23:08:25 -04:00
Dan Ditomaso
c6a564f7e4
fix: style on config page ( #674 )
2025-06-20 12:39:11 -04:00
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 <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-06-18 21:08:56 -04:00
Jeremy Gallant
bb91350ef5
fix: Crash when navigator.serial is undefined ( #670 )
...
* Fix crash when navigator.serial is undefined
* Change value
---------
Co-authored-by: philon- <philon-@users.noreply.github.com >
2025-06-18 16:39:14 -04:00
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
2025-06-18 16:25:14 -04:00
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- <philon-@users.noreply.github.com >
2025-06-18 15:48:41 -04:00