From de108074b1881d365abe2ac1e766dfd2b26d7f2a Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Mon, 28 Jul 2025 21:39:02 +0300 Subject: [PATCH] M: Minor UI improvements --- .../help/items/ui/help-rsgraph-term.tsx | 4 + .../dlg-create-synthesis.tsx | 2 +- .../dlg-edit-operation/dlg-edit-operation.tsx | 15 +- .../oss-page/editor-oss-graph/oss-flow.tsx | 28 ++- .../editor-oss-graph/toolbar-oss-graph.tsx | 5 +- .../components/term-graph/schemas-guide.tsx | 2 +- .../components/toolbar-graph-selection.tsx | 99 +++++----- .../rsform-page/editor-term-graph/tg-flow.tsx | 53 +----- .../editor-term-graph/toolbar-term-graph.tsx | 169 +++++++++++------- 9 files changed, 205 insertions(+), 172 deletions(-) diff --git a/rsconcept/frontend/src/features/help/items/ui/help-rsgraph-term.tsx b/rsconcept/frontend/src/features/help/items/ui/help-rsgraph-term.tsx index 325448a4..1199d7cd 100644 --- a/rsconcept/frontend/src/features/help/items/ui/help-rsgraph-term.tsx +++ b/rsconcept/frontend/src/features/help/items/ui/help-rsgraph-term.tsx @@ -12,6 +12,7 @@ import { IconGraphInputs, IconGraphMaximize, IconGraphOutputs, + IconGraphSelection, IconNewItem, IconOSS, IconPredecessor, @@ -101,6 +102,9 @@ export function HelpRSGraphTerm() {

Выделение