Hunter Thornsberry
93d9f721b4
protobuf changes
2 years ago
Hunter Thornsberry
569bb09f94
fix sorting
2 years ago
Hunter Thornsberry
2f37390985
Linting
2 years ago
Hunter Thornsberry
b24c9312c4
linting fixes
2 years ago
Hunter Thornsberry
268ad4908a
remove duplicate icon
2 years ago
Hunter Thornsberry
3aedc7b7c2
fixes
2 years ago
server2003user
401a594ec7
Add Firmware
2 years ago
Hunter Thornsberry
a5a37cd4ab
update setWorkingModuleConfig to include mapReportSettings
2 years ago
Hunter Thornsberry
283f548136
add optional to publishIntervalSecs and positionPrecision
2 years ago
Brandon Vandegrift
93b139c268
Update biome, fix and enforce recommended rules
2 years ago
Hunter Thornsberry
11fe2fdb35
fix sorting
2 years ago
Hunter Thornsberry
4143249c55
remove mention of channel
2 years ago
Hunter Thornsberry
4c1737bc44
remove precise location mention as there is a setting for that
2 years ago
Hunter Thornsberry
17c44054be
update MQTT precision dropdown and encryption warning
2 years ago
Hunter Thornsberry
99c240e81a
updated styling
2 years ago
Hunter Thornsberry
3411dd472f
remove gpsEnabled and gpsAttemptTime again
2 years ago
Hunter Thornsberry
551d34d32a
add back connection info and remove button
2 years ago
Hunter Thornsberry
ae0e416219
correctly map distance values
2 years ago
Hunter Thornsberry
c3c36c5762
Distance is set in km not meters not
2 years ago
Hunter Thornsberry
bdc060d6ad
revert "remove node work" commit
2 years ago
Hunter Thornsberry
69f7c8fd9a
duplicate of #177
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
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
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
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