jkingsman
907a0e4d14
Make repeater packet history legend clearer
2026-06-05 21:51:39 -07:00
jkingsman
556847ea2b
Improve QoL around repeater history (brush scrubbing, better extents, per-datapoint delta on packet count
2026-06-05 21:43:52 -07:00
jkingsman
6e763a965f
Add pubkey suffix to the repeater neighbors. Closes #281 .
2026-06-05 21:21:33 -07:00
Jack Kingsman
be2b7fdacc
Actually fix the test issues
2026-06-01 20:27:01 -07:00
Jack Kingsman
42ed3f0289
Updating changelog + build for 3.14.1
2026-06-01 19:30:21 -07:00
Jack Kingsman
257f09c2b4
Be more gentle during test runs
2026-06-01 19:21:02 -07:00
Jack Kingsman
50af30f3bb
Make the trace pane overflow neater. Closes #270 .
2026-06-01 18:22:41 -07:00
Jack Kingsman
4e195f0dd1
Don't trim trailing space from repeater console input. Closes #276 .
2026-06-01 18:11:18 -07:00
Jack Kingsman
c721e7461a
Don't display blocked contacts on the map. Closes #269 .
2026-06-01 18:10:45 -07:00
jkingsman
f4dd6b44a1
Fix flaky tests
2026-05-19 17:45:33 -07:00
Jack Kingsman
2462e40379
(feat) chain app nav to browser history state. Closes #250 .
...
Hook browser back/forward to nav state
2026-05-15 22:49:20 -07:00
Jack Kingsman
89d7725a17
(bug) fix contact telemetry chart visual issues. Closes #261 .
2026-05-14 21:03:06 -07:00
Jack Kingsman
d5b27a2405
(bug) invalidate repeater panel map tiling on resize. Closes #262 .
2026-05-14 20:57:09 -07:00
Jack Kingsman
e23613d18a
fix: units in lpp sensors to HA. Extends PR #260 .
2026-05-14 09:01:10 -07:00
Jack Kingsman
2a6453bc5a
Merge pull request #260 from mitte2/mitte2-patch-1
...
current sensor unit
2026-05-14 08:58:28 -07:00
Jack Kingsman
f3e9953b48
Fix linting
2026-05-14 08:58:18 -07:00
mitte2
48fd2412e8
current sensor unit
...
fix wrong unit in lpp sensors, add convertion between A and mA
2026-05-14 17:47:52 +02:00
Jack Kingsman
9b67512225
Merge pull request #239 from Bjorkan/API-test
...
Add Swagger UI API page to /docs
2026-05-14 08:44:17 -07:00
Bjorkan
40591610ea
Removed button from Integration page
2026-05-14 10:28:02 +02:00
Jack Kingsman
6cfd5eff63
Updating changelog + build for 3.14.0
2026-05-13 18:16:32 -07:00
Jack Kingsman
84aa352be3
Split up setting to be a bit neater
2026-05-13 17:30:06 -07:00
Jack Kingsman
7f1bb92e92
Add telemetry config to radio settings
2026-05-13 17:30:05 -07:00
Jack Kingsman
0bd0c062f2
Initial tracke telemetry for contacts
2026-05-13 17:30:05 -07:00
Jack Kingsman
83da01fe45
Test fixtures matching contact shape
2026-05-13 17:20:58 -07:00
Jack Kingsman
dc02015c43
Drop back to empty state on deleted contact or bad hash in history
2026-05-13 17:16:04 -07:00
Jack Kingsman
ecdcbd85d4
Don't push history when we've gotten here via popstate
2026-05-13 17:05:59 -07:00
Jack Kingsman
b77660196b
Persist login status for room servers. Closes #244 .
2026-05-13 16:52:32 -07:00
Jack Kingsman
baca8b5234
Merge pull request #253 from MartinFournier/feature/community-mqtt-websocket-path
...
Add WebSocket path config for community MQTT
2026-05-13 16:40:11 -07:00
Jack Kingsman
f1a27279e8
Merge pull request #258 from Rescla/main
...
Remove autoComplete="off" from MessageInput textarea
2026-05-13 16:39:58 -07:00
Jack Kingsman
8905392b29
Add missing frequencies. Closes #245 .
2026-05-13 16:28:05 -07:00
Jack Kingsman
e95acecbfb
Stable packet analytics coloring. Closes #246 .
2026-05-13 16:15:41 -07:00
Jack Kingsman
f1eca53625
Add packet scope to inspection. Closes #256
2026-05-13 16:06:44 -07:00
Rescla
34cd06cc04
Remove autoComplete="off" from textarea
2026-05-13 13:57:32 +02:00
Martin Fournier
25190cded5
Add WebSocket path config for community MQTT
...
Path hardcoded to "/". Brokers like analyzer.montrealmesh.ca need
non-root path (e.g. /mqtt). Expose field in fanout config + UI.
2026-05-11 02:13:09 -04:00
Martin Fournier
76f3a59d83
Hook browser back/forward to nav state
...
Push history on user-initiated navigation so 'Back' moves between
views instead of leaving the app.
- urlHash: add pushUrlHash/pushSettingsHash (pushState variants)
- useConversationRouter: pushState on nav; popstate resolves hash
to conversation without re-pushing; switch over if-chain
- useAppShell: pushState on settings open; popstate syncs
visibility; close via history.back() when we own the entry
- Tests: popstate coverage in appStartupHash + useAppShell
2026-05-11 01:53:49 -04:00
jkingsman
70cb133b24
Revise hop length buckets. Closes #240 .
2026-05-03 12:32:50 -07:00
Björkan
431d4d419a
Add Swagger UI api page on Automation page
2026-05-01 08:15:50 +02:00
Jack Kingsman
f95745cb05
Updating changelog + build for 3.13.0
2026-04-30 20:31:32 -07:00
Jack Kingsman
e814653300
Add non-markdown option. Closes #232 .
2026-04-30 19:54:43 -07:00
Jack Kingsman
e76d922752
Add recieved time to packet display. Closes #238 .
2026-04-30 19:07:50 -07:00
Jack Kingsman
a9ac87e668
Allow newlines in text input. Closes #234 .
2026-04-30 18:36:36 -07:00
Jack Kingsman
466f693c21
Fix page to dvh. Closes #233 .
2026-04-28 14:41:56 -07:00
Jack Kingsman
2c1279eb9e
Add error rate percentage to metrics graph
2026-04-27 11:21:02 -07:00
Jack Kingsman
047d713003
Permit hourly checks for direct/routed repeaters. Closes #226 .
2026-04-27 09:51:57 -07:00
Jack Kingsman
25041e1367
Add dynamic text replacement. Closes #223 .
2026-04-25 15:00:36 -07:00
Jack Kingsman
b3fe717416
Correct packet sum for repeater error rate. Closes #225 .
2026-04-25 14:48:44 -07:00
Jack Kingsman
9a4e78c504
Show RX error percentage
2026-04-25 14:01:39 -07:00
Jack Kingsman
b37ce89c96
Add repeater telemetry error count
2026-04-25 13:45:17 -07:00
Jack Kingsman
f0b7842c60
Merge pull request #221 from jkingsman/dependabot/npm_and_yarn/frontend/npm_and_yarn-754666cf41
...
Bump postcss from 8.5.8 to 8.5.10 in /frontend in the npm_and_yarn group across 1 directory
2026-04-24 18:06:54 -07:00
Jack Kingsman
4eb29f376e
Make clearer save button for advert interval
2026-04-24 14:44:27 -07:00