Cooper Quintin
ffdad4aed8
add test analyzer
2025-08-20 14:48:47 -07:00
Markus Unterwaditzer
33e4fbc544
Fix wrong analyzer name in AnalysisTable
...
Each event index corresponds to an index in analyzers. But some events
may be null. We're skipping those events without incrementing the index,
leading to wrong analyzer names.
2025-08-20 14:39:09 -07:00
Markus Unterwaditzer
8c510b43c9
Merge pull request #429 from simonft/notifications
2025-08-20 21:56:45 +02:00
Markus Unterwaditzer
ad4e971e77
Restyle download links in table view
...
They're taking up too much space as individual columns.
Also change DownloadLink to be a real link, so that "Copy URL" works.
2025-08-20 09:48:37 -07:00
Simon Fondrie-Teitler
67974264f9
Update Config object in svelte to add ntfy url
2025-08-06 13:12:10 -04:00
Simon Fondrie-Teitler
1c08708bc4
Set full ntfy url in config instead of just topic
2025-08-06 13:07:08 -04:00
Simon Fondrie-Teitler
481f02f81f
Merge branch 'main' into notifications
2025-08-05 17:30:07 -04:00
Markus Unterwaditzer
5c03f6ea03
Add reanalyze button
...
Add a reanalyze button for individual recordings in the analysis dropdown
As part of this, split out ApiRequestButton so that state transitions
(clickable -> loading/disabled -> done) can be shared across start/stop
recording and this new button. Other buttons might benefit from this as
well.
Also fix a broken checkbox while we're here.
2025-08-04 17:19:42 -07:00
Sashanoraa
7466c1c669
Fixes #381 UI no longer X overflows on mobile
...
Button will horizontally shrink a little on smaller screens and buttons
and tables will X scroll if needed.
2025-07-30 14:13:16 -04:00
Cooper Quintin
672d825bdb
rm stray char
2025-07-24 16:44:59 -07:00
Cooper Quintin
fd216ecb72
add incomplete sib heuristic
2025-07-24 16:44:59 -07:00
Will Greenberg
1011c4b123
daemon: don't track analysis file bytes written
...
We don't actually use this for anything
2025-07-17 10:41:54 -07:00
Cooper Quintin
fbac464b46
add config option and documentation
2025-07-16 15:25:11 -07:00
Will Greenberg
1ce4d99c59
web: consider unversioned heuristics to be v0
...
This lets us cleanly differentiate old heuristics (which we know contain
some false positives) from our current set.
2025-07-16 13:20:14 -07:00
Will Greenberg
b055ddc670
web: more linting
2025-07-16 13:20:14 -07:00
Will Greenberg
09d4328dc2
web: lint fixes
2025-07-16 13:20:14 -07:00
Will Greenberg
0d96b4c103
frontend: bump sveltekit version
...
We're using a config setting that's only present in sveltekit v2.13
onwards
2025-07-16 13:20:14 -07:00
Will Greenberg
7cd8835cab
frontend: handle both old and new analysis reports
...
Adds support for versioned analysis reports (and defaults to v1 for
reports with no version).
2025-07-16 13:20:14 -07:00
Will Greenberg
da18a1f9da
Split bin dir into separate daemon and check dirs
...
This lets us manage their increasingly disparate dependencies separately
2025-07-16 13:20:14 -07:00