-
Notifications
You must be signed in to change notification settings - Fork 247
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
Visually distinguish invitations in calendar grid #6624
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6624 +/- ##
============================================
- Coverage 23.02% 22.99% -0.03%
Complexity 475 475
============================================
Files 252 252
Lines 12101 12171 +70
Branches 2307 2328 +21
============================================
+ Hits 2786 2799 +13
- Misses 8989 9033 +44
- Partials 326 339 +13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
0916f30
to
d340b11
Compare
Looking great! Could you also post a screenshot in light mode, and one with the entire screen? to check the contrast. |
Here you go @nimishavijay The outlined yellow event on a white background is the worst we can get in terms of contrast (at least out of the default colors)... I agree it's not great, I guess the spec could be changed to either modify the text and have it be the normal text color, or leave the background and have some other way of showing it's declined, what do you think is best? PS I'll change the icon now |
Yep, exactly what I thought too.
|
How is this looking? @nimishavijay |
Looking good! 👍 |
Awesome! Thanks for the comprehensive screenshots. 2px works! Looks much clearer now. Couple of more nitpicks:
Other than that it is ready to go! Super nice work! :) |
/backport to stable5.1 |
You have a super attentive eye @nimishavijay! Thanks for the review, how's it looking now? (zoomed to see alignment) |
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.
Awesome! Looks perfect now!
679c25d
to
ccb02fe
Compare
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.
Left some feedback. Eslint is not yet happy.
ccb02fe
to
206838c
Compare
The tests also seem to be failing because of the usage of Pinia outside of a vue component, I think that the tests have to be modified, but I will check if that is the best way to solve this. |
206838c
to
e43b528
Compare
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.
Tested and works. Great job, this is a neat improvement!
…in grid Signed-off-by: Grigory Vodyanov <scratchx@gmx.com> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
e43b528
to
a68f90c
Compare
How difficult would it be to add the highlighting recommendation to this PR? from this ticket. |
Well NVM, @st3iny merged it as I posted the comment 😆 |
Fix #3869
Based on #3869 (comment)