Open
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)
Owner
|
it is under review |
Owner
|
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. |
Contributor
Author
|
I have a question. Which card's UI design are we talking about here? |
Owner
|
@Kp779 There are merge conflicts, so resolve them first, and I am talking about the background animation which we see during registration and login. |
Owner
|
@Kp779 are you working on this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
