-
Notifications
You must be signed in to change notification settings - Fork 7
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
Expected hours tooltip #378
Conversation
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.
Is there a nice Vuetify way to do this table? I think it's a little too 'raw-html aesthetic' compared to the rest of the UI
The information is great though, super useful.
They have one in Vuetify 2, but the one for 1.5 doesn't seem like it can easily support merged cells + vertical headers. I put it in the 1.5 data table and it looks okay-ish, but I can't make it small so I honestly like the raw html one better. If we can figure out how to make it small it would look better though. |
Hmm I see... Alright can you just put it back to the raw html version and I'll spend some time styling it manually? Sorry for the wild goose chase, but you're right, Vuetify is worse here |
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.
Looks good to me |
* Tooltip shows table of hours broken down by class and quarter * Only show one quarter if classes are only in one quarter * Test putting in vuetify table * lint * Remove vuetify table * styling for table * lint, remove unused Co-authored-by: Nate Foss <[email protected]>
Closes #224
Shows a tooltip table that breaks down expected hours by quarter and subject. Useful to see how hard each quarter will be, and also to see where large amounts of hours come from in your schedule.