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] >
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
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
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
ce5ae675ea
fix: hoisted state to parent in order to coordinate connection
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
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
0d6c5878fc
WIP
1 year ago
Dan Ditomaso
3f8d3389d5
feat: add error handling for key mismatch
1 year ago
Dan Ditomaso
266e27bfe9
fix: added BLE uuid back to BLE connection component
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
Tadas Varanauskas
4ffbe03b22
Update HTTP.test.tsx to ensure "https://" prefix is used if needed
Small test update to prevent regression of #481
#482 fixed the issue, this new test would have failed before, and will prevent reoccurrence of the issue
1 year ago
Dan Ditomaso
4d0d1da691
fix: remove GlobalThis and use window instead
1 year ago
Dan Ditomaso
35fed173af
fix: update TLS setting if URL is using HTTPS
1 year ago
Dan Ditomaso
bd9d599934
fix: if url is already https, toggle should be checked
1 year ago
Dan Ditomaso
b40079cdc9
fix: restored https toggle functionality. added tests
1 year ago
Dan Ditomaso
75596e7153
chore: fixes from deno linting/formatting
1 year ago
Dan Ditomaso
f9066eced0
fix: added a notes fild to Dynamic form allowing for notes to inform users about using BLE and wifi at the same time. ( #474 )
1 year ago
Dan Ditomaso
50eb2a827f
chore: fixes from deno linting/formatting
1 year ago
Dan Ditomaso
cbcbafc4a3
fix: added a notes fild to Dynamic form allowing for notes to inform users about using BLE and wifi at the same time. ( #474 )
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
Dan Ditomaso
d8bf2f7d8e
fix: updates to overall site styling in dark mode
1 year ago
Dan Ditomaso
c9dab8d83c
fix: improved dark mode styles, fixed bug in http.
1 year ago
Dan Ditomaso
cbbe9be819
fix: validate bluetooth pin is 6 characters.
1 year ago
Dan Ditomaso
ede6523678
feat: updated app to tailwind 4.x
1 year ago
Dan Ditomaso
ce086ffa82
fix: fixing styling issues
1 year ago
Justin
2c8b206903
fixed tls switch for http connections
1 year ago
Dan Ditomaso
5938f91861
fix: validate bluetooth pin is 6 characters.
1 year ago
Dan Ditomaso
b959a59e7b
feat: updated app to tailwind 4.x
1 year ago
Justin
ec10b63d11
fixed tls switch for http connections
1 year ago
Dan Ditomaso
a7a9ba0463
fix: validate bluetooth pin is 6 characters.
1 year ago
Dan Ditomaso
664fd1c2d0
chore: format file
1 year ago
Dan Ditomaso
f4d58a9ea9
feat: updated app to tailwind 4.x
1 year ago
Tilen Komel
891a1a9503
pnpm check:fix
1 year ago
Dan Ditomaso
ebb32f0893
fix: changed position of error message, disabled buttons when error is showing
1 year ago
Sacha Weatherstone
42068ad3d8
move to RsBuild
2 years ago
sgtwilko
fd9e327c85
Use window.location.host so that websites run on non-standard ports include the port
2 years ago
Brandon Vandegrift
93b139c268
Update biome, fix and enforce recommended rules
2 years ago
Hunter Thornsberry
d8261a649b
add disabled
2 years ago
Hunter Thornsberry
c4565d97b0
add ability to enable/disable HTTPS connections
2 years ago
Nick Oliver
54d555941e
fix(Connect): disable the address and TLS inputs when connecting
2 years ago
Nick Oliver
85d80be1cb
fix(Connect): disable connecting multiple times
2 years ago