From 1a49b3f8e2ff49b83c60e8719c8ea3dc54b91f29 Mon Sep 17 00:00:00 2001 From: RedrockJS Date: Thu, 4 Dec 2025 12:40:53 +0300 Subject: [PATCH] fix: add preview modal --- .idea/workspace.xml | 31 ++++---- package-lock.json | 8 +-- package.json | 2 +- src/app/{cookie => cookies}/page.tsx | 0 src/app/layout.tsx | 2 + src/entities/beauty-button/ui.tsx | 4 +- src/feature/article/index.ts | 1 - src/feature/article/sidebar/ui.tsx | 2 +- src/views/home/about/styles.module.scss | 71 ++++++++++++++----- src/views/home/about/ui.tsx | 26 ++++++- src/views/home/call-us/styles.module.scss | 16 +++++ src/views/home/call-us/ui.tsx | 24 ++++++- .../consultation-modal/index.ts | 0 .../consultation-modal/styles.module.scss | 0 .../consultation-modal/ui.tsx | 0 src/widgets/index.ts | 2 + src/widgets/mobile-callback/ui.tsx | 2 +- src/widgets/preview-modal/index.ts | 1 + src/widgets/preview-modal/styles.module.scss | 27 +++++++ src/widgets/preview-modal/ui.tsx | 17 +++++ 20 files changed, 193 insertions(+), 43 deletions(-) rename src/app/{cookie => cookies}/page.tsx (100%) rename src/{feature/article => widgets}/consultation-modal/index.ts (100%) rename src/{feature/article => widgets}/consultation-modal/styles.module.scss (100%) rename src/{feature/article => widgets}/consultation-modal/ui.tsx (100%) create mode 100644 src/widgets/preview-modal/index.ts create mode 100644 src/widgets/preview-modal/styles.module.scss create mode 100644 src/widgets/preview-modal/ui.tsx diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 73d1d5f..4b4ab6a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,20 +5,26 @@ - - - - - - - + + + + + + - + + + + + + + + + - - @@ -43,7 +49,7 @@