From cded0416facfecaaf77ccbe1ce381ca5d7770c35 Mon Sep 17 00:00:00 2001 From: akshatextreme Date: Sat, 7 Mar 2026 21:34:46 +0400 Subject: [PATCH] feat: dark/light mode toggle + scrollbar fix (Issue #1639) - made changes but cant able to start the server in my machine tell me if you can run in your machine --- public/index.html | 9 +++ src/App.css | 48 +++++++++++++-- src/ErrorBoundary/ErrorFallback.jsx | 4 +- src/common/components/BackToTop.css | 20 +++---- src/common/header/HeaderNav.jsx | 20 +++++++ src/common/header/header.css | 27 +++++++-- src/common/home/Home.jsx | 4 +- src/common/home/home.css | 68 +++++++++++++++++---- src/common/playleaderboard/leaderBoard.css | 40 ++++++------- src/common/playlists/PlayErrorBoundary.css | 12 ++-- src/common/playlists/playlist.css | 31 +++++----- src/common/search/search.css | 2 +- src/common/theme/theme-context.jsx | 69 ++++++++++++++++++++++ src/index.jsx | 11 ++-- 14 files changed, 284 insertions(+), 81 deletions(-) create mode 100644 src/common/theme/theme-context.jsx diff --git a/public/index.html b/public/index.html index 8592303a9d..efcc1911f0 100644 --- a/public/index.html +++ b/public/index.html @@ -34,6 +34,15 @@ ReactPlay - One app to learn, create, and share ReactJS projects. +