diff --git a/rsconcept/frontend/src/app/application-layout.tsx b/rsconcept/frontend/src/app/application-layout.tsx index 338a8302..a239b358 100644 --- a/rsconcept/frontend/src/app/application-layout.tsx +++ b/rsconcept/frontend/src/app/application-layout.tsx @@ -27,7 +27,7 @@ export function ApplicationLayout() {
({
отображение наследованных
  • - текущая конституента + текущая конституента
  • - + текущей
  • - + текущей
  • 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 55b40870..c76bf200 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 @@ -19,7 +19,6 @@ import { IconText, IconTypeGraph } from '@/components/icons'; -import { APP_COLORS } from '@/styling/colors'; import { LinkTopic } from '../../components/link-topic'; import { HelpTopic } from '../../models/help-topic'; @@ -49,7 +48,7 @@ export function HelpRSGraphTerm() {

    Изменение узлов

  • Клик на узел – выделение
  • - Левый клик – выбор фокус-конституенты + Левый клик – выбор фокус-конституенты
  • Esc – сбросить выделение 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 2b441b05..96548637 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 @@ -1,5 +1,3 @@ -import { APP_COLORS } from '@/styling/colors'; - import { LinkTopic } from '../../components/link-topic'; import { HelpTopic } from '../../models/help-topic'; @@ -21,13 +19,13 @@ export function HelpTypeGraph() {

    Виды узлов

  • - ступень-основание + ступень-основание
  • - ступень-булеан + ступень-булеан
  • - ступень декартова произведения + ступень декартова произведения
  • ); diff --git a/rsconcept/frontend/src/features/library/pages/library-page/view-side-location.tsx b/rsconcept/frontend/src/features/library/pages/library-page/view-side-location.tsx index 4b5be6a1..fed4d14d 100644 --- a/rsconcept/frontend/src/features/library/pages/library-page/view-side-location.tsx +++ b/rsconcept/frontend/src/features/library/pages/library-page/view-side-location.tsx @@ -1,4 +1,5 @@ import { toast } from 'react-toastify'; +import clsx from 'clsx'; import { useAuthSuspense } from '@/features/auth'; import { HelpTopic } from '@/features/help'; @@ -6,9 +7,8 @@ import { BadgeHelp } from '@/features/help/components'; import { MiniButton } from '@/components/control'; import { IconFolderEdit, IconFolderTree } from '@/components/icons'; -import { useWindowSize } from '@/hooks/use-window-size'; import { useFitHeight } from '@/stores/app-layout'; -import { PARAMETER, prefixes } from '@/utils/constants'; +import { prefixes } from '@/utils/constants'; import { infoMsg } from '@/utils/labels'; import { useLibrary } from '../../backend/use-library'; @@ -25,7 +25,6 @@ interface ViewSideLocationProps { export function ViewSideLocation({ isVisible, onRenameLocation }: ViewSideLocationProps) { const { user, isAnonymous } = useAuthSuspense(); const { items } = useLibrary(); - const { isSmall } = useWindowSize(); const location = useLibrarySearchStore(state => state.location); const setLocation = useLibrarySearchStore(state => state.setLocation); @@ -62,15 +61,10 @@ export function ViewSideLocation({ isVisible, onRenameLocation }: ViewSideLocati return (
    diff --git a/rsconcept/frontend/src/features/oss/dialogs/dlg-edit-operation/tab-synthesis.tsx b/rsconcept/frontend/src/features/oss/dialogs/dlg-edit-operation/tab-synthesis.tsx index 8710d6d6..bef0c84b 100644 --- a/rsconcept/frontend/src/features/oss/dialogs/dlg-edit-operation/tab-synthesis.tsx +++ b/rsconcept/frontend/src/features/oss/dialogs/dlg-edit-operation/tab-synthesis.tsx @@ -7,7 +7,6 @@ import { PickSubstitutions } from '@/features/rsform/components'; import { TextArea } from '@/components/input'; import { useDialogsStore } from '@/stores/dialogs'; -import { APP_COLORS } from '@/styling/colors'; import { type IOperationUpdateDTO } from '../../backend/types'; import { SubstitutionValidator } from '../../models/oss-api'; @@ -45,12 +44,7 @@ export function TabSynthesis() { )} /> -