dependabot[bot]
af2fac1465
chore(deps): bump vite from 7.1.9 to 7.1.11 ( #903 )
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 7.1.9 to 7.1.11.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.1.11/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.1.11
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7 months ago
Dan Ditomaso
15daa0270c
feat(ci): add CI workflow to automatically close issue after 60 days ( #897 )
* feat(ci): add CI workflow to automatically close issue after 60 days
* run once pe github issue to run once per day
7 months ago
Dan Ditomaso
80c9306db3
feat(i18n): add fr localization support ( #902 )
* feat: add fr support
* fix(i18n): ensure langs are sorted before being displayed.
8 months ago
Dan Ditomaso
c3f073a380
Update readme with new widgets ( #901 )
* chore: add new widgets to readme
* add docs url
* Update README.md
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
8 months ago
github-actions[bot]
fe35376450
chore(i18n): New Crowdin Translations by GitHub Action ( #899 )
Co-authored-by: Crowdin Bot <[email protected] >
8 months ago
Dan Ditomaso
64d1f0f7aa
fix(ui): logic on waypoint layer component caused 0 to be shown in UI ( #896 )
* fix(ui): logic on waypoint layer component caused 0 to be shown in UI
* Update packages/web/src/components/PageComponents/Map/Popups/WaypointDetail.tsx
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
8 months ago
Dan Ditomaso
a61bb2dfb6
fix(actions): improve main to stable release workflow ( #895 )
* fix(actions): improve main to stable release workflow
* Update .github/workflows/update-stable-from-master.yml
Co-authored-by: Copilot <[email protected] >
* Update .github/workflows/update-stable-from-master.yml
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
8 months ago
Dan Ditomaso
acfa7d2269
Add badge indicator on layers icon. ( #894 )
* feat: indicate number of layers enabled.
* Update packages/web/src/components/PageComponents/Map/Tools/MapLayerTool.tsx
Co-authored-by: Copilot <[email protected] >
* fix: reduced code duplication in layers component
* fixed unread message bubble
---------
Co-authored-by: Copilot <[email protected] >
8 months ago
Dan Ditomaso
8f62fb7877
Show nodes on right sidebar on app load ( #892 )
* fix: show nodes on right sidebar on app load
* chore: update protobuf version to latest (#890 )
* chore(deps-dev): bump happy-dom from 19.0.2 to 20.0.0 (#891 )
Bumps [happy-dom](https://github.com/capricorn86/happy-dom ) from 19.0.2 to 20.0.0.
- [Release notes](https://github.com/capricorn86/happy-dom/releases )
- [Commits](https://github.com/capricorn86/happy-dom/compare/v19.0.2...v20.0.0 )
---
updated-dependencies:
- dependency-name: happy-dom
dependency-version: 20.0.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update packages/web/src/core/stores/nodeDBStore/index.ts
Co-authored-by: Copilot <[email protected] >
---------
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot <[email protected] >
8 months ago
Dan Ditomaso
94409dd8e1
Refactor CI workflow to remove Deno and add exclusions ( #893 )
* Refactor CI workflow to remove Deno and add exclusions
Removed Deno setup and caching from CI workflow. Added exclusion logic for specific package directories during the build process.
* Update excluded directories in CI workflow
Added 'packages/transport-deno' to the excluded directories.
* Refactor CI workflow for pnpm and build process
8 months ago
dependabot[bot]
ac25326d24
chore(deps-dev): bump happy-dom from 19.0.2 to 20.0.0 ( #891 )
Bumps [happy-dom](https://github.com/capricorn86/happy-dom ) from 19.0.2 to 20.0.0.
- [Release notes](https://github.com/capricorn86/happy-dom/releases )
- [Commits](https://github.com/capricorn86/happy-dom/compare/v19.0.2...v20.0.0 )
---
updated-dependencies:
- dependency-name: happy-dom
dependency-version: 20.0.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 months ago
Dan Ditomaso
34bdbe4709
chore: update protobuf version to latest ( #890 )
8 months ago
Dan Ditomaso
8d98aca496
fix: updated module paths ( #889 )
8 months ago
Dan Ditomaso
ec9ad1d309
fix: remove buf schema registry from workflow ( #888 )
8 months ago
Dan Ditomaso
a97195c57e
moar fixes ( #887 )
8 months ago
Dan Ditomaso
22a1d92191
Fix/more protobuf fixes ( #886 )
* fix: add pnpm to protobuf workflow
* fix: fixing pnpm issue
8 months ago
Dan Ditomaso
35596249b4
fix: add pnpm to protobuf workflow ( #885 )
8 months ago
Dan Ditomaso
566c588377
Fix protobuf github workflow ( #884 )
* fix: protobuf workflow
* update workflow name
* fixes
8 months ago
Dan Ditomaso
9ab49d1431
Add protobufs repo as git submodule ( #882 )
* feat: add protobufs git submodule
* fixes
* fixed publishing issue
* fixed lockfile
8 months ago
Kamil Dzieniszewski
f5a7132421
Update README.md ( #881 )
* Update README.md
* chore: rename CONTRIBUTIONS.md to CONTRIBUTING.md
- Rename packages/web/CONTRIBUTIONS.md to CONTRIBUTING.md to follow standard open source naming convention
- Update reference in packages/web/README.md to point to the renamed file
8 months ago
Dan Ditomaso
c66b315623
Restored user's node to ui (messages/node list) ( #878 )
* fix: restored own node to ui
* Update packages/web/src/pages/Messages.tsx
Co-authored-by: Copilot <[email protected] >
* Update packages/web/src/core/stores/nodeDBStore/index.ts
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
8 months ago
Dan Ditomaso
76ba4e917e
fix: removed en-GB from fallback ( #879 )
8 months ago
github-actions[bot]
d0da79bf56
chore(i18n): New Crowdin Translations by GitHub Action ( #873 )
Co-authored-by: Crowdin Bot <[email protected] >
8 months ago
Dan Ditomaso
66bf3f1578
Update web dependencies ( #876 )
* chore: update web depdencies
* update lock file
* chore: add lock file
8 months ago
github-actions[bot]
6a358883f9
chore(i18n): New Crowdin Translations by GitHub Action ( #868 )
Co-authored-by: Crowdin Bot <[email protected] >
8 months ago
Dan Ditomaso
86622f83d0
Add minimumReleaseAge to pnpm-workspace.yaml ( #865 )
* Add minimumReleaseAge to pnpm-workspace.yaml
This is an important addition to protect our software from any sort of supply chain attack. This feature was recently released in pnpm 10.17.x
* Add minimumReleaseAgeExclude to pnpm-workspace.yaml
Allow our own packages to be installed without any freshness check.
8 months ago
github-actions[bot]
66c3945bc4
chore(i18n): New Crowdin Translations by GitHub Action ( #863 )
Co-authored-by: Crowdin Bot <[email protected] >
9 months ago
Nullvoid3771
38cb002ce8
Update nightly.yml ( #864 )
+echo "all_tags=nightly ${IMMUTABLE}" >> "$GITHUB_OUTPUT"
9 months ago
Jeremy Gallant
36443fd838
Map improvements - node and neighbor display ( #850 )
* Improves map node and neighbor display
Updates the map page to enhance the visualization of nodes, waypoints, and neighbor connections.
Adds a map layer tool for toggling the visibility of direct/remote neighbors and position precision indicators.
Introduces clustering to improve map readability when multiple nodes share the exact same location.
Adds SNR lines to visually represent network connections between nodes
Co-Authored-By: jamon <[email protected] >
* Clean up
* Update packages/web/src/components/generic/TimeAgo.tsx
Co-authored-by: Copilot <[email protected] >
* Update packages/web/src/components/PageComponents/Map/Layers/SNRLayer.tsx
Co-authored-by: Copilot <[email protected] >
* Improve dark mode and expires field
* Review fixes
Co-Authored-By: Dan Ditomaso <[email protected] >
---------
Co-authored-by: philon- <[email protected] >
Co-authored-by: jamon <[email protected] >
Co-authored-by: Copilot <[email protected] >
Co-authored-by: Dan Ditomaso <[email protected] >
9 months ago
Jeremy Gallant
8cc451546d
Command Menu improvements ( #857 )
* Add dialogs for reset and clear actions + clear stores
* Catch failures
* Improve tests, don't reset store on failure
* Remove unnecessary i18n string
---------
Co-authored-by: philon- <[email protected] >
9 months ago
Jeremy Gallant
1bdd923365
Do not unregister form ( #856 )
Co-authored-by: philon- <[email protected] >
9 months ago
Jeremy Gallant
d5610de826
Update @bufbuild/protobuf to version 2.8.0 for web as well ( #852 )
Bumped @bufbuild/protobuf dependency from 2.6.0 to 2.8.0 in packages/web. Updated pnpm-lock.yaml accordingly to use the new version.
Co-authored-by: philon- <[email protected] >
9 months ago
Jeremy Gallant
aaf85943a8
Address new linting rules ( #851 )
Co-authored-by: philon- <[email protected] >
9 months ago
Dan Ditomaso
37ad0ac9eb
removed `all_tags` from workflow ( #854 )
9 months ago
Dan Ditomaso
eb2791e206
Fix for nightly release ( #853 )
* fix: removed commas in tag name
* removed `all_tags` from workflow
9 months ago
github-actions[bot]
119cde65c7
chore(i18n): New Crowdin Translations by GitHub Action ( #849 )
Co-authored-by: Crowdin Bot <[email protected] >
9 months ago
Dan Ditomaso
cb66c22974
Fixes to github actions for `latest` tag ( #848 )
* fix: ensure latest tag works
* update release workflow as well
* Update .github/workflows/nightly.yml
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
9 months ago
Henri Bergius
96c5d0d86f
Create PR instead of trying to push to protected branch ( #842 )
9 months ago
Dan Ditomaso
2d98f57b65
fix: update-lock-file ( #847 )
9 months ago
Jeremy Gallant
3e2fe721d3
Improvements to node filtering and storage ( #839 )
* Improves node filtering and voltage display
Ensures voltage values are always displayed as positive.
Enhances node filtering logic to handle unknown or undefined values, preventing nodes from being unexpectedly hidden.
Updates UI labels for clarity.
Improves Nodes page responsiveness by debouncing node updates and optimizing selector usage, preventing unnecessary re-renders.
Adds validation warnings for key conflicts between nodes.
* Update packages/web/src/core/stores/nodeDBStore/nodeDBStore.test.tsx
Co-authored-by: Copilot <[email protected] >
* Update packages/web/src/core/stores/nodeDBStore/nodeValidation.ts
Co-authored-by: Copilot <[email protected] >
* Revert copilot suggestion
* Review changes
---------
Co-authored-by: philon- <[email protected] >
Co-authored-by: Copilot <[email protected] >
9 months ago
Dan Ditomaso
52fd2f712c
chore: update web deps ( #845 )
* chore: update web deps
* Bumped library package version (#843 )
* chore: bumped package versions
* removed jsr file
9 months ago
Dan Ditomaso
ad6b9f470f
Bumped library package version ( #843 )
* chore: bumped package versions
* removed jsr file
9 months ago
Dan Ditomaso
765f672bf5
Improve the nightly and release workflow ( #836 )
* fix: improve the nightly and release workflow
* Update .github/workflows/nightly.yml
Co-authored-by: Copilot <[email protected] >
* fix from code review
* add type module to node-serial
---------
Co-authored-by: Copilot <[email protected] >
9 months ago
dependabot[bot]
67a5d75283
chore(deps): bump vite from 7.1.1 to 7.1.5 ( #841 )
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 7.1.1 to 7.1.5.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.1.5/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.1.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 months ago
Henri Bergius
4ff010e14b
Get protobufs directly from NPM ( #840 )
* Get protobufs directly from NPM
* Bump dep
* Update lockfile too
9 months ago
Jeremy Gallant
1214b6ecf6
Allow default overrideFrequency ( #838 )
* Allow overrideFrequency == 0
* Fix typo
---------
Co-authored-by: philon- <[email protected] >
9 months ago
Dan Ditomaso
aababb8075
Dialog abstraction using DialogWrapper ( #830 )
* feat: add dialog abstraction system
* removed unneeded file
* fix formatting
* linting fixes
9 months ago
dependabot[bot]
3b0406c5af
chore(deps): bump vite from 7.1.1 to 7.1.5 ( #837 )
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 7.1.1 to 7.1.5.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.1.5/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.1.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 months ago
github-actions[bot]
6772f066ee
chore(i18n): New Crowdin Translations by GitHub Action ( #835 )
Co-authored-by: Crowdin Bot <[email protected] >
9 months ago
Dan Ditomaso
d8df40816f
fix: added directive to remove service worker ( #834 )
9 months ago