feat(icons): add visibility controls

This commit is contained in:
Codex
2026-08-22 11:24:07 +03:00
parent 51cb426c6b
commit c7e136cc14
4 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -209,7 +209,7 @@ const iconGroups: Array<{ title: string; note: string; icons: IconName[] }> = [
{
title: "Состояние и доступ",
note: "Вся платформа",
icons: ["check", "alert", "activity", "lock", "key", "shield", "circle"],
icons: ["check", "alert", "activity", "lock", "key", "shield", "circle", "eye", "eye-off"],
},
{
title: "Сущности",
@@ -239,6 +239,8 @@ const iconLabels: Record<IconName, string> = {
database: "База данных",
download: "Скачать",
edit: "Редактировать",
eye: "Показать",
"eye-off": "Скрыть",
expand: "Развернуть",
external: "Открыть снаружи",
file: "Файл",