Commit Graph

219 Commits

Author SHA1 Message Date
Jack Kingsman
f32ba0629a Add hot-message cache 2026-02-07 22:51:06 -08:00
Jack Kingsman
7d825a07f8 Updating changelog + build for 1.8.0 2026-02-07 21:45:46 -08:00
Jack Kingsman
c5fec61123 Updating changelog + build for 1.8.0 2026-02-07 21:43:39 -08:00
Jack Kingsman
9437959568 Swap legend columns (oops) 2026-02-07 21:31:12 -08:00
Jack Kingsman
d1846b102d Patch up changes -- fix up docs, fix react hooks issue 2026-02-07 21:25:19 -08:00
Jack Kingsman
5cd28bd1d9 Clear errors on settings tab switch, streamline message mark-as-read, don't resort on render 2026-02-07 21:15:47 -08:00
Jack Kingsman
d48595e082 Just flood advertise when we do 2026-02-07 21:15:46 -08:00
Jack Kingsman
1f3a1e5b3f Clarify garbage comment about outgoing decryption 2026-02-07 21:15:46 -08:00
Jack Kingsman
c2bcfbf646 Strengthen README warning about getting pwnd 2026-02-07 21:15:46 -08:00
jkingsman
28d57924ee Don't keep pacakge-lock.json 2026-02-06 19:34:10 -08:00
Jack Kingsman
f83681188c Merge pull request #10 from rgregg/iphone-pwa-fix
Fix display issues when running as a PWA
2026-02-06 19:30:50 -08:00
jkingsman
3acb0efc62 Remove compiled files 2026-02-06 19:30:26 -08:00
Jack Kingsman
1961b4c9e2 Move to manual FE builds 2026-02-06 18:44:08 -08:00
Ryan Gregg
de47c7c228 Fix for running as PWA 2026-02-04 21:45:30 -08:00
Ryan Gregg
4f610a329a Adjust how app dispalys as PWA to enable safe areas 2026-02-04 21:24:43 -08:00
Jack Kingsman
019092ed7d Add there-and-back node trace. Closes #4.
Single node trace
2026-02-04 19:54:01 -08:00
Jack Kingsman
31bccfb957 Add error bubble-up 2026-02-04 19:27:45 -08:00
Jack Kingsman
fcbab3bf72 Add one hop trace 2026-02-04 15:40:37 -08:00
Jack Kingsman
878626b440 Update AGENTS.md after post connect polling management 2026-02-04 13:14:08 -08:00
Jack Kingsman
01a97b57c0 Improve test coverage for path freshness, unread management, and outgoing message unread sanity 2026-02-04 12:19:36 -08:00
Jack Kingsman
e48e122bbd Consolidate healthcheck generation and packet dupe handling 2026-02-04 12:12:56 -08:00
Jack Kingsman
c6ee92fb66 Dead and trivial code rip out (whoof) 2026-02-04 12:06:36 -08:00
Jack Kingsman
f338ddbc87 Add docs for new non-WS message fetching and remove dead funcs 2026-02-04 11:59:12 -08:00
Jack Kingsman
20255b3edf Add missing frontend test folder to ignore 2026-02-04 11:16:50 -08:00
Jack Kingsman
db550faab0 Add e2e tests 2026-02-03 16:00:00 -08:00
Jack Kingsman
7ec4151d6c Improve frontend response time 2026-02-03 15:58:52 -08:00
Jack Kingsman
989f47f80d Updating changelog + build for 1.7.1 2026-02-03 10:27:27 -08:00
Jack Kingsman
f8b05bb34d Cleanups: Normalize pub keys, prefix message claiming, cursor + null timestamp DB cleanups 2026-02-02 16:22:10 -08:00
Jack Kingsman
ea5283dd43 Add some additional tests around radio and contact management 2026-01-30 21:45:50 -08:00
Jack Kingsman
f004d80cc8 Add some additional tests around message dedupe 2026-01-30 21:31:34 -08:00
Jack Kingsman
08f7407837 Add missing key normalization 2026-01-30 21:12:32 -08:00
Jack Kingsman
6ce59eee33 Remove some unneeded duplication and fix up reconnection management 2026-01-30 21:03:58 -08:00
Jack Kingsman
63bac7af1b Resync settings after radio mutation 2026-01-30 20:44:37 -08:00
Jack Kingsman
b7a06c732e Fix up some warnings 2026-01-30 20:44:36 -08:00
Jack Kingsman
86ead4f29f Make links clickable 2026-01-30 20:44:36 -08:00
Jack Kingsman
67a6a0727f Fix verbiage around bot response to self 2026-01-30 20:44:30 -08:00
Jack Kingsman
cc12997672 Enable bot responses to ourselves take 2 2026-01-29 12:32:36 -08:00
Jack Kingsman
225c892847 Enable bot responses to ourselves 2026-01-29 12:15:30 -08:00
Jack Kingsman
bc6cff5d87 Updating changelog + build for 1.7.0 2026-01-27 19:24:50 -08:00
Jack Kingsman
6bdc1ecefb Add constraints on bot code editor window size 2026-01-27 19:21:38 -08:00
Jack Kingsman
31e31ee7da Lazy-load codemirror for bot editing 2026-01-27 17:31:34 -08:00
Jack Kingsman
63604aee14 Move advertise to identity tab 2026-01-27 17:25:56 -08:00
Jack Kingsman
f2b685bbf5 Add multibot functionality 2026-01-27 17:23:38 -08:00
Jack Kingsman
0b0d14bb20 Fix bug with outbound message timestamping 2026-01-27 13:06:00 -08:00
Jack Kingsman
cf1107f736 Support multiple outgoing messages from the bot 2026-01-27 12:21:00 -08:00
Jack Kingsman
e2b4d7b8fe Fix occasional outgoing message dupe glitch due to mismatched send vs. radio timestamps 2026-01-27 12:05:15 -08:00
Jack Kingsman
401c7d3c0e Add bot outgoing 2s throttle 2026-01-27 11:54:22 -08:00
Jack Kingsman
340143e3e9 Fix clock filtering and contact lookup behavior bugs 2026-01-26 22:51:02 -08:00
Jack Kingsman
63e9fbda70 Fix repeater message duplication issue and clarify fallback functionality for missing private key export 2026-01-26 22:13:44 -08:00
Jack Kingsman
be711af607 Updating changelog + build for 1.6.0 2026-01-26 21:53:07 -08:00