From cd2c4fe0e118e498c0281b2c583a890d3be1486a Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:58:03 +0300 Subject: [PATCH] R: Use canonical classnames --- rsconcept/frontend/src/app/global-tooltips.tsx | 2 +- rsconcept/frontend/src/components/info-error.tsx | 2 +- .../src/features/rsform/components/info-constituenta.tsx | 2 +- .../src/features/rsform/components/term-graph/schemas-guide.tsx | 2 +- .../components/view-constituents/table-side-constituents.tsx | 2 +- .../features/rsform/dialogs/dlg-cst-template/tab-arguments.tsx | 2 +- .../rsform/pages/rsform-page/editor-rslist/table-rslist.tsx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/rsconcept/frontend/src/app/global-tooltips.tsx b/rsconcept/frontend/src/app/global-tooltips.tsx index e618c2c6..84f278d9 100644 --- a/rsconcept/frontend/src/app/global-tooltips.tsx +++ b/rsconcept/frontend/src/app/global-tooltips.tsx @@ -10,7 +10,7 @@ export const GlobalTooltips = () => { layer='z-topmost' place='bottom-start' offset={24} - className='max-w-80 break-words rounded-lg! select-none' + className='max-w-80 wrap-break-word rounded-lg! select-none' /> Message: {error.message}

- {error.stack &&
{error.stack}
} + {error.stack &&
{error.stack}
} ); } diff --git a/rsconcept/frontend/src/features/rsform/components/info-constituenta.tsx b/rsconcept/frontend/src/features/rsform/components/info-constituenta.tsx index b6a6c5de..ec2d6b24 100644 --- a/rsconcept/frontend/src/features/rsform/components/info-constituenta.tsx +++ b/rsconcept/frontend/src/features/rsform/components/info-constituenta.tsx @@ -11,7 +11,7 @@ interface InfoConstituentaProps extends React.ComponentProps<'div'> { export function InfoConstituenta({ data, className, ...restProps }: InfoConstituentaProps) { return ( -
+

{data.alias} {data.is_inherited ? : null} diff --git a/rsconcept/frontend/src/features/rsform/components/term-graph/schemas-guide.tsx b/rsconcept/frontend/src/features/rsform/components/term-graph/schemas-guide.tsx index 33f05260..5b92b38b 100644 --- a/rsconcept/frontend/src/features/rsform/components/term-graph/schemas-guide.tsx +++ b/rsconcept/frontend/src/features/rsform/components/term-graph/schemas-guide.tsx @@ -44,7 +44,7 @@ export function SchemasGuide({ schema }: SchemasGuideProps) {
diff --git a/rsconcept/frontend/src/features/rsform/components/view-constituents/table-side-constituents.tsx b/rsconcept/frontend/src/features/rsform/components/view-constituents/table-side-constituents.tsx index 77adef6a..9ef0001f 100644 --- a/rsconcept/frontend/src/features/rsform/components/view-constituents/table-side-constituents.tsx +++ b/rsconcept/frontend/src/features/rsform/components/view-constituents/table-side-constituents.tsx @@ -73,7 +73,7 @@ export function TableSideConstituents({ cell: props => ( diff --git a/rsconcept/frontend/src/features/rsform/dialogs/dlg-cst-template/tab-arguments.tsx b/rsconcept/frontend/src/features/rsform/dialogs/dlg-cst-template/tab-arguments.tsx index ab93b9ca..ed98109b 100644 --- a/rsconcept/frontend/src/features/rsform/dialogs/dlg-cst-template/tab-arguments.tsx +++ b/rsconcept/frontend/src/features/rsform/dialogs/dlg-cst-template/tab-arguments.tsx @@ -78,7 +78,7 @@ export function TabArguments({ schema }: TabArgumentsProps) { argumentsHelper.accessor(arg => arg.typification, { id: 'type', enableHiding: true, - cell: props =>
{props.getValue()}
+ cell: props =>
{props.getValue()}
}), argumentsHelper.display({ id: 'actions', diff --git a/rsconcept/frontend/src/features/rsform/pages/rsform-page/editor-rslist/table-rslist.tsx b/rsconcept/frontend/src/features/rsform/pages/rsform-page/editor-rslist/table-rslist.tsx index f9b637a7..88fd1a99 100644 --- a/rsconcept/frontend/src/features/rsform/pages/rsform-page/editor-rslist/table-rslist.tsx +++ b/rsconcept/frontend/src/features/rsform/pages/rsform-page/editor-rslist/table-rslist.tsx @@ -75,7 +75,7 @@ export function TableRSList({ minSize: 150, maxSize: 200, cell: props => ( -
{truncateToSymbol(props.getValue(), TYPIFICATION_TRUNCATE)}
+
{truncateToSymbol(props.getValue(), TYPIFICATION_TRUNCATE)}
) }), columnHelper.accessor(cst => cst.term_resolved || cst.term_raw || '', {