kylelhk / Pictionary

CITS5505 Agile Web Development - Group Project
MIT License
1 stars 0 forks source link

Issue #92 – Improve Login page styling and mobile device responsiveness #96

Closed kylelhk closed 2 months ago

kylelhk commented 2 months ago

Change Summary

  1. Improved cross-device compatibility of preambles and form container in Login page.
  2. Adjusted the positions of alert container and footer in base.css.
  3. Finetuned nav links format for better responsiveness.
  4. Corrected the placement of jQuery tag in base.html.
  5. Conducted manual testing on the responsiveness of navbar and login page, as well as the functions in gallery page (a bug is documented below).

Web:

image

iPhone 14 Pro Max:

image

iPad Pro:

image

Change Form

Other Information

TODO (if time allows): A bug was found when testing the search function in Gallery page – it does not work properly if the search input includes space(s) (Issue #95).