mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-05 12:31:41 +02:00
dev: toolchain harmonization, additional checks and formatters
This commit is contained in:
@@ -232,7 +232,7 @@ pub async fn get_task_updates_stream(
|
||||
if updated_task.state.is_terminal() {
|
||||
// Send a specific event that HTMX uses to close the connection
|
||||
// Send a event to reload the recent content
|
||||
// Send a event to remove the loading indicatior
|
||||
// Send a event to remove the loading indicator
|
||||
let check_icon = state.templates.render("icons/check_icon.html", &context!{}).unwrap_or_else(|_| "Ok".to_string());
|
||||
yield Ok(Event::default().event("stop_loading").data(check_icon));
|
||||
yield Ok(Event::default().event("update_latest_content").data("Update latest content"));
|
||||
|
||||
Reference in New Issue
Block a user