-
-
### Please describe your feature request related to a problem?
Currently, the login and register forms within the application lack a password toggle eye icon. This feature enhances user experience …
-
#### Describe the task
The Operation Datagrid in the Administration app action cell links to the `Operation Details` form when the links say `Start Registration` - This should bring the user to the…
-
## Info
The main goal is to just build out the registration form. The registration functionality from the server has not been connected to the frontend yet, but make sure that when it comes time to…
-
**Description:**
Form isn't at the center of the page and the colors of the form can be improved for user readability
![image](https://github.com/user-attachments/assets/5771c50e-aa56-4cc9-8d0e-cfe3…
-
# 🛠️ Backend Issue
### **Description**
The Register component in register.jsx contains a form for user registration, but the handleRegister function lacks the necessary logic to handle form subm…
-
https://github.com/user-attachments/assets/b89d9875-4b0c-464b-bb20-a92817012d29
-
Add register form indicators for easier navigation:
- show step in form
- make previous button more visible
- save form state on backward navigation
- fix calendar weird value disappearing on clic…
-
Password toggle button in forms not aligned properly and not visible
when adjusting screen size due to missing alignment
please assign me this under GSSOC'24
-
if(fn.getText().isEmpty()&&ln.getText().isEmpty()&&em.getText().isEmpty()&&us.getText().isEmpty()&&pss.getText().isEmpty()){
JOptionPane.showMessageDialog(null,"All fields are required");
}else{
}