feat: final bug fixes

This commit is contained in:
2026-07-26 16:31:06 +09:30
parent 318000009f
commit d5882e2d66
20 changed files with 534 additions and 114 deletions
@@ -1,5 +1,6 @@
import type { PluginAPI } from "@/plugins/core/types";
import { waitForElm } from "@/seqta/utils/waitForElm";
import { waitForSeqtaMenu } from "@/seqta/utils/waitForSeqtaShell";
export const ANIMATED_BG_MARKER = "bsplus-animated-bg";
@@ -51,7 +52,7 @@ export async function syncAnimatedBackground(
try {
const [container, menu] = await Promise.all([
waitForElm("#container", true),
waitForElm("#menu", true),
waitForSeqtaMenu(),
]);
ensureAnimatedBackgroundLayers(
container as HTMLElement,