Files
yaak-mountain-loop/crates
Gregory Schier 366831df5b Implement response deletes in the browser host instead of declining them
"Delete all responses" and "Clear send history" were in the web host's
DECLINED table under "Sending isn't available in the browser yet". That
conflated producing responses with deleting responses the user already
has: both are pure database work, and the model layer in the worker
already answers that class of command.

Both dispatch arms call the same yaak-models queries
yaak_commands::models does, so the cascade and the delete events match
the desktop's.
2026-08-17 07:47:14 -07:00
..
2026-05-08 12:03:34 -07:00