Polish Pattern Template UI: dialog sizing, KC editor layout, and conventions
- Fix dialog/canvas sizing: fit-content dialog follows canvas width, canvas max-width: 100% prevents overflow, horizontal resize supported - Move pattern template dropdown above FPS/mode/smoothing in KC editor - Remove emoji from pattern template dropdown options and auto-generated names - Remove placeholder option from pattern template select, default to first - Rename default pattern template from "Default" to "Full Screen" - Add UI conventions to CLAUDE.md (hint pattern, select dropdown rules) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -396,5 +396,9 @@
|
||||
"pattern.capture_bg": "Capture Background",
|
||||
"pattern.source_for_bg": "Source for Background:",
|
||||
"pattern.source_for_bg.none": "-- Select source --",
|
||||
"pattern.delete_selected": "Delete Selected"
|
||||
"pattern.delete_selected": "Delete Selected",
|
||||
"pattern.name.hint": "A descriptive name for this rectangle layout",
|
||||
"pattern.description.hint": "Optional notes about where or how this pattern is used",
|
||||
"pattern.visual_editor.hint": "Click + buttons to add rectangles. Drag edges to resize, drag inside to move.",
|
||||
"pattern.rectangles.hint": "Fine-tune rectangle positions and sizes with exact coordinates (0.0 to 1.0)"
|
||||
}
|
||||
|
||||
@@ -396,5 +396,9 @@
|
||||
"pattern.capture_bg": "Захватить Фон",
|
||||
"pattern.source_for_bg": "Источник для Фона:",
|
||||
"pattern.source_for_bg.none": "-- Выберите источник --",
|
||||
"pattern.delete_selected": "Удалить Выбранный"
|
||||
"pattern.delete_selected": "Удалить Выбранный",
|
||||
"pattern.name.hint": "Описательное имя для этой раскладки прямоугольников",
|
||||
"pattern.description.hint": "Необязательные заметки о назначении этого паттерна",
|
||||
"pattern.visual_editor.hint": "Нажмите кнопки + чтобы добавить прямоугольники. Тяните края для изменения размера, тяните внутри для перемещения.",
|
||||
"pattern.rectangles.hint": "Точная настройка позиций и размеров прямоугольников в координатах (0.0 до 1.0)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user