Merge branch 'worktree-agent-a6b15d4e17dad5970'

This commit is contained in:
Andreas Reinhold / reini
2026-09-14 06:17:26 +02:00
33 changed files with 603 additions and 165 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ class RichTooltipMorphProbe extends Component
}
}
const SNACKBAR = "document.querySelector('[x-data=\"materialSnackbar\"] [aria-live]')";
// The live region is the host itself, in the page before any message is (actions.md ACT-02).
const SNACKBAR = "document.querySelector('[x-data=\"materialSnackbar\"][aria-live]')";
const TOAST = "document.querySelector('[data-toast]')";