From 166c73aff49ae05e82304cba0ef0b9b3871970c8 Mon Sep 17 00:00:00 2001 From: kilyabin <65072190+kilyabin@users.noreply.github.com> Date: Sun, 30 Nov 2025 23:32:36 +0400 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=BF=D0=BE=D0=BA=D0=B0=D0=B7=D0=B0?= =?UTF-8?q?=D1=82=D1=8C=20=D0=BF=D0=BE=D0=B4=D0=BF=D0=B8=D1=81=D1=8C=20?= =?UTF-8?q?=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8=20'=D0=9A=20=D0=B3=D1=80?= =?UTF-8?q?=D1=83=D0=BF=D0=BF=D0=B0=D0=BC'=20=D0=BD=D0=B0=20=D0=BC=D0=BE?= =?UTF-8?q?=D0=B1=D0=B8=D0=BB=D1=8C=D0=BD=D1=8B=D1=85=20=D1=83=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=BE=D0=B9=D1=81=D1=82=D0=B2=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/shared/context/loading-context.tsx | 5 +++-- src/widgets/navbar/index.tsx | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/shared/context/loading-context.tsx b/src/shared/context/loading-context.tsx index c0dabc7..48b5cfe 100644 --- a/src/shared/context/loading-context.tsx +++ b/src/shared/context/loading-context.tsx @@ -148,8 +148,9 @@ export function LoadingOverlay({ isLoading }: LoadingOverlayProps) { 'fixed inset-0 z-50 flex items-center justify-center', 'bg-background/80 backdrop-blur-md', 'transition-opacity duration-300', - isLoading ? 'opacity-100' : 'opacity-0 pointer-events-none' + isLoading ? 'opacity-100 pointer-events-auto' : 'opacity-0 pointer-events-none invisible' )} + style={isLoading ? { touchAction: 'none' } : undefined} aria-label="Загрузка" role="status" aria-hidden={!isLoading} @@ -169,7 +170,7 @@ export function LoadingOverlay({ isLoading }: LoadingOverlayProps) { {showError && (
- К группам + К группам