Dan Ditomaso
|
e2f03aaf81
|
feat: add dependency injection using tanstack context (#680)
* feat: add dep injection using tanstack context
* fixed small typo
|
1 year 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
|
1 year 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
|
1 year 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]>
|
1 year 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 |
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-
|
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 |
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
|
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
|
0e868cef58
|
renamed dialog, added reactions menu
|
1 year ago |
Dan Ditomaso
|
eadadb5d1d
|
keyed conversations against from/to, updated tests
|
1 year ago |
Dan Ditomaso
|
a56ac84186
|
add enums, improve tests, add styling
|
1 year ago |
Dan Ditomaso
|
ed2ab36ed4
|
feat: added message persistance
|
1 year ago |
Dan Ditomaso
|
3f8d3389d5
|
feat: add error handling for key mismatch
|
1 year ago |