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
Zachary McGibbon
98a5779f9d
Add seconds properties to fields that are missing them
2 years ago
Chris Drackett
5fdd07ee68
Support floats in number fields
2 years ago
Chris Drackett
6ab4375bff
Update Power.tsx
update precision on ADC input
2 years ago
rcarteraz
7d1768a1d3
move GPS mode, update description, and remove deprecated settings.
2 years ago
Sacha Weatherstone
ae470dbf84
update deps
2 years ago
Sacha Weatherstone
6113924e46
update deps & mqtt config
2 years ago
David Power
8ea27c4794
use next version of meshtastic/js which is required for change f6123d0
2 years ago
David Power
38927d18b4
Align terminology with iOS and Android Apps ( #168 )
* Align web client to use the same terminology for nodes. Changing peers to nodes. This is inline with both the Android and iOS Apps.
* Revert style changes
2 years ago
geftactics
98f8965aed
Fix sorting on peers table
Enables sorting by clicking column heading.
Defaults to most recent contacts at the top
2 years ago
Sacha Weatherstone
30ab789d43
remove disabled prop
2 years ago
Sacha Weatherstone
200020d705
Disable wifi check for network tab
2 years ago
Sacha Weatherstone
7a39e078c0
Merge pull request #160 from pdxlocations/paxcounter
Add Paxcounter Config
2 years ago
Sacha Weatherstone
291fce5d97
Merge pull request #163 from pdxlocations/frequency-slot
change name channel to frequency slot
2 years ago
pdxlocations
35aa6112a2
change channel to frequency slot
2 years ago
Sacha Weatherstone
4d0bd1f2b6
update deps
2 years ago
pdxlocations
edc0be74dc
add paxcounter config
2 years ago
Sacha Weatherstone
21bd61d954
remove arm32 build
2 years ago
Sacha Weatherstone
f997faa072
update deps, fix build
2 years ago
Sacha Weatherstone
72bfd44b1f
Build for ARM
2 years ago
Sacha Weatherstone
8a4950d1f4
Merge pull request #153 from emailvomitcomet/enable-map-control
Enable map control
2 years ago
Kette
96c258b460
Merge branch 'meshtastic:master' into enable-map-control
2 years ago