Skip to content
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

Feature: Inconsistent Class Name Usage #1490

Open
2 tasks done
tamannaaaaa opened this issue Aug 9, 2023 · 0 comments
Open
2 tasks done

Feature: Inconsistent Class Name Usage #1490

tamannaaaaa opened this issue Aug 9, 2023 · 0 comments

Comments

@tamannaaaaa
Copy link

Feature description

In the given code snippet, the class name "right-panel-active" is used to manipulate the appearance of the container when switching between the sign-up and sign-in panels. While this works for the current scenario, using a hard-coded class name directly in the JavaScript code can lead to maintenance challenges in the future. If the class name ever needs to be changed for any reason, it would require updating the JavaScript code as well, potentially causing issues if not done consistently.

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant