feat(sidebar): add conversation management dialog with filtering and bulk actions

This commit is contained in:
xintaofei
2026-04-22 09:31:38 +08:00
parent ae88b2256f
commit 14fb231dcc
13 changed files with 760 additions and 2 deletions

View File

@@ -251,4 +251,4 @@ pub async fn update_conversation_external_id(
.await
.map_err(AppCommandError::from)?;
Ok(Json(()))
}
}