Commit Graph

1345 Commits

Author SHA1 Message Date
Ben Meadors
90b8250214 Merge pull request #231 from Hunter275/issue-229-search-icon
Swap Search icon
2024-06-14 16:18:58 -05:00
Hunter Thornsberry
5c0823e5f6 Swap icon 2024-06-13 17:42:03 -04:00
Hunter Thornsberry
12337b1aba remove unused import 2024-06-12 18:47:32 -04:00
Hunter Thornsberry
1be1c3d4bb remove node work 2024-06-12 18:44:40 -04:00
Hunter Thornsberry
a8da20cf56 undo lock file chanes 2024-06-12 18:39:33 -04:00
Hunter Thornsberry
fd8902a490 undo package changes from other repo 2024-06-12 18:38:28 -04:00
Hunter Thornsberry
134739b1e1 wording update 2024-06-12 18:33:40 -04:00
Hunter Thornsberry
4466a519c8 Added location management from web 2024-06-12 18:32:04 -04:00
Hunter Thornsberry
11c69a4610 Additional UI 2024-06-12 00:46:23 -04:00
Hunter Thornsberry
447f1b8ac9 mock UI, select values are probably not correct 2024-06-11 12:27:40 -04:00
Hunter Thornsberry
3e91b11b4e lockfile 2024-06-11 11:09:01 -04:00
Hunter Thornsberry
59711a710e update package.json meshtastic/js version number 2024-06-11 08:57:33 -04:00
Hunter Thornsberry
952b584c50 fix build issue 2024-06-11 08:45:38 -04:00
James Lincoln
6e1e5c80d1 remove unused comments
Signed-off-by: James Lincoln <lincolnp.james@gmail.com>
2024-06-11 13:43:38 +09:30
James Lincoln
0cf4a6754f move deprecated fields into const
Signed-off-by: James Lincoln <lincolnp.james@gmail.com>
2024-06-11 13:28:10 +09:30
Hunter Thornsberry
7cbd41ab72 Add ability to remove nodes from device 2024-06-09 20:42:09 -04:00
Nick Oliver
54d555941e fix(Connect): disable the address and TLS inputs when connecting 2024-06-08 22:54:47 -07:00
Hunter Thornsberry
1242c6b890 remove redudant classes 2024-06-08 17:52:15 -04:00
Hunter Thornsberry
8097c5c835 ternary now only controls colors 2024-06-08 17:45:54 -04:00
Hunter Thornsberry
6905d92fad undo bad previous commit and add correct stuff :( 2024-06-08 17:29:14 -04:00
Hunter Thornsberry
1bce73577c class cleanup 2024-06-08 17:27:40 -04:00
Hunter Thornsberry
d4fe84eda9 cleanup 2024-06-08 16:27:23 -04:00
Hunter Thornsberry
9c3ef55727 added toggle to edit query string 2024-06-08 16:25:09 -04:00
Hunter Thornsberry
b445209fc2 mocked ui 2024-06-08 11:31:40 -04:00
Hunter Thornsberry
dbcbec8c08 add basic button, using this mainly for testing ux 2024-06-08 10:51:50 -04:00
Hunter Thornsberry
febd62d8a8 fix #199 2024-06-07 13:55:19 -04:00
Hunter Thornsberry
9061b7c07a - fix #219 2024-06-07 01:05:42 -04:00
Hunter Thornsberry
bc27d3d87b - hop limit is now a select instead of a number 2024-06-07 00:44:53 -04:00
Hunter Thornsberry
87f8288dad - whitespace cleanup 2024-06-03 23:49:36 -04:00
Hunter Thornsberry
bf68e8a58e - add battery and voltage to sidebar 2024-06-03 23:41:21 -04:00
Shivam Gupta
d2131c2496 Fix issue #212: Change toast text color to white in dark mode 2024-05-31 16:32:39 +05:30
Tom Fifield
daff97a5e0 Fix double double arrow on unknown nodes in multi-hop traceroutes 2024-05-27 21:04:12 +08:00
Tom Fifield
452f2581e2 Fix incorrect use of operator build error. 2024-05-27 21:02:42 +08:00
Tom Fifield
569c2daa09 Fix traceroute ordering for multi-hop traceroutes 2024-05-27 20:57:09 +08:00
Tom Fifield
e825a737b0 Fix build errors 2024-05-27 12:08:32 +08:00
Tom Fifield
54c983439c Fix type Number - number 2024-05-27 11:52:33 +08:00
Tom Fifield
7b6b8daeba Fix build errors
Several types were wrong.
2024-05-27 11:40:59 +08:00
Tom Fifield
0f89e04bb0 Only show traceroutes on node direct message pageso 2024-05-27 10:56:34 +08:00
Tom Fifield
a728b848e1 Don't show traceroute button on Channels
It doesn't work, it's only for nodes!
2024-05-27 10:39:45 +08:00
Tom Fifield
f16cce90c8 Fix case where intermediary node in traceroute is unknown. 2024-05-27 10:09:59 +08:00
Tom Fifield
056a194ede Add formatting logic for multi-hop traceroutes 2024-05-27 09:53:20 +08:00
Tom Fifield
be3117651c Add basic traceroute display
This patch adds basic traceroute display functionality on the
Messages page for an individual node.
2024-05-26 21:00:30 +08:00
Tom Fifield
86263990e6 Add Toast lib to Messages page 2024-05-26 18:41:48 +08:00
Tom Fifield
390b16812a Subscribe to and store traceroutePackets 2024-05-26 18:41:13 +08:00
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.
2024-05-26 15:42:50 +08:00
Tom Fifield
97b9570196 Revert "Add button to Message page to send a traceroute to a node."
This reverts commit 6e145421ef.
2024-05-26 15:41:37 +08:00
Chris Drackett
82c1d3e3f1 Support floats in number fields 2024-05-26 15:41:32 +08:00
Tom Fifield
a7237bcb2b Revert "Support floats in number fields"
This reverts commit 5fdd07ee68.
2024-05-26 15:40:55 +08:00
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.
2024-05-26 15:37:17 +08:00
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.
2024-05-26 14:46:26 +08:00