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

Rebuild Scrimmaging Page #736

Merged
merged 2 commits into from
Apr 20, 2024
Merged

Rebuild Scrimmaging Page #736

merged 2 commits into from
Apr 20, 2024

Conversation

lowtorola
Copy link
Contributor

Fully rebuilt the scrimmaging page! It looks great and is fully functional 🎉

Screenshot 2024-02-01 at 9 19 59 PM Screenshot 2024-02-01 at 9 20 14 PM

@lowtorola lowtorola requested review from acrantel and a team February 2, 2024 02:48
>
<span className={`${value === undefined ? "text-gray-400" : ""}`}>
<span>
{value === undefined ? placeholder : valueToLabel.get(value)}
</span>
<div
Copy link
Member

Choose a reason for hiding this comment

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

the little chevron on the select menu breaks b/c the select menu is nested in a dialog
tailwindlabs/headlessui#2524

I will push a fix for this (adding ui-not-open:rotate-0) to the div

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ohh yeah that explains a lot... I nuked the styling on SelectMenu like writ large so feel free to change/fix it however lol

@lowtorola lowtorola merged commit 94066f2 into main Apr 20, 2024
3 checks passed
@lowtorola lowtorola deleted the scrimmaging-refactor branch April 20, 2024 18:03
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.

2 participants