From 7f33d44a572379f4fc2f70245d825473d7ee4cee Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Thu, 3 Jul 2025 14:36:15 +0300 Subject: [PATCH] M: Multiple minor UI fixes --- .../frontend/src/features/help/items/ui/help-library.tsx | 2 +- .../src/features/library/components/pick-schema.tsx | 2 +- .../library/pages/library-page/toolbar-search.tsx | 2 +- .../library/pages/library-page/use-library-columns.tsx | 2 +- .../frontend/src/features/oss/components/oss-stats.tsx | 2 +- .../src/features/oss/components/pick-multi-operation.tsx | 4 ++-- .../frontend/src/features/oss/components/select-block.tsx | 2 +- .../src/features/oss/components/select-operation.tsx | 2 +- .../oss/dialogs/dlg-create-block/dlg-create-block.tsx | 2 +- .../dialogs/dlg-create-operation/tab-input-operation.tsx | 2 +- .../dlg-create-operation/tab-synthesis-operation.tsx | 2 +- .../oss/dialogs/dlg-edit-operation/tab-operation.tsx | 2 +- .../features/oss/dialogs/dlg-relocate-constituents.tsx | 8 ++++---- .../src/features/rsform/components/pick-substitutions.tsx | 4 ++-- .../src/features/rsform/components/rsform-stats.tsx | 2 +- .../features/rsform/components/select-constituenta.tsx | 2 +- .../rsform/dialogs/dlg-cst-template/tab-template.tsx | 2 +- .../src/features/users/components/select-user.tsx | 7 +------ rsconcept/frontend/src/styling/utilities.css | 2 +- 19 files changed, 24 insertions(+), 29 deletions(-) diff --git a/rsconcept/frontend/src/features/help/items/ui/help-library.tsx b/rsconcept/frontend/src/features/help/items/ui/help-library.tsx index f7168071..59dd40f2 100644 --- a/rsconcept/frontend/src/features/help/items/ui/help-library.tsx +++ b/rsconcept/frontend/src/features/help/items/ui/help-library.tsx @@ -48,7 +48,7 @@ export function HelpLibrary() { фильтр по пользователю
  • - фильтр по названию и шифру + фильтр по названию и сокращению
  • сбросить фильтры diff --git a/rsconcept/frontend/src/features/library/components/pick-schema.tsx b/rsconcept/frontend/src/features/library/components/pick-schema.tsx index 2213c6b1..28ae53f0 100644 --- a/rsconcept/frontend/src/features/library/components/pick-schema.tsx +++ b/rsconcept/frontend/src/features/library/components/pick-schema.tsx @@ -59,7 +59,7 @@ export function PickSchema({ const columns = [ columnHelper.accessor('alias', { id: 'alias', - header: 'Шифр', + header: 'Сокращение', size: 150, minSize: 80, maxSize: 150 diff --git a/rsconcept/frontend/src/features/library/pages/library-page/toolbar-search.tsx b/rsconcept/frontend/src/features/library/pages/library-page/toolbar-search.tsx index 77f17878..30f16566 100644 --- a/rsconcept/frontend/src/features/library/pages/library-page/toolbar-search.tsx +++ b/rsconcept/frontend/src/features/library/pages/library-page/toolbar-search.tsx @@ -88,7 +88,7 @@ export function ToolbarSearch({ className, total, filtered }: ToolbarSearchProps /> +