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
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
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
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-
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-
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
1d18abf6c1
fix: connect new node no longer crashes. ( #610 )
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
Dan Ditomaso
35f3a347ba
fix: updated telemtry field labels
1 year ago
Dan Ditomaso
99711fc44e
Remove duplicate node logic, UI Update, flatten build output ( #586 )
* refactor nodes to getNodes fn. ui updates
* fixed several styling issues
* fix: message specific styling/overflow
* added footer, fixed tests. styling
* fix: added theme support back to app component
* fix: hide emojis/reactions
* fix: added more padding to content element
* fix: fixed padding in content element
* updated color scheme
* fix: more dark mode styling improvements
* fix: padding and alignment fixes
* fix: prevent left sidebar collapse, added battery component
* fix: change scrollbars to "tiny" style, improved message scrolling, fixed bug with message input
* message store fixes, ui fixes
* fix: disabled message persistance until after release
1 year ago
Dan Ditomaso
2050b05d6a
feat: add copy text option to input fields.
1 year ago
Hunter275
a243a044b9
add use12hClock support
1 year ago
Dan Ditomaso
ce5ae675ea
fix: hoisted state to parent in order to coordinate connection
1 year ago
Dan Ditomaso
7267101021
fix: extended dialog to allow for dynamic title/description
1 year ago
Dan Ditomaso
0e868cef58
renamed dialog, added reactions menu
1 year ago
Dan Ditomaso
9fa945a863
fix: update node details page to use message store
1 year ago
Dan Ditomaso
eadadb5d1d
keyed conversations against from/to, updated tests
1 year ago
James Thomas
d807cd2de7
Using existing Link component and standardizing colors
1 year ago
James Thomas
0b4e3a8da9
Cleanup and add link to official docs
1 year ago
James Thomas
31be5e9a25
Adding connection failure warning
1 year ago
Hunter275
1e54f7d99b
fix for non-Primary channels
1 year ago
Dan Ditomaso
9f2aa8282d
adding tests
1 year ago
Dan Ditomaso
8d5dc440d0
feat: add udp over mesh toggle
1 year ago
Dan Ditomaso
8fffde0165
wip
1 year ago
James Thomas
b30fbf90b9
Prevent tooltip from appearing by default
1 year ago
James Thomas
8fb95e1b06
Lint
1 year ago
James Thomas
f5e1a0569f
Lint
1 year ago
James Thomas
929f87b411
Adding DM from Map function
1 year ago
Dan Ditomaso
59d97008f2
feat: added tzdef to device config
1 year ago
Hunter275
6cd8ce5102
fix for non-Primary channels
1 year ago
Dan Ditomaso
a56ac84186
add enums, improve tests, add styling
1 year ago
James Thomas
0faafe8bc4
Using existing Link component and standardizing colors
1 year ago
James Thomas
9948701127
Cleanup and add link to official docs
1 year ago
James Thomas
ffae92d233
Adding connection failure warning
1 year ago
Dan Ditomaso
95fc72173f
adding tests
1 year ago
Dan Ditomaso
03b5c639fb
feat: add udp over mesh toggle
1 year ago
Dan Ditomaso
e00239562c
Update src/components/PageComponents/Config/Position.tsx
Co-authored-by: James Thomas <[email protected] >
1 year ago
Dan Ditomaso
c55fdbd982
wip
1 year ago
James Thomas
8da38ab2e4
Prevent tooltip from appearing by default
1 year ago
Dan Ditomaso
dddb781627
feat: added tzdef to device config
1 year ago
James Thomas
77b3a7ac85
Lint
1 year ago
James Thomas
626970865f
Lint
1 year ago