Dan Ditomaso
40c2bfa535
Add pnpm install to release step ( #795 )
* more github changes
* moar changes
10 months ago
Dan Ditomaso
a10023fad6
more github changes ( #794 )
10 months ago
Dan Ditomaso
0a1afa988e
update order of steps in nightly github action ( #793 )
10 months ago
Dan Ditomaso
97b884f119
add lock file ( #792 )
10 months ago
Dan Ditomaso
eb9b7159d4
Refactor github actions with monorepo support ( #783 )
* refactor github actions with monorepo support
* Update .github/workflows/release-packages.yml
Co-authored-by: Copilot <[email protected] >
* Update .github/workflows/release-packages.yml
Co-authored-by: Copilot <[email protected] >
* updates
* changed order of ci/pr steps
* Update .github/workflows/release-web.yml
Co-authored-by: Copilot <[email protected] >
* adding lock file
---------
Co-authored-by: Copilot <[email protected] >
10 months ago
Dan Ditomaso
65a53388bb
Fix docker nginx config ( #786 )
* Fix docker-nginx-config sub directory issue
* Fix docker-nginx-config sub directory issue
* Update packages/web/infra/default.conf
Co-authored-by: Copilot <[email protected] >
* Update packages/web/infra/default.conf
Co-authored-by: Copilot <[email protected] >
* adding lock file
---------
Co-authored-by: Copilot <[email protected] >
10 months ago
Jeremy Gallant
2ca3eb5685
Missing validation strings ( #791 )
Partially revert 43143bf
Co-authored-by: philon- <[email protected] >
10 months ago
Dan Ditomaso
a4c817cd30
Added contribution guidelines doc ( #788 )
* added contribution guidelines doc
* Update packages/web/CONTRIBUTIONS.md
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
10 months ago
github-actions[bot]
d5b03c09db
chore(i18n): New Crowdin Translations by GitHub Action ( #784 )
Co-authored-by: Crowdin Bot <[email protected] >
10 months ago
Henri Bergius
0b9ebade38
Initial Node.js serial transport ( #779 )
* Initial Node.js serial transport
* Minor doc fixes
* Add serialport to lockfile
* Typo fix
* Fix link:
10 months ago
Dan Ditomaso
ee1758a548
Add DFU mode to command menu ( #781 )
* feat: add dfu mode to command menu
* Update packages/web/src/components/CommandPalette/index.tsx
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
10 months ago
Dan Ditomaso
a2a45ac898
Update release-web.yml ( #777 )
10 months ago
Dan Ditomaso
59d172765d
Update release-web.yml ( #776 )
10 months ago
Jeremy Gallant
d453ff809a
Refactor and consolidate store imports ( #774 )
* Refactor and consolitdate store imports
- Created a new index file in the core stores directory to export all stores from a single module.
- Updated imports to use consolidated store exports.
* Remove unnecessary import
* Update imports
* Use named exports
* Change store import after merge
---------
Co-authored-by: philon- <[email protected] >
10 months ago
Dan Ditomaso
ed0a99dbd9
Update release-web.yml ( #775 )
added adhoc runs.
10 months ago
Jeremy Gallant
32f31cb502
Add client notification ( #771 )
* ClientNotification WIP
* Test
* ClientNotification WIP
* Add client notification dialog and related functionality
* Update ClientNotificationDialog.tsx
---------
Co-authored-by: philon- <[email protected] >
10 months ago
Jeremy Gallant
176d554ef9
Improve NodeDetailsDialog UI and add security info ( #770 )
* Improve NodeDetailsDialog UI and add security info
Refactored NodeDetailsDialog to use tables for better layout and readability, added a security section displaying public key and verification status, and included messageable status. Updated i18n files with new keys and improved battery level formatting. Fixed logic in Nodes page for handling location packets and improved hardware model sorting.
* Update NodeDetailsDialog.tsx
10 months ago
Jeremy Gallant
2735c37fad
Fix Docker and CI builds ( #773 )
* Fix Docker and CI builds
* Fix indentation
* Fix release
---------
Co-authored-by: philon- <[email protected] >
10 months ago
Jeremy Gallant
f04ec36faf
Update VSCode settings ( #769 )
Update extensions
Co-authored-by: philon- <[email protected] >
10 months ago
github-actions[bot]
28f0ca4337
chore(i18n): New Crowdin Translations by GitHub Action ( #772 )
Co-authored-by: Crowdin Bot <[email protected] >
10 months ago
Jeremy Gallant
1dbf0b07b6
refactor-ota-dialog ( #768 )
Co-authored-by: philon- <[email protected] >
10 months ago
Jeremy Gallant
27ed4e58bd
Fix admin PKI validation ( #766 )
Admin PKI fields were falsely flagged as unchanged.
Co-authored-by: philon- <[email protected] >
10 months ago
Jeremy Gallant
a7f56c0bd5
Fix checkbox tests ( #767 )
Co-authored-by: philon- <[email protected] >
10 months ago
Dan Ditomaso
284ccd43f8
refactor: update ci/cd scripts, switch to pnpm ( #763 )
* refactor: update ci/cd scripts, switch to pnpm
* updated workflow
* add new packages github action. Bump package.json version (#762 )
* Update packages/transport-deno/scripts/build_npm.ts
Co-authored-by: Copilot <[email protected] >
* Update packages/core/package.json
Co-authored-by: Copilot <[email protected] >
* Update packages/transport-deno/scripts/build_npm.ts
Co-authored-by: Copilot <[email protected] >
* Update packages/transport-deno/scripts/build_npm.ts
Co-authored-by: Copilot <[email protected] >
* Update packages/transport-deno/scripts/build_npm.ts
Co-authored-by: Copilot <[email protected] >
* Update .github/workflows/release-packages.yml
Co-authored-by: Copilot <[email protected] >
* revert copilot suggestion
* adding lock file
* regenerate lock file
---------
Co-authored-by: Copilot <[email protected] >
10 months ago
Dan Ditomaso
5a66153dfc
add new packages github action. Bump package.json version ( #762 )
10 months ago
Dan Ditomaso
363981a2f7
Conditional app title based on environment. ( #760 )
* conditionally set title based on environment.
* wip
10 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
10 months ago
Henri Bergius
0a7b653ec8
Transport disconnect method ( #753 )
* Prevent reads from piling up
* Implement disconnect() method for all transports
10 months ago
Dan Ditomaso
313c4dbb71
Update README.md ( #758 )
10 months ago
github-actions[bot]
1927323fb7
chore(i18n): New Crowdin Translations by GitHub Action ( #756 )
Co-authored-by: Crowdin Bot <[email protected] >
10 months ago
Dan Ditomaso
41f11f3040
revert: package json changes ( #750 )
10 months ago
github-actions[bot]
9833628867
chore(i18n): New Crowdin Translations by GitHub Action ( #748 )
Co-authored-by: Crowdin Bot <[email protected] >
10 months ago
Dan Ditomaso
4dd911e73d
Use workspace meshtastic packages ( #749 )
* refactor: updated web package.json to use workspace
* formatting fixes
10 months ago
Dan Ditomaso
56487d3832
fix: typo in position flags ( #747 )
10 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
10 months ago
Dan Ditomaso
09f7f64099
fix: crowdin uploading ( #746 )
10 months ago
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
Hunter Thornsberry
bbb43de87b
Fix readme and remove broken git link attempting to be a hyperlink ( #733 )
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