Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added numbers of apps above accepted and waitlisted threshold #549

Merged
merged 3 commits into from
Jan 13, 2025

Conversation

ofjuneskies
Copy link
Contributor

fixes #537

Copy link
Contributor

github-actions bot commented Jan 12, 2025

Deploy preview for irvinehacks-site-2025 ready!

Name IrvineHacks Site
Preview Visit Preview
Commit e979bc3

Copy link
Contributor

@waalbert waalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome start Jenny! Here are a few comments

Comment on lines 77 to 81
const counter =
selectedStatuses.length > 0 || selectedDecisions.length > 0
? `(${items.length}/${applicantList.length})`
: `(${applicantList.length})`;
? `${items.length}/${applicantList.length}`
: `${applicantList.length}`;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relating to my other comment about the counter, this change isn't needed if you leave the counter as it was written before your commits

Copy link
Contributor

@waalbert waalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the work Jenny! I will merge this in after apps close

@waalbert waalbert merged commit 5807f18 into main Jan 13, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display number of apps above accept and waitlist threshold
2 participants