Remove pre-1.0 production governance surfaces

This commit is contained in:
npc0-hue
2026-08-21 00:06:00 +08:00
parent a7e2e4c6c0
commit da6c8d607e
30 changed files with 89 additions and 429 deletions
+1 -2
View File
@@ -10,11 +10,10 @@ function compact(value) {
}
describe("platform web shared theme CSS", () => {
it("keeps production lifecycle and alert controls bounded at narrow width", () => {
it("keeps plugin lifecycle controls bounded at narrow width", () => {
const css = compact(readThemeCss());
expect(css).toContain("@media(max-width:640px){.plugin-lifecycle-controls{grid-template-columns:minmax(0,1fr)}");
expect(css).toContain(".production-alert-actions,.production-alert-actionsbutton{width:100%}");
expect(css).toContain("overflow-wrap:anywhere");
});