From f05bce7664fe74cdc3634406f0bbf45cea8f7242 Mon Sep 17 00:00:00 2001 From: Taron Date: Fri, 6 Dec 2024 14:44:21 +0400 Subject: [PATCH 01/66] ui layout improvments --- apps/vite/src/routes/__root.tsx | 4 +- packages/app/components/card/CustomCard.tsx | 6 +- packages/app/components/carousel/index.tsx | 2 +- packages/app/components/layout/Layout.tsx | 5 +- .../components/HeroSection/HeroSection.tsx | 2 - .../dashboard/components/Section/Section.tsx | 1 + .../DashboardScreen/DashboardScreen.tsx | 87 +++++++++---------- .../app/modules/feed/components/FeedList.tsx | 4 +- .../app/modules/feed/screens/FeedScreen.tsx | 70 +-------------- .../modules/pack/components/AddPackForm.tsx | 4 - packages/app/screens/about/about.style.tsx | 4 - packages/ui/src/MainContentWeb/index.tsx | 20 ++--- 12 files changed, 67 insertions(+), 142 deletions(-) diff --git a/apps/vite/src/routes/__root.tsx b/apps/vite/src/routes/__root.tsx index bdb2dbab9..4da6e130c 100644 --- a/apps/vite/src/routes/__root.tsx +++ b/apps/vite/src/routes/__root.tsx @@ -11,10 +11,8 @@ import Footer from 'app/components/footer/Footer'; const ThemedMainContentWeb = () => { const { isDark } = useContext(ThemeContext); - const backgroundColor = isDark ? '#000000' : '#F5F5F5'; - return ( - +