Dan Ditomaso
d668370950
regenerate lock file
11 months ago
Dan Ditomaso
6e5f73d1b9
adding lock file
11 months ago
Dan Ditomaso
a24ef731b7
revert copilot suggestion
11 months ago
Dan Ditomaso
aa69f6b0c5
Update .github/workflows/release-packages.yml
Co-authored-by: Copilot <[email protected] >
11 months ago
Dan Ditomaso
95b94c157e
Update packages/transport-deno/scripts/build_npm.ts
Co-authored-by: Copilot <[email protected] >
11 months ago
Dan Ditomaso
f959830f68
Update packages/transport-deno/scripts/build_npm.ts
Co-authored-by: Copilot <[email protected] >
11 months ago
Dan Ditomaso
761bbc6860
Update packages/transport-deno/scripts/build_npm.ts
Co-authored-by: Copilot <[email protected] >
11 months ago
Dan Ditomaso
a4f399935a
Update packages/core/package.json
Co-authored-by: Copilot <[email protected] >
11 months ago
Dan Ditomaso
69763f7771
Update packages/transport-deno/scripts/build_npm.ts
Co-authored-by: Copilot <[email protected] >
11 months ago
Dan Ditomaso
21f1f5552f
Merge remote-tracking branch 'upstream/main' into refactor/use-pnpm
11 months ago
Dan Ditomaso
52a404d426
add new packages github action. Bump package.json version ( #762 )
11 months ago
Dan Ditomaso
0058f8662a
updated workflow
11 months ago
Dan Ditomaso
bc41234239
refactor: update ci/cd scripts, switch to pnpm
11 months ago
Dan Ditomaso
5a66153dfc
add new packages github action. Bump package.json version ( #762 )
11 months ago
Dan Ditomaso
363981a2f7
Conditional app title based on environment. ( #760 )
* conditionally set title based on environment.
* wip
11 months ago
Dan Ditomaso
7848aa2f0c
Add CookieYes for GDPR/CCPA compliance ( #759 )
* feat: add CookieYes for GDPR/CCPA compliance
* refactor how cookieYes script is loaded
11 months ago
Henri Bergius
0a7b653ec8
Transport disconnect method ( #753 )
* Prevent reads from piling up
* Implement disconnect() method for all transports
11 months ago
Dan Ditomaso
313c4dbb71
Update README.md ( #758 )
11 months ago
github-actions[bot]
1927323fb7
chore(i18n): New Crowdin Translations by GitHub Action ( #756 )
Co-authored-by: Crowdin Bot <[email protected] >
11 months ago
Dan Ditomaso
41f11f3040
revert: package json changes ( #750 )
12 months ago
github-actions[bot]
9833628867
chore(i18n): New Crowdin Translations by GitHub Action ( #748 )
Co-authored-by: Crowdin Bot <[email protected] >
12 months ago
Dan Ditomaso
4dd911e73d
Use workspace meshtastic packages ( #749 )
* refactor: updated web package.json to use workspace
* formatting fixes
12 months ago
Dan Ditomaso
56487d3832
fix: typo in position flags ( #747 )
12 months ago
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
12 months ago
Dan Ditomaso
09f7f64099
fix: crowdin uploading ( #746 )
12 months ago
Dan Ditomaso
4ab06abefe
fix: update directory paths for source files ( #745 )
12 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] >
12 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
12 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] >
12 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.
12 months ago
Hunter Thornsberry
bbb43de87b
Fix readme and remove broken git link attempting to be a hyperlink ( #733 )
12 months ago
Jeremy Gallant
2e4d306d79
Change HTTP transport intial connect attempt target ( #729 )
Co-authored-by: philon- <[email protected] >
12 months ago
Jeremy Gallant
afb7f4bd2e
Change chatId validation schema ( #731 )
Fixes #715
Co-authored-by: philon- <[email protected] >
12 months ago
Jeremy Gallant
67db8b5be8
Update Switch color scheme ( #730 )
Co-authored-by: philon- <[email protected] >
12 months ago
Dan Ditomaso
09d6556abd
readd device num to serial page ( #727 )
12 months ago
Dan Ditomaso
bfe4e01c85
add tag version to footer ( #725 )
12 months ago
Hunter Thornsberry
d8304a3f00
Check config.display.use12hclock setting for displaying timestamps on messages, default to true ( #723 )
12 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] >
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