Closed Mohitranag18 closed 1 week ago
Thank you for submitting your pull request! π We'll review it as soon as possible. π
Thank you for submitting your pull request! π We'll review it as soon as possible. π
Name | Link |
---|---|
Latest commit | adf8b70897f953436337c8bb2c924d04546fa03e |
Latest deploy log | https://app.netlify.com/sites/manageyourwaste/deploys/673097595ea6a30008faa9a7 |
The changes in this pull request involve updates to index.html
, script.js
, styles.css
, and styles.js
to implement and enhance dark mode functionality across the website. This includes the addition of the darkmodetext
class for various headings and paragraphs, improvements to form validation and error handling in JavaScript, and the introduction of new CSS classes for dark mode styling. The overall aim is to improve user experience through better accessibility and visual consistency in both light and dark themes.
File | Change Summary |
---|---|
index.html |
Added darkmodetext class to multiple headings and paragraphs; changed <h3> to <h2> for sections. |
script.js |
Introduced new slider feature for eco-tips; enhanced form validation with validateSignup function; improved error handling for newsletter subscription. |
styles.css |
Updated sections with borders; removed background colors; added new classes for dark mode styling. |
styles.js |
Implemented dark mode toggle functionality; added event listener for theme toggle button. |
styles.css
to improve text visibility in dark mode, directly related to the darkmodetext
class changes.smoothScrolling
function in script.js
, relevant to the enhancements in user experience.script.js
, including the smoothScrolling
function, aligning with the main PR's focus on JavaScript functionality.index.html
structure, complementing the layout changes in the main PR.index.html
and styles.css
, relating to the visual presentation improvements.index.html
and styles.css
, relevant to the main PR's changes.gssoc-ext
, hacktoberfest
, level3
, hacktoberfest-accepted
In the night, a toggle's light,
Dark mode whispers, "Hold me tight."
Texts aglow, borders bright,
A rabbit's hop brings pure delight!
With every click, the colors sway,
User joy, come out to play! πβ¨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@khushi-joshi-05 can you please assign label to it
Description:
To enhance the website's usability and improve user experience, this PR introduces a dark mode feature, allowing users to toggle between light and dark themes. This change aims to reduce eye strain, particularly during nighttime or low-light browsing.
Requirements:
Acceptance Criteria:
Additional Context:
This dark mode implementation is designed to enhance accessibility and modernize the website's user interface. The dark color palette aligns with current design aesthetics and complies with accessibility standards for a seamless and enjoyable user experience.
Summary by CodeRabbit
Release Notes
New Features
Styling Improvements
Bug Fixes