Small UI fixes: judge register preselect, input labels, docs link - #430
Merged
Merged
Conversation
- /judge/register ignored the ?hackathonId= that /judge's "Apply to Judge" links with, so step 0 started empty. It now seeds from it. - /submit: the team-name and invite-ID inputs had only placeholders, no accessible name. - /docs: the header GitHub icon was a dead href="#" with no accessible name; it now links to the DSGT GitHub org. - TODO.md: drop two done items (lint passes cleanly; the stray nul file is gone).
Contributor
Author
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Contributor
Author
|
Visit the preview URL for this PR (updated for commit 529b5c9): https://hacklytics2027--pr-430-uxlk1d8c.web.app (expires Fri, 02 Oct 2026 13:37:59 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: c48ba34db61581e25fe2978355160b5eefe0e83f |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated PR tracking changes from
fix/small-ui-cleanupsintodev.Note
Low Risk
Small client-only UX, accessibility, and documentation link changes with no auth or data-path impact.
Overview
Judge registration now reads
hackathonIdfrom the URL (viauseSearchParams) and seeds step 0, so links from/judgewith?hackathonId=…no longer force a second hackathon pick.Submit portal adds
aria-labels on the team-name and invite-ID fields (placeholder-only labels before).Docs header GitHub icon now opens
https://github.com/DataScience-GTin a new tab withrel="noopener noreferrer"and an accessible label, instead of#.TODO.md drops completed housekeeping notes (pre-existing lint items and the stray
nulfile).Reviewed by Cursor Bugbot for commit 529b5c9. Bugbot is set up for automated code reviews on this repo. Configure here.