SFU-Blueprint / Pedals

Apache License 2.0
0 stars 0 forks source link

change-access-code-page #31

Open Sallin142 opened 2 months ago

Sallin142 commented 2 months ago

Image

  1. [x] Create the page.tsx component in the app/(manage)/change-access/ directory.
  2. [x] Implement the layout and styling for the change access code page.
  3. [x] Add input field for the current access code with the specified label and placeholder.
  4. [x] Add input field for the new access code with the specified label, placeholder, and validation.
  5. [x] Add input field for confirming the new access code with the specified label and placeholder.
  6. [x] Add and style the change access code button.
  7. [x] Add and implement the back button.
  8. [ ] Implement functionality to validate and change the access code.
  9. [ ] Test the change access code page for responsiveness and functionality.
  10. [ ] Conduct a code review and obtain approval.
Sallin142 commented 2 months ago