web: add UI to remove tags when viewing messages
This commit is contained in:
@@ -9,6 +9,7 @@ use crate::{
|
||||
|
||||
#[topo::nested]
|
||||
pub(super) fn view(model: &Model) -> Node<Msg> {
|
||||
log::info!("tablet::view");
|
||||
let show_icon_text = true;
|
||||
// Do two queries, one without `unread` so it loads fast, then a second with unread.
|
||||
let content = match &model.context {
|
||||
|
||||
Reference in New Issue
Block a user