From dae47716ea38ec5a274aea6102035e4dbdda530f Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:26:36 +0300 Subject: [PATCH] M: Simplify color tooltips --- .../help/items/ui/help-formula-tree.tsx | 44 ++++++++++--------- .../features/help/items/ui/help-rseditor.tsx | 13 +++--- .../help/items/ui/help-type-graph.tsx | 23 +++++----- .../editor-term-graph/schemas-guide.tsx | 4 +- rsconcept/frontend/src/styling/components.css | 12 +++++ 5 files changed, 56 insertions(+), 40 deletions(-) diff --git a/rsconcept/frontend/src/features/help/items/ui/help-formula-tree.tsx b/rsconcept/frontend/src/features/help/items/ui/help-formula-tree.tsx index 0c35dd60..b6ec0fe7 100644 --- a/rsconcept/frontend/src/features/help/items/ui/help-formula-tree.tsx +++ b/rsconcept/frontend/src/features/help/items/ui/help-formula-tree.tsx @@ -12,26 +12,30 @@ export function HelpFormulaTree() {

Виды узлов

- +

+ + объявление идентификатора +

+

+ + глобальный идентификатор +

+

+ + логическое выражение +

+

+ + типизированное выражение +

+

+ + присвоение и итерация +

+

+ + составные выражения +

Команды

diff --git a/rsconcept/frontend/src/features/help/items/ui/help-type-graph.tsx b/rsconcept/frontend/src/features/help/items/ui/help-type-graph.tsx index 80feea30..d407e383 100644 --- a/rsconcept/frontend/src/features/help/items/ui/help-type-graph.tsx +++ b/rsconcept/frontend/src/features/help/items/ui/help-type-graph.tsx @@ -23,17 +23,18 @@ export function HelpTypeGraph() {

Цвета узлов

- +

+ + ступень-основание +

+

+ + ступень-булеан +

+

+ + ступень декартова произведения +

Команды