web: add UI to remove tags when viewing messages

This commit is contained in:
2024-04-06 09:38:00 -07:00
parent dc7b3dd3e8
commit d4038f40d6
7 changed files with 70 additions and 2 deletions

View File

@@ -222,6 +222,7 @@ pub fn update(msg: Msg, model: &mut Model, orders: &mut impl Orders<Msg>) {
if let Err(e) = res {
error!("Failed to remove tag {tag} to {query}: {e}");
}
// TODO: reconsider this behavior
seed::window()
.location()
.set_href(&search_url)