Reconcile the mascot homepage with a synchronous no-flash Hop UI gate

Hop-State: A_06FN5FAMPMB5RMA9X6V05BR
Hop-Proposal: R_06FN5F91MYCDBBM8RZ85N0G
Hop-Task: T_06FN50V05VH5V9WE9QQF9KR
Hop-Attempt: AT_06FN5F2NX90QCXGZC75YXVG
This commit is contained in:
Hop
2026-07-11 12:52:47 -07:00
parent c228281487
commit fa2f16f9cf
3 changed files with 11 additions and 1 deletions
@@ -170,6 +170,7 @@
});
}
applyHopSemantics();
document.addEventListener('DOMContentLoaded', queueApply);
document.addEventListener('htmx:afterSwap', queueApply);
new MutationObserver(queueApply).observe(document.documentElement, {childList: true, subtree: true});