feat: add web console commands

This commit is contained in:
2026-07-14 07:55:51 +09:00
parent 520c10d807
commit e298856c85
24 changed files with 1365 additions and 102 deletions
+9
View File
@@ -1383,6 +1383,15 @@
color: var(--text-muted);
}
.composer-completions {
display: flex;
flex-wrap: wrap;
gap: var(--space-2);
align-items: center;
color: var(--text-muted);
font-size: 0.86rem;
}
@media (max-width: 960px) {
.console-header {
flex-direction: column;