-
Notifications
You must be signed in to change notification settings - Fork 0
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
changed schedule page for VH 2024 #261
Conversation
good start on this 🥳 there's a lot to go through here but i'll start off with some opening comments:
|
just some concerns i had:
other than that, i fixed the above stuff |
i think we're still quite a bit off from having it be done, besides the stuff mentioned in your comment:
i can give the countdown issue a look after today's meeting; i think if we can also achieve all the styling we want using css then we won't have to resort to using the |
Woops sorry, I didn’t commit my changes yet so all those issues you mentioned are fixed, I wanted to wait on pushing while I got info for the concerns I had but I can push later in the morning! Also will get rid of any extra images and try to use css color gradient for background but we’d still have to use an background image overlay for the stars |
…into schedule-24
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so code wise this is pretty good, i don't think there are too many things i'd suggest changing here but we should fix them before this is merged; there's also the option of animating parts of the page if y'all wanna try that so just shout/slack if you'd like to give it a shot 🙂
good work 🎉
@@ -66,7 +67,7 @@ | |||
margin-left: -5px; | |||
border-width: 5px; | |||
border-style: solid; | |||
border-color: transparent transparent #f6d4d4dc transparent; | |||
border-color: transparent transparent $peach transparent; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe we can just convert this to a border-bottom-color
rule since we're only working with the bottom border in this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mmm do you mean the black square - i'm leaning towards keeping it for now then but that styling will def have to be overhauled next year so they don't run into a can of worms when styling either
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yea im not sure what to do about that either, everything else has been fixed though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay we can leave it then LOL. i'll add a note to look into tooltip styling in the future but otherwise we'll [animate and] merge 🥳
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would it be okay to merge now since animation would be nice but i don't have the time to do it, also merging into main right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup! i'll merge it now
No description provided.