Commit graph

568 commits

Author SHA1 Message Date
liamcottle
560383e882 update edge id 2024-08-16 14:45:44 +12:00
liamcottle
ce3350a11e auto update network visualiser 2024-08-16 14:45:09 +12:00
liamcottle
05271df4a9 rework network visualiser code to make it easier to auto update 2024-08-16 14:20:51 +12:00
liamcottle
b39aa8d830 update lang 2024-08-13 23:31:09 +12:00
liamcottle
aa56bc8fba update comment 2024-08-13 23:28:43 +12:00
liamcottle
5d4f6bc084 only set app data if provided, as we don't want to wipe existing data when we request keys from the network 2024-08-13 23:25:39 +12:00
liamcottle
bc53516c64 limit ui to showing 500 latest announces 2024-08-13 23:00:42 +12:00
liamcottle
e53fca5f96 update docs for running from source (without electron deps) 2024-08-13 22:25:33 +12:00
liamcottle
d9e2a0a257 remove unused scripts 2024-08-13 22:15:28 +12:00
liamcottle
8a00597651 move vite deps from dev to main 2024-08-13 22:13:54 +12:00
liamcottle
1e52537b82 fix word break in message text 2024-08-13 22:11:49 +12:00
liamcottle
aad69ecd13 remove duped info 2024-08-13 21:47:12 +12:00
liamcottle
182b98da59 revert physics changes for now as they cause chaos with larger networks 2024-08-13 12:50:21 +12:00
liamcottle
f0bb217ad7 show a yellow icon if announce is 1 hop via interface 2024-08-13 12:12:46 +12:00
liamcottle
f3f60684ec increase thickness of line between interface and announce if it's 1 hop away 2024-08-13 11:35:16 +12:00
Liam Cottle
ca88c252f4
Merge pull request #9 from LinuxinaBit/master
Minor Physics Fixes for Network Visualizer
2024-08-12 17:29:09 +12:00
Linux in a Bit
27ff202f0f
Increase max velocity NetworkVisualiser.vue 2024-08-12 00:39:26 +00:00
Linux in a Bit
a57b7337c2
Some more minor physics changes for NetworkVisualiser.vue 2024-08-12 00:30:00 +00:00
Linux in a Bit
c593032fab
Fix minor physics annoyances in NetworkVisualiser.vue 2024-08-12 00:24:38 +00:00
liamcottle
42f1222aef lang 2024-08-12 12:07:41 +12:00
liamcottle
850547a359 add reticulum status section 2024-08-12 12:07:24 +12:00
liamcottle
7a3d2e8671 show if connected to shared instance in about page 2024-08-12 12:00:08 +12:00
liamcottle
bbb03b8b7e code cleanup 2024-08-12 11:49:18 +12:00
liamcottle
ba6a9774be fallback to internal interface name when using shared instances 2024-08-12 11:48:10 +12:00
liamcottle
6f081eb90e fix for conversations marked as unread when we are first to send a message 2024-08-12 11:20:47 +12:00
liamcottle
00dec8cc44 clean up ui 2024-08-12 11:05:04 +12:00
liamcottle
2490b870aa show tcp clients as connected via the tcp server interface 2024-08-12 10:35:08 +12:00
liamcottle
9abb0e25a4 remove interface stats from interface edges 2024-08-12 09:46:19 +12:00
liamcottle
5a6d09e0f3 increase size 2024-08-11 22:33:32 +12:00
liamcottle
dabb41d6e5 add loading state ui 2024-08-11 22:13:02 +12:00
liamcottle
afdc2a6312 tap app name to scroll to left sidebar 2024-08-11 21:51:52 +12:00
liamcottle
669d86108a improve network visualiser ui on mobile 2024-08-11 21:42:19 +12:00
liamcottle
abe4ef0297 increase min length of edge to nodes 2024-08-11 21:30:17 +12:00
liamcottle
8b480998ee don't show hop count in label now that its in tooltip 2024-08-11 21:24:58 +12:00
liamcottle
70a78399b5 improve ui tooltip ui 2024-08-11 21:22:42 +12:00
liamcottle
14d9aab28c use dynamic imports to code split application into smaller js files 2024-08-11 21:10:47 +12:00
liamcottle
a738753578 add title tooltips 2024-08-11 21:02:52 +12:00
liamcottle
520b6e6c2a implement new network visualiser 2024-08-11 20:41:25 +12:00
liamcottle
8fa6298bf7 update readme 2024-08-11 18:51:11 +12:00
liamcottle
42ca60474d allow selecting audio mode when recording voice message 2024-08-10 22:39:34 +12:00
liamcottle
b5dcac88b8 fix word break to prevent long text going off screen 2024-08-10 20:25:35 +12:00
liamcottle
068b23149c don't expand message info when clicking files 2024-08-10 18:27:54 +12:00
liamcottle
eee403e45b don't expand message info when clicking images 2024-08-10 18:26:55 +12:00
liamcottle
382a880a29 update path to peer when a message is sent or received 2024-08-10 18:25:00 +12:00
liamcottle
940cf7bbd1 only show signal info if user has clicked message 2024-08-10 18:17:18 +12:00
liamcottle
de1b188d7f show signal strength for lxmf messages if available 2024-08-10 16:44:01 +12:00
liamcottle
0822bbf60d add lxmf rssi, snr and quality to database 2024-08-10 15:41:13 +12:00
liamcottle
45da6e749e show how many clients a tcp server interface has 2024-08-10 14:44:08 +12:00
liamcottle
a39fe30e4a update readme about needing nodejs 2024-08-09 01:06:17 +12:00
liamcottle
2765b26ebb tell users we need at least nodejs v18 for vite etc 2024-08-09 00:59:15 +12:00