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

@@ -10,6 +10,7 @@ use crate::{
};
pub(super) fn view(model: &Model) -> Node<Msg> {
log::info!("tablet::view");
let show_icon_text = false;
let content = match &model.context {
Context::None => div![h1!["Loading"]],