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
Tom Fifield
35f406c225
Add Connection info to Nodes Table
As requested in meshtastic/web#195 meshtastic/web#209 , information
about whether nodes were connected by MQTT is highly useful for
users of the web interface.
This patch adds a new column to the Nodes page which lists whether
a connection is direct (0 hops, via lora), or how many hops away
and whether the connection is via MQTT.
fixes meshtastic/web#195
fixes meshtastic/web#209
2 years ago
Jon Rumsey
5f6485dc22
change validation type to IsNumber
2 years ago
Nick Oliver
fee48c06e4
chore(workflows): use pnpm/action-setup@v4
latest version, v3 updated to run on Node.js v20
2 years ago
Nick Oliver
85d80be1cb
fix(Connect): disable connecting multiple times
2 years ago
James Lincoln
eb5491008f
add additional items
Signed-off-by: James Lincoln <[email protected] >
2 years ago
James Lincoln
e47738d805
Use localStorage to store theme preference
2 years ago