Commit Graph

15 Commits

Author SHA1 Message Date
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 ad7c7a148f Add Config Import and Export (#98)
* init

* working changes

* working changes

* remove unused code
2025-01-31 16:42:55 -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 96612b3e1b rm print statements 2025-01-24 21:14:17 -08: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