Dan Ditomaso
4ab06abefe
fix: update directory paths for source files ( #745 )
10 months ago
Dan Ditomaso
ce15fd21ad
add tsconfig to monorepo ( #737 )
* add tsconfigs to root
* Update tsconfig.base.json
Co-authored-by: Copilot <[email protected] >
* Update tsconfig.base.json
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
10 months ago
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
10 months ago
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- <[email protected] >
11 months ago
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.
11 months ago
Jeremy Gallant
2e4d306d79
Change HTTP transport intial connect attempt target ( #729 )
Co-authored-by: philon- <[email protected] >
11 months ago
Jeremy Gallant
afb7f4bd2e
Change chatId validation schema ( #731 )
Fixes #715
Co-authored-by: philon- <[email protected] >
11 months ago
Jeremy Gallant
67db8b5be8
Update Switch color scheme ( #730 )
Co-authored-by: philon- <[email protected] >
11 months ago
Dan Ditomaso
09d6556abd
readd device num to serial page ( #727 )
11 months ago
Dan Ditomaso
bfe4e01c85
add tag version to footer ( #725 )
11 months ago
Hunter Thornsberry
d8304a3f00
Check config.display.use12hclock setting for displaying timestamps on messages, default to true ( #723 )
11 months ago
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 <[email protected] >
* Update packages/core/package.json
Co-authored-by: Copilot <[email protected] >
* Update packages/transport-http/package.json
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
11 months ago
Henri Bergius
0e29639222
Use the actual toDeviceStream ( #721 )
11 months ago
Dan Ditomaso
704d06cfe7
refactor: switch to using Bun ( #718 )
11 months ago
Dan Ditomaso
5fb5693792
feat: added disconnect method to core lib ( #712 )
11 months 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] >
11 months 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
11 months 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] >
11 months 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
11 months ago
Dan Ditomaso
49283daa4f
fix: updated nginx config to pass sub directories ( #692 )
11 months ago
Dan Ditomaso
87cd91b0f8
refactor: add svgs to sub folder ( #687 )
11 months 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] >
11 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
11 months ago