feat(kanban): upload pending command with retry

req: sync/004\nreq: sync/009\nreq: sync/010\nreq: sync/016\nreq: sync/017
This commit is contained in:
slhx agent
2026-07-13 16:32:44 +02:00
parent 687c64d078
commit 599d1b838d
6 changed files with 368 additions and 5 deletions
+2
View File
@@ -357,6 +357,8 @@ fn allowed_example_script(path: &Path, line: &str) -> bool {
&& line.contains(r#"<script src="/island.js" defer></script>"#))
|| (path.ends_with("examples/saas/templates/app_shell.heml")
&& line.contains(r#"<script src="/metrics.js" defer></script>"#))
|| (path.ends_with("examples/kanban/templates/sync_shell.heml")
&& line.contains(r#"<script src="/sync.js" defer></script>"#))
}
fn contains_inline_event_handler(line: &str) -> bool {