Feat: documentation, UI/UX

This commit is contained in:
2026-03-01 19:09:52 +01:00
parent ecb559e556
commit db44f9b98e
57 changed files with 1531 additions and 615 deletions

View File

@@ -221,7 +221,6 @@ pub enum AppCommand {
// UI state
ClearMinimap,
HideTitle,
ToggleEditorStack,
SetColorScheme(ColorScheme),
SetHueRotation(f32),
ToggleRuntimeHighlight,
@@ -317,5 +316,4 @@ pub enum AppCommand {
SetScriptLength(usize),
ScriptSave,
ScriptEvaluate,
ToggleScriptStack,
}