Is your feature request related to a problem or challenge?
Description:
Add a lamp indicator on login/signup pages:
Lamp OFF: Page goes dark, input fields cannot be filled
Lamp ON: Page returns to normal, input fields ready for user input
Describe the solution you'd like
Proposed Solution:
Implement a lamp indicator UI on the page.
When lamp state is OFF, apply a dark overlay on the form and set disabled attribute on all input fields.
When lamp state is ON, remove the overlay and enable all input fields.
Smooth transition animations can be added for better UX.
Describe alternatives you've considered
Alternative Solutions:
Instead of lamp, use a status icon/text like “Form Locked/Unlocked” to indicate interactivity.
Use CSS-only dark/light mode with conditional pointer-events: none to disable form filling.
Use a fade animation for enabling/disabling forms rather than abrupt on/off effect.
Additional context
Additional Context:
Prevents users from filling forms accidentally when page should be inactive.
Modern and interactive way to show form readiness without using a traditional toggle.
Could be combined with accessibility features for visually impaired users.
Is your feature request related to a problem or challenge?
Description:
Add a lamp indicator on login/signup pages:
Lamp OFF: Page goes dark, input fields cannot be filled
Lamp ON: Page returns to normal, input fields ready for user input
Describe the solution you'd like
Proposed Solution:
Implement a lamp indicator UI on the page.
When lamp state is OFF, apply a dark overlay on the form and set disabled attribute on all input fields.
When lamp state is ON, remove the overlay and enable all input fields.
Smooth transition animations can be added for better UX.
Describe alternatives you've considered
Alternative Solutions:
Instead of lamp, use a status icon/text like “Form Locked/Unlocked” to indicate interactivity.
Use CSS-only dark/light mode with conditional pointer-events: none to disable form filling.
Use a fade animation for enabling/disabling forms rather than abrupt on/off effect.
Additional context
Additional Context:
Prevents users from filling forms accidentally when page should be inactive.
Modern and interactive way to show form readiness without using a traditional toggle.
Could be combined with accessibility features for visually impaired users.