feat(reui): update ReUI components and documentation to reflect 20 building blocks
Docker / build (push) Failing after 19s
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:
@@ -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
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user