Commit Graph

394 Commits

Author SHA1 Message Date
pdxlocations 08f19e653a add note in draw_node_list 2025-02-09 20:46:55 -08:00
pdxlocations 6e05446d6a Merge branch 'main' into fix-startup-error 2025-02-09 06:45:53 -08:00
pdxlocations a0cb4f9480 sir locks a lilttle less 2025-02-08 21:07:54 -08:00
pdxlocations 89d5890338 sir locks a lot 2025-02-08 21:04:51 -08:00
pdxlocations a645e41146 lock it down 2025-02-08 18:07:12 -08:00
pdxlocations aa736472cc fix conflict 2025-02-08 18:02:49 -08:00
pdxlocations 4dc1b4b791 try a threading lock 2025-02-08 18:02:25 -08:00
pdxlocations e69c51f9c3 Another attempt to fix startup errors (#125)
* more excuses

* none isn't better than nothing

* more checks

* typo

* refactor

* less is more

* grasping at straws

* more global

* back up

* db snapshot
2025-02-08 15:57:54 -08:00
pdxlocations 41050577aa Merge branch 'main' into fix-startup-error 2025-02-08 15:57:46 -08:00
pdxlocations d9c249af56 db snapshot 2025-02-08 14:21:44 -08:00
pdxlocations ad64004e79 back up 2025-02-08 13:25:27 -08:00
pdxlocations 3c3bf0ad37 rename enum to list 2025-02-08 13:23:30 -08:00
pdxlocations d9a84c4b29 more global 2025-02-08 13:19:48 -08:00
pdxlocations 6cf46a202a grasping at straws 2025-02-08 11:48:07 -08:00
pdxlocations 804f82cbe6 where have all the nodes_pad gone? 2025-02-08 10:03:51 -08:00
pdxlocations 57042d2050 Maybe fix startup error (again) (#124)
* more excuses

* none isn't better than nothing

* more checks

* typo

* refactor

* less is more
2025-02-08 09:14:25 -08:00
pdxlocations 351f4d7f8f less is more 2025-02-08 08:38:35 -08:00
pdxlocations 5f0277c460 refactor 2025-02-08 08:29:57 -08:00
pdxlocations f34db01a78 typo 2025-02-08 08:04:52 -08:00
pdxlocations 463b655684 more checks 2025-02-08 08:03:59 -08:00
pdxlocations 14aa5c00a3 none isn't better than nothing 2025-02-08 08:00:20 -08:00
pdxlocations a201bcccb2 more excuses 2025-02-08 07:57:09 -08:00
pdxlocations 8342753c51 Merge pull request #123 from pdxlocations/fix-startup-error
Maybe Fix Startup Error
2025-02-07 22:18:58 -08:00
pdxlocations 5690329b06 notes 2025-02-07 22:11:53 -08:00
pdxlocations a080af3e84 add logging 2025-02-07 21:50:14 -08:00
pdxlocations dd11932a53 make sure nodes_pad exists legitely 2025-02-07 21:44:17 -08:00
pdxlocations dae71984bc make sure nodes pad is created 2025-02-07 21:01:06 -08:00
pdxlocations 3668d47119 define windows in resize 2025-02-07 20:49:38 -08:00
pdxlocations fe3980bc5a ok I'll stop 2025-02-07 20:23:47 -08:00
pdxlocations 9c380c18fd maybe this 2025-02-07 20:19:26 -08:00
pdxlocations 30d14a6a9e big test 2025-02-07 18:08:03 -08:00
pdxlocations bbfe361173 morer testing 2025-02-07 18:03:10 -08:00
pdxlocations 0d6f234191 more testing 2025-02-06 23:10:01 -08:00
pdxlocations 16c8e3032a fix startup error test 2025-02-06 23:06:19 -08:00
pdxlocations 611d59fefe Merge pull request #120 from rfschmid/fix-receiving-traceroute-from-archived-node 2025-02-05 17:31:01 -08:00
Russell Schmidt 651d381c78 Fix receiving traceroute from archived chat
They were invisible
2025-02-05 19:15:18 -06:00
pdxlocations e7850b9204 add role to node details 2025-02-05 16:31:12 -08:00
pdxlocations 4306971871 switch locked emoji 2025-02-05 16:05:39 -08:00
pdxlocations ba86108316 Merge pull request #119 from rfschmid/update-main-ui-screenshot
Update README.md main UI screenshot
2025-02-05 10:41:53 -08:00
Russell Schmidt 83393e2a25 Update README.md main UI screenshot 2025-02-05 12:25:20 -06:00
pdxlocations 9073da802d Update Settings Image 2025-02-05 08:16:15 -08:00
pdxlocations 5907807b71 Merge pull request #118 from pdxlocations/add-commands-to-readme
Update ReadMe with Commands
2025-02-05 08:11:22 -08:00
pdxlocations cc7124b6f5 add commands 2025-02-05 08:10:43 -08:00
pdxlocations 353412be11 Merge pull request #117 from rfschmid:add-node-search-feature
Add channel and node search feature
2025-02-04 17:21:20 -08:00
Russell Schmidt 8382da07a3 Fix indexing if list changes while searching 2025-02-04 19:16:00 -06:00
pdxlocations 01cfe4c681 Merge pull request #116 from rfschmid/add-lock-icon-for-PSK 2025-02-04 16:02:31 -08:00
Russell Schmidt 1675b0a116 Add channel and node search feature
Press Ctrl + / while the nodes or channels window is highlighted to
start search

Type text to search as you type, first matching item will be selected,
starting at current selected index

Press Tab to find next match starting from the current index - search
wraps around if necessary

Press Esc or Enter to exit search mode
2025-02-04 17:34:41 -06:00
Russell Schmidt b717d46441 Add lock/unlock icon for nodes with/without PSK 2025-02-04 17:23:44 -06:00
pdxlocations d911176603 Merge pull request #114 from rfschmid/fix-string-comparison-issue
Fix string comparison
2025-02-03 17:32:54 -08:00
Russell Schmidt 586724662d Fix string comparison 2025-02-03 18:55:02 -06:00