From a618a2bc4234286929b7ebb3baf2d20d97fc1813 Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Tue, 29 Apr 2025 13:33:39 +0300 Subject: [PATCH] M: Improve transitions and remounting --- rsconcept/frontend/src/components/info-error.tsx | 3 +-- .../src/features/auth/components/expected-anonymous.tsx | 2 +- rsconcept/frontend/src/features/auth/pages/login-page.tsx | 2 +- .../src/features/auth/pages/restore-password-page.tsx | 2 +- .../src/features/help/pages/manuals-page/view-topic.tsx | 6 +----- .../frontend/src/features/home/database-schema-page.tsx | 2 +- .../library/pages/create-item-page/form-create-item.tsx | 2 +- .../oss/pages/oss-page/editor-oss-card/editor-oss-card.tsx | 2 +- .../rsform-page/editor-constituenta/editor-constituenta.tsx | 1 + .../rsform-page/editor-rsexpression/editor-rsexpression.tsx | 2 +- .../rsform-page/editor-rsform-card/editor-rsform-card.tsx | 2 +- .../rsform/pages/rsform-page/editor-term-graph/tg-flow.tsx | 2 +- 12 files changed, 12 insertions(+), 16 deletions(-) diff --git a/rsconcept/frontend/src/components/info-error.tsx b/rsconcept/frontend/src/components/info-error.tsx index 094fbf12..5ce3ab91 100644 --- a/rsconcept/frontend/src/components/info-error.tsx +++ b/rsconcept/frontend/src/components/info-error.tsx @@ -78,8 +78,7 @@ export function InfoError({ error }: InfoErrorProps) { return (
{`Вы вошли в систему как ${user.username}`}