Commit Graph

15 Commits

Author SHA1 Message Date
Russell Schmidt
586724662d Fix string comparison 2025-02-03 18:55:02 -06:00
Russell Schmidt
b5a841d7d2 Show different node details for ourself
User is probably more interested in their own device's eg battery level
vs how long ago the node DB thinks we saw ourselves.
2025-02-03 12:48:04 -06:00
Russell Schmidt
d019c6371c Add node sort preferences (#102)
* Add node sort preferences

Now supports 'lastHeard', 'name', and 'hops'. There's probably a way to
make this a multi-select type input instead of requiring the user to
type exactly the right string but it wasn't immediately obvious how to
do that.

* Select node sort from list, refresh on change

---------

Co-authored-by: pdxlocations <benlipsey@gmail.com>
2025-02-02 09:43:04 -08:00
Russell Schmidt
466f385c31 Use nodesByNum instead of iterating over nodes
Removes no longer used function that also iterated over nodes
2025-02-01 11:51:04 -06:00
pdxlocations
aa2d3bded4 keep me on top (#99) 2025-01-31 22:14:04 -08:00
pdxlocations
1d9d055a4d import cleanup 2025-01-29 16:16:38 -08:00
Russell Schmidt
51dcfb5aa2 Add node details 2025-01-27 12:46:33 -06:00
pdxlocations
01f67ea8b5 db snapshot 2025-01-22 20:54:51 -08:00
Russell Schmidt
72939e5988 Fix potential crash in sort nodes 2025-01-20 09:41:26 -06:00
Russell Schmidt
87e68689f4 Remove unused sanitize string function 2025-01-17 12:59:16 -06:00
Russell Schmidt
455c3b10dd Sort nodes list by last heard 2025-01-15 12:37:40 -06:00
pdxlocations
30eb1b3e2a mostly working now? 2025-01-11 21:24:00 -08:00
pdxlocations
037877180e fixed some database bugs 2025-01-11 17:09:33 -08:00
pdxlocations
527aff0608 Working but messy 2025-01-11 15:31:52 -08:00
pdxlocations
1fb30987b2 Refactoring continued 2024-12-19 14:42:21 -08:00