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
Tom Fifield
97b9570196
Revert "Add button to Message page to send a traceroute to a node."
This reverts commit 6e145421ef .
2 years ago
Chris Drackett
82c1d3e3f1
Support floats in number fields
2 years ago
Tom Fifield
a7237bcb2b
Revert "Support floats in number fields"
This reverts commit 5fdd07ee68 .
2 years ago
Tom Fifield
6e145421ef
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
Tom Fifield
cbb3b63e5c
Mark never heard nodes as '-' in connection info
Nodes never heard before show hop count of 0, and not via MQTT.
However, reality is we've never connected to them. So, mark them as
'-' in the Connection Info column in the nodes table.
2 years ago