-
Notifications
You must be signed in to change notification settings - Fork 243
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6624 +/- ##
=============================================
+ Coverage 22.97% 59.30% +36.32%
Complexity 475 475
=============================================
Files 252 42 -210
Lines 12128 2290 -9838
Branches 2317 0 -2317
=============================================
- Hits 2786 1358 -1428
+ Misses 9015 932 -8083
+ Partials 327 0 -327
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…in grid Signed-off-by: Grigory Vodyanov <scratchx@gmx.com>
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.
|
Signed-off-by: Grigory Vodyanov <scratchx@gmx.com>
How is this looking? @nimishavijay |
Signed-off-by: Grigory Vodyanov <scratchx@gmx.com>
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) |
Signed-off-by: Grigory Vodyanov <scratchx@gmx.com>
Fix #3869
Based on #3869 (comment)