Closed james-strauss-uwa closed 1 month ago
This pull request addresses the "[DOM] Password field is not contained in a form" warning in Chrome by adding a form element around the GitHub and GitLab token entry fields in student mode. It also includes some minor CSS adjustments to maintain the existing layout.
No sequence diagrams generated as the changes look simple and do not need a visual representation.
Change | Details | Files |
---|---|---|
Added a form element around token entry fields |
|
templates/modals/settings.html |
Applied CSS fixes to maintain layout |
|
static/base.css |
Added a form around the github and gitlab token entry fields in student mode.
CSS fixes
Summary by Sourcery
Fix the Chrome warning by enclosing the GitHub and GitLab token fields in a form and update CSS to maintain styling consistency.
Bug Fixes:
Enhancements: