Conversation
AdamFipke
commented
Mar 3, 2026
| .queueCard, .asyncCentreCard { | ||
| /* Tailwind shadows don't look great in this scenario so went with custom */ | ||
| box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15); | ||
| transition: box-shadow 0.3s ease; |
Collaborator
Author
There was a problem hiding this comment.
makes the hover feel slightly faster, which makes the site feel slightly faster in turn
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.
Description
Really small change. Adds an underline under the queue title on hover.

Also adjusts the text when loading an example queue config to be a little more clear.
Little bit of context: I was never really done with the /queue page. I've been still trying different things to make queue cards look more "clickable". When I was working on the CMS for my dad's site, he heavily used underlines to emphasize things but I told him that underlines often get confused with links -> Oh, I should just add an underline to the Queue Cards.
I opted to go for on hover rather than static since I think it keeps the page looking slightly cleaner. But, I might continue messing with it in the future.
Type of change
yarn installHow Has This Been Tested?
manual
Checklist:
console.logs, leftover unused logic, or anything else that was accidentally committed)