feat: sidebar runtime extraction + history-safe commands + checklist updates

This commit is contained in:
lix-2026
2026-05-25 17:36:17 +08:00
parent baae38786d
commit d84da5583b
17 changed files with 13166 additions and 11050 deletions
+4 -4
View File
@@ -3389,10 +3389,10 @@ mod tests {
#[test]
fn slash_menu_css_uses_viewport_overlay_layer() {
assert!(STYLE.contains(".slash-menu"));
assert!(STYLE.contains("position: fixed;"));
assert!(STYLE.contains("z-index: 130;"));
assert!(!STYLE.contains("z-index: 11;"));
assert!(SPIKE_STYLE.contains(".slash-menu"));
assert!(SPIKE_STYLE.contains("position: fixed;"));
assert!(SPIKE_STYLE.contains("z-index: 130;"));
assert!(!SPIKE_STYLE.contains("z-index: 11;"));
}
}