|
Some checks failed
plugin-tests / test (push) Failing after 6s
The Adwright ↗BTE button called SvrntyBTE.open() directly, which sets
overlay.hidden=false but never flips main.svrnty-showing-bte. The CSS
gates BTE overlay visibility on that class, so the click did nothing
visible — overlay was mounted but display:none. Route the click through
window.switchPanel("bte") instead so the canonical nav wrapper handles
class flipping + event dispatch identically to the sidebar BTE button.
Validated via Playwright with 6 gates: V1 sidebar BTE (1 event, class
set, visible), V2 ↗BTE crosslink (1 event, class flip, visible),
V3 Adwright nav (class flip, BTE hidden), V4 main classes correct,
V5 console clean, V6 /api/bte/proxy 200 OK. All pass.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| adwright | ||
| bte | ||
| fonts | ||
| adwright.css | ||
| adwright.js | ||
| app.css | ||
| app.js | ||
| bte.css | ||
| bte.js | ||
| svrnty_nav.js | ||
| umbrella.css | ||
| umbrella.html | ||
| umbrella.js | ||