-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[HOLD for payment 2023-05-25] Update reaction counter colors to match mentions #18530
Comments
ProposalPlease re-state the problem that we are trying to solve in this issue.We are trying to implement consistent colors for mentions and reaction for a user What is the root cause of that problem?#18495 introduces the mention feature and uses the newly added What changes do you think we should make in order to solve the problem?We need to add the updated styles by these changes
green100: '#B1F2D6',
green200: '#8EECC4',
green400: '#03D47C',
green600: '#008C59',
green700: '#085239',
green800: '#002E22',
ourReactionText: colors.green100,
ourReactionBG: colors.green600,
Line 1039 in d120f6a
with this backgroundColor = themeColors.ourReactionBG; and this line Line 1073 in d120f6a
with this return {color: themeColors.ourReactionText}; Additionally we can also update the What alternative solutions did you explore? (Optional)N/A |
I'm working on this with @puneetlath as part of our mentorship but I'm a bit blocked on issues with my dev environment, which Puneet has been helping me troubleshoot. |
Job added to Upwork: https://www.upwork.com/jobs/~01e54bbac501c88946 |
Triggered auto assignment to Contributor Plus for review of internal employee PR - @thesahindia ( |
Have created the pull request, but I'm still having persistent troubles with my dev environment. Will work through those and update the testing checklist. |
@kadiealexander has a PR that is almost ready. |
PR is ready for review! |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.15-12 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-05-25. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
Payment issued to @thesahindia. Thanks for reviewing my first NewDot PR! |
With mentions we made it so that green is the color to indicate your own mentions. We should update reactions to use the same colors (green100/green600).
Current:
Update to:
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: