-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dark / Light mode added #46
base: main
Are you sure you want to change the base?
Conversation
…ion form basic UI changes to form to accomodate newly applied validations Editing validation messages to make them more concise fix create CODE_OF_CONDUCT.md This PR adds a CODE_OF_CONDUCT.md to the project to outline the expected behavior of all contributors. The purpose of this document is to maintain a respectful, welcoming, and constructive environment for everyone involved in the project. Key Highlights: Purpose: Establishes a harassment-free, inclusive environment for all contributors. Acceptable Behavior: Emphasizes respectful communication, inclusivity, constructive criticism, and community-oriented behavior. Unacceptable Behavior: Clearly states unacceptable actions, including harassment, discrimination, and threats. Reporting Violations: Details the process for reporting unacceptable behavior, providing contact information and assurances of confidentiality. Enforcement Guidelines: Lists possible consequences for violations, ranging from warnings to temporary or permanent bans. Scope: Applies to all community spaces and official representation in public contexts. Attribution: Acknowledges the use of the Contributor Covenant as the foundation for this document. age input box error fixed Implemented denied page and restricted route handling (rishyym0927#19) refactor: removed RequireAuth component and applied restrictions directly in App.jsx(rishyym0927#19) removed RequireAuth imports and components Implemented Denied Page for Restricted Routes (rishyym0927#19)
it is under review |
First, please revert the dots back to grey. Additionally, ensure the toggle button is available across all pages, not just restricted to the login and register screens. You can also improve the light mode to make it cleaner and more visually appealing. If you feel the current card design isn't suitable, feel free to raise a separate issue. Focus on fixing the UI first, and then we can address the card design later. |
I have a question. Which card's UI design are we talking about here? |
@Kp779 There are merge conflicts, so resolve them first, and I am talking about the background animation which we see during registration and login. |
@Kp779 are you working on this? |
Issue #25 , The Dark / Light Mode has been added to the existing pages in the application using a toggle button that can be placed anywhere throughout the website.
Here's how this feature is implemented:
Toggle button for switching mode
Screenshots for light mode: