Dan Ditomaso
6c676fa8da
add git sub module ( #678 )
12 months ago
github-actions[bot]
183b3ae8cc
chore(i18n): New Crowdin Translations by GitHub Action ( #677 )
Co-authored-by: Crowdin Bot <[email protected] >
12 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
c6a564f7e4
fix: style on config page ( #674 )
12 months ago
Dan Ditomaso
762aed50b7
Updated button styling on config header ( #673 )
* fix: updated button in config
* Update src/pages/Config/index.tsx
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
12 months ago
Jeremy Gallant
bb91350ef5
fix: Crash when navigator.serial is undefined ( #670 )
* Fix crash when navigator.serial is undefined
* Change value
---------
Co-authored-by: philon- <[email protected] >
12 months ago
Dan Ditomaso
ec9b299b37
fix: add missing i18n strings ( #671 )
* fix: added required i18n labels to UI
* added node i18n
* updated tests
* updated path to match github action
12 months ago
Jeremy Gallant
0e6a4818ea
fix: Crowdin upload sources action ( #672 )
* Fix Crowdin upload sources action
* Replace biome with deno in vscode extension recommendations
---------
Co-authored-by: philon- <[email protected] >
12 months ago
Jeremy Gallant
181c984b27
Config form improvements ( #652 )
* Config reset work WIP
* Config reset WIP
* Fix tests, tsc, linting
* Form reset adjustments
* Add ManagedModeDialog
* Remove debug logging
* Add Suspense
* Review fixes
---------
Co-authored-by: philon- <[email protected] >
12 months ago
Jeremy Gallant
7adbe01723
Add advanced filters ( #655 )
* Add advanced filters
* Review edits
---------
Co-authored-by: philon- <[email protected] >
12 months ago
Dan Ditomaso
a5339af0dd
Fix language default in picker. Misc i18n fixes ( #664 )
* fix: fix language default in picker. Misc i18n fixes
* Update src/i18n/config.ts
Co-authored-by: Copilot <[email protected] >
* PR fixes
* duplicate key
---------
Co-authored-by: Copilot <[email protected] >
12 months ago
Dan Ditomaso
c91e5e6b7b
fix: add rewrites to vercel.json ( #662 )
12 months ago
Jeremy Gallant
ccc4202aa4
Minor i18n fixes ( #663 )
* i18n fixes
Add PKI Backup Reminder dialog + ensure en-US is UI default
* Revert edits to i18n components
12 months ago
Dan Ditomaso
118f848308
feat: add support for 3 languages ( #661 )
12 months ago
github-actions[bot]
c36ff60778
chore(i18n): New Crowdin Translations by GitHub Action ( #660 )
Co-authored-by: Crowdin Bot <[email protected] >
12 months ago
Dan Ditomaso
474e610c3d
fix: revert crowdin config ( #659 )
12 months ago
Dan Ditomaso
0b6ae0ce32
fix: update crowdin config ( #658 )
12 months ago
github-actions[bot]
fad1b984bf
chore(i18n): New Crowdin Translations by GitHub Action ( #653 )
Co-authored-by: Crowdin Bot <[email protected] >
12 months ago
Dan Ditomaso
6cc6986904
fix: remove service worker ( #654 )
12 months ago
Dan Ditomaso
26d5c0a08a
feat: added i18n translator & developer guides ( #646 )
12 months ago
Dan Ditomaso
78e1d1f81a
fix: updated mqtt description ( #647 )
12 months ago
dependabot[bot]
48862141dc
chore(deps): bump tj-actions/changed-files in /.github/workflows ( #650 )
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>
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
Dan Ditomaso
851da0707c
Fix broken tests ( #648 )
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
24e9764fcb
fix: updated namespace module ( #632 )
N33d this merged.
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
jamon
9d74fe2d6e
Remove autocomplete from message box ( #630 )
* Remove autocomplete from message box
The message box has autocomplete turned on, which causes some browsers to suggest previously written messages in a really annoying way. This fixes that issue.
* Update src/components/PageComponents/Messages/MessageInput.tsx
Co-authored-by: Copilot <[email protected] >
---------
Co-authored-by: Copilot <[email protected] >
1 year ago
philon-
8413f6345c
Fix #624 ( #631 )
1 year ago
philon-
37a53b747c
Fix NodeInfoDialog initiation ( #626 )
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
9cb5cffdb1
Update README.md
Remove references to `master` replace with `main`
1 year ago
philon-
57b9942cce
Add RSSI fields for Paxcounter module ( #620 )
Co-authored-by: philon- <[email protected] >
1 year ago
philon-
1274584497
Feature: Admin PKI fields ( #619 )
* Add admin PKI fields
* Renaming state ref
* WIP: Refactoring
* Refactoring Security Config
* Ensure admin keys have been set before allowing managed mode
1 year ago
philon-
513a285fee
Feature: Node favourites (and ignores) ( #618 )
* Add favourite icon to node Avatar
* Favourites WIP
* Save isFavorite and isIgnored to device
* Fix spelling
* Clean up
* Always sort favorites first
* Add unread count to "Messages" top level menu
* Renaming, UI tweaks
* Add hook tests
* Handle undefined node better
1 year ago
philon-
b2bb3baa01
Add check for undefined hopsAway ( #616 )
* Add check for undefined hopsAway
Better UI for already "fixed" #351
* Change conditional
1 year ago
Aria Stewart
3f933dd166
Remove case-duplicated sidebarButton.tsx ( #617 )
1 year ago
Dan Ditomaso
1180b9afb0
fix: moved all svgs into public / dist folder ( #615 )
1 year ago
philon-
b4ce6efd7b
Fix node list sorting, dark mode text colors ( #613 )
* Fix node list sorting, dark mode text colors
* Update tests
* Remove unused import
* Fix warnings for missing DialogDescription
1 year ago
Dan Ditomaso
da0ada925f
fix: removed overly complex scrolling logic in channel chat ( #612 )
1 year ago
Dan Ditomaso
f9346931f8
update readme with deployment schedule ( #611 )
1 year ago
Dan Ditomaso
1d18abf6c1
fix: connect new node no longer crashes. ( #610 )
1 year ago
Dan Ditomaso
a644d30228
Add github action to release to stable ( #590 )
* feat: added github action workflow to release to stable
* updated trigger logic
1 year ago
Dan Ditomaso
1c453e2981
fix: couple of UI updates, fix: add pre release support to release workflow ( #609 )
1 year ago
philon-
170abfcc2f
fix: Adjust table odd/even colors ( #606 )
1 year ago
philon-
0539b15ddc
Fix #607 ( #608 )
1 year ago