Hunter Thornsberry
69f7c8fd9a
duplicate of #177
2 years ago
Ben Meadors
de30cf9248
Merge pull request #218 from Hunter275/issue-217-hop-limit-above-7
hop limit is now a select instead of a number
2 years ago
Ben Meadors
89f0b97492
Merge pull request #220 from Hunter275/issue-219-suffix-overlap
Fix padding on suffix
2 years ago
Ben Meadors
0c28a208f2
Merge pull request #223 from Hunter275/issue-180-qr-code-add-channels
QR Code: Add/Replace query string
2 years ago
Ben Meadors
535f5d97c4
Merge pull request #227 from Hunter275/issue-175-position-precision
Added Position settings per channel
2 years ago
Ben Meadors
90b8250214
Merge pull request #231 from Hunter275/issue-229-search-icon
Swap Search icon
2 years ago
Hunter Thornsberry
5c0823e5f6
Swap icon
2 years ago
Hunter Thornsberry
12337b1aba
remove unused import
2 years ago
Hunter Thornsberry
1be1c3d4bb
remove node work
2 years ago
Hunter Thornsberry
a8da20cf56
undo lock file chanes
2 years ago
Hunter Thornsberry
fd8902a490
undo package changes from other repo
2 years ago
Hunter Thornsberry
134739b1e1
wording update
2 years ago
Hunter Thornsberry
4466a519c8
Added location management from web
2 years ago
Hunter Thornsberry
11c69a4610
Additional UI
2 years ago
Hunter Thornsberry
447f1b8ac9
mock UI, select values are probably not correct
2 years ago
Hunter Thornsberry
3e91b11b4e
lockfile
2 years ago
Hunter Thornsberry
59711a710e
update package.json meshtastic/js version number
2 years ago
Hunter Thornsberry
952b584c50
fix build issue
2 years ago
James Lincoln
6e1e5c80d1
remove unused comments
Signed-off-by: James Lincoln <[email protected] >
2 years ago
James Lincoln
0cf4a6754f
move deprecated fields into const
Signed-off-by: James Lincoln <[email protected] >
2 years ago
Hunter Thornsberry
7cbd41ab72
Add ability to remove nodes from device
2 years ago
Nick Oliver
54d555941e
fix(Connect): disable the address and TLS inputs when connecting
2 years ago
Hunter Thornsberry
1242c6b890
remove redudant classes
2 years ago
Hunter Thornsberry
8097c5c835
ternary now only controls colors
2 years ago
Hunter Thornsberry
6905d92fad
undo bad previous commit and add correct stuff :(
2 years ago
Hunter Thornsberry
1bce73577c
class cleanup
2 years ago
Hunter Thornsberry
d4fe84eda9
cleanup
2 years ago
Hunter Thornsberry
9c3ef55727
added toggle to edit query string
2 years ago
Hunter Thornsberry
b445209fc2
mocked ui
2 years ago
Hunter Thornsberry
dbcbec8c08
add basic button, using this mainly for testing ux
2 years ago
Hunter Thornsberry
febd62d8a8
fix #199
2 years ago
Hunter Thornsberry
9061b7c07a
- fix #219
2 years ago
Hunter Thornsberry
bc27d3d87b
- hop limit is now a select instead of a number
2 years ago
Hunter Thornsberry
87f8288dad
- whitespace cleanup
2 years ago
Hunter Thornsberry
bf68e8a58e
- add battery and voltage to sidebar
2 years ago
Shivam Gupta
d2131c2496
Fix issue #212 : Change toast text color to white in dark mode
2 years ago
Tom Fifield
daff97a5e0
Fix double double arrow on unknown nodes in multi-hop traceroutes
2 years ago
Tom Fifield
452f2581e2
Fix incorrect use of operator build error.
2 years ago
Tom Fifield
569c2daa09
Fix traceroute ordering for multi-hop traceroutes
2 years ago
Tom Fifield
e825a737b0
Fix build errors
2 years ago
Tom Fifield
54c983439c
Fix type Number - number
2 years ago
Tom Fifield
7b6b8daeba
Fix build errors
Several types were wrong.
2 years ago
Tom Fifield
0f89e04bb0
Only show traceroutes on node direct message pageso
2 years ago
Tom Fifield
a728b848e1
Don't show traceroute button on Channels
It doesn't work, it's only for nodes!
2 years ago
Tom Fifield
f16cce90c8
Fix case where intermediary node in traceroute is unknown.
2 years ago
Tom Fifield
056a194ede
Add formatting logic for multi-hop traceroutes
2 years ago
Tom Fifield
be3117651c
Add basic traceroute display
This patch adds basic traceroute display functionality on the
Messages page for an individual node.
2 years ago
Tom Fifield
86263990e6
Add Toast lib to Messages page
2 years ago
Tom Fifield
390b16812a
Subscribe to and store traceroutePackets
2 years ago
Tom Fifield
1458497fc3
Add button to Message page to send a traceroute to a node.
As noted in meshtastic/web#179 , it would be great to be able to
send traceroutes from the web application.
This patch adds a button to the messages page that sends a
traceroute to the selected node.
2 years ago