Dan Ditomaso
34bdbe4709
chore: update protobuf version to latest ( #890 )
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
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
Henri Bergius
4ff010e14b
Get protobufs directly from NPM ( #840 )
* Get protobufs directly from NPM
* Bump dep
* Update lockfile too
9 months ago
Jeremy Gallant
91426a89e5
Lint tests, format JSON ( #818 )
9 months ago
Dan Ditomaso
1de92cd2e9
Replace workspace formatter/linting tool ( #799 )
* replaced workspace formatter/linting tool
* format / linting fixes
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
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
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
4dd911e73d
Use workspace meshtastic packages ( #749 )
* refactor: updated web package.json to use workspace
* formatting fixes
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
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
Dan Ditomaso
704d06cfe7
refactor: switch to using Bun ( #718 )
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
Dan Ditomaso
85ee0747d1
fix: move i18n languages to public folder ( #681 )
* fix: move i18n languages for best practices
* updating test setup
* removed static copy
11 months ago
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 <[email protected] >
* Update src/components/Dialog/DeviceNameDialog.tsx
Co-authored-by: Copilot <[email protected] >
* Update src/components/Dialog/DeviceNameDialog.tsx
Co-authored-by: Copilot <[email protected] >
* fixed typo
---------
Co-authored-by: Copilot <[email protected] >
12 months ago
Dan Ditomaso
47f8264c31
Fix tsc errors ( #649 )
* fixed tsc errors
* fixed tsc errors
* fixed tsc errors
* fixing tsc errors
* fixing more tsc errors
* fixing more tsc errors
* fixed tsc errors
* fixing tsc errors
* fixing PR issues
* commented out tsc check
* completing tsc fixes
* updating lockfile
* removed react-hooks
12 months ago
Jeremy Gallant
4275bdd0c0
Remove deprecated meshtastic/js dependency ( #638 )
* Remove deprecated meshtastic/js dependency
* Bump dependency version
* Fix linting
---------
Co-authored-by: philon- <[email protected] >
12 months ago
Dan Ditomaso
828e5d0903
Replace zustand state management with URL-based routing ( #640 )
* feat: added router
* feat: added params to messages page
* fixing tests, added translation labels
* Update src/i18n/locales/en/ui.json
Co-authored-by: Copilot <[email protected] >
* Update src/components/Dialog/NodeDetailsDialog/NodeDetailsDialog.tsx
Co-authored-by: Copilot <[email protected] >
* Update src/components/PageComponents/Map/NodeDetail.tsx
Co-authored-by: Copilot <[email protected] >
* Update src/pages/Messages.tsx
Co-authored-by: Copilot <[email protected] >
* updated dev tools
* fixing tests
---------
Co-authored-by: Copilot <[email protected] >
1 year ago
Jeremy Gallant
1cbd98ec53
Zod config validation ( #635 )
* Zod WIP
* Zod form validation
* DynamicForm testing
* Fix linting
* Delete rasterSource.ts
---------
Co-authored-by: philon- <[email protected] >
1 year ago
Dan Ditomaso
df036d3904
Add commit sha to footer. ( #636 )
* feat: added commit sha to footer.
* added translation
* added padding
* updated styling
1 year ago
Kimberly Graham
08dbe94679
fix i18n files missing and Toast messages ( #634 )
* fix Toast messages
* Copy i18n files to dist using
vite-plugin-static-copy
1 year ago
Dan Ditomaso
eb2a2717b1
Internationalization (i18n) ( #627 )
* `feat: added internationalization lib, added english labels`
* `fixes from code review`
* `feat: add crowdin github actions`
* `fix: added support for i18n in testing. Fixed broken tests`
* `fix: missing translations`
* `removed unneded import`
* `more components updated with missing translations`
* `fixed lint issue`
* `Refactor: updated how translations are scoped, updated all references`
* `fixing broken tests`
* `feat: added language switcher, updated some translations`
* `fixed linting issues`
* `reverting vite config`
* `add english group id's to command palette`
* `updated PR template for i18n`
1 year ago
philon-
a642080b90
Filter rework ( #623 )
* Rework filtering
Created common FilterComponents
Created common FilterControl
Abstracted common map logic into Map component
Reworked Node filtering for map page
Added Node filtering for nodes list
Added test for node filtering
Added toggle group UI package
* Debounce filterState change
* UI adjustments
---------
Co-authored-by: philon- <[email protected] >
1 year ago
Dan Ditomaso
480ca46a95
chore: lint/format all files ( #604 )
* chore: lint/format all files
* Fix config sidebar button state (#602 )
* chore: Update deno.lock version and add Radix UI slider component (#601 )
* fix: improve how table addresses even/odd rows
---------
Co-authored-by: philon- <[email protected] >
Co-authored-by: Kamil Dzieniszewski <[email protected] >
1 year ago
Jeremy Gallant
d5cf71c840
Add filters to node map
1 year ago
Dan Ditomaso
442c1cb5f1
fix: moved meshtastic packages into package.json
1 year ago
Dan Ditomaso
a333e4524f
updated deps
1 year ago
Dan Ditomaso
8fffde0165
wip
1 year ago
Dan Ditomaso
87159b4eee
fix: moved meshtastic packages into package.json
1 year ago
Dan Ditomaso
7738661b7c
updated deps
1 year ago
Dan Ditomaso
c55fdbd982
wip
1 year ago
Dan Ditomaso
ed2ab36ed4
feat: added message persistance
1 year ago
Dan Ditomaso
0d6c5878fc
WIP
1 year ago
Dan Ditomaso
f54c0dd836
fix: removed react-scan due to issues with bluetooth
1 year ago
Dan Ditomaso
844a6316f6
fix: remove unneeded role
1 year ago
Dan Ditomaso
d70b14b12b
fix: failing tests
1 year ago
Dan Ditomaso
d379769672
fix: resolved issue with being unable to scroll up in the input field
1 year ago
Dan Ditomaso
b40079cdc9
fix: restored https toggle functionality. added tests
1 year ago
Dan Ditomaso
d28b4ce6d9
feat: add error boundary
1 year ago
Dan Ditomaso
fc713f55fe
fix: update package json scripts commands
1 year ago
Dan Ditomaso
50eb2a827f
chore: fixes from deno linting/formatting
1 year ago
Dan Ditomaso
db08542b39
refactor: switch to deno
1 year ago
Tilen Komel
62fa8df8d2
bun remove mapbox-gl
1 year ago
Sacha Weatherstone
e224a4ebdf
migrate to new transport-http
1 year ago
Sacha Weatherstone
5a62b67e79
use new packages for imports & new webserial transport
1 year ago
Sacha Weatherstone
a5589e232b
update dependencies
1 year ago
Dan Ditomaso
8bfa58540b
updated readme to discuss react scan
1 year ago
Dan Ditomaso
4a6eb0d3f8
feat: add react scan debugging
1 year ago