feat(reui): update ReUI components and documentation to reflect 20 building blocks
Docker / build (push) Failing after 19s

- Expanded the ReUI skill description to include 20 free building blocks.
- Updated references in various documentation files to reflect the new count of components.
- Enhanced the data-grid documentation to specify the use of TanStack Table v9.
- Added new component details, including the icon-tile, and clarified usage instructions across multiple files.

This update improves clarity and ensures that all references are consistent with the latest component offerings.
This commit is contained in:
Denozordec
2026-08-07 16:40:14 +07:00
parent 54f3587b45
commit edf1da165a
34 changed files with 888 additions and 79 deletions
@@ -107,7 +107,7 @@ export function CfdmIntegrationForm({
<FieldGroup className="gap-0">
<SettingRow
title="Принимать синхронизацию"
description="Разрешить CFDM пушить домены и сервисы (авто-sync)"
description="Вкл.: push от CFDM + авто-pull доменов каждые 15 мин (нужны URL и токен)"
>
<Controller
control={form.control}
@@ -183,8 +183,8 @@ export function CfdmIntegrationForm({
title="Синхронизация"
description={
settings?.integrationLastSyncAt
? `Последний sync: ${new Date(settings.integrationLastSyncAt).toLocaleString('ru-RU')}`
: 'Используются только сохранённые URL и токен'
? `Последний sync: ${new Date(settings.integrationLastSyncAt).toLocaleString('ru-RU')} · авто каждые 15 мин`
: 'Авто каждые 15 мин при включённой интеграции; кнопка — ручной pull'
}
last
>