You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: