Card bulk operations, remove expand/collapse, graph color picker fix
- Bulk selection mode: Ctrl+Click or toggle button to enter, Escape to exit - Shift+Click for range select, bottom toolbar with SVG icon action buttons - All CardSections wired with bulk actions: Delete everywhere, Start/Stop for targets, Enable/Disable for automations - Remove expand/collapse all buttons (no collapsible sections remain) - Fix graph node color picker overlay persisting after outside click - Add Icons section to frontend.md conventions - Add trash2, listChecks, circleOff icons to icon system - Backend: processing loop performance improvements (monotonic timestamps, deque-based FPS tracking) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1722,5 +1722,21 @@
|
||||
"section.empty.sync_clocks": "Синхронных часов пока нет. Нажмите + для добавления.",
|
||||
"section.empty.cspt": "Шаблонов обработки полос пока нет. Нажмите + для добавления.",
|
||||
"section.empty.automations": "Автоматизаций пока нет. Нажмите + для добавления.",
|
||||
"section.empty.scenes": "Пресетов сцен пока нет. Нажмите + для добавления."
|
||||
"section.empty.scenes": "Пресетов сцен пока нет. Нажмите + для добавления.",
|
||||
|
||||
"bulk.select": "Выбрать",
|
||||
"bulk.cancel": "Отмена",
|
||||
"bulk.selected_count.one": "{count} выбран",
|
||||
"bulk.selected_count.few": "{count} выбрано",
|
||||
"bulk.selected_count.many": "{count} выбрано",
|
||||
"bulk.select_all": "Выбрать все",
|
||||
"bulk.deselect_all": "Снять выбор",
|
||||
"bulk.delete": "Удалить",
|
||||
"bulk.start": "Запустить",
|
||||
"bulk.stop": "Остановить",
|
||||
"bulk.enable": "Включить",
|
||||
"bulk.disable": "Выключить",
|
||||
"bulk.confirm_delete.one": "Удалить {count} элемент?",
|
||||
"bulk.confirm_delete.few": "Удалить {count} элемента?",
|
||||
"bulk.confirm_delete.many": "Удалить {count} элементов?"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user