-
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
[$500] Chat - No gradient between the solid color and the image in the background #32441
Comments
Triggered auto assignment to @zanyrenney ( |
Job added to Upwork: https://www.upwork.com/jobs/~01d44d0270ef23b10b |
Bug0 Triage Checklist (Main S/O)
|
Triggered auto assignment to Contributor-plus team member for initial proposal review - @ArekChr ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.There is no gradient between the solid color and the image in the background What is the root cause of that problem?imgbot made an optimization to the background images which caused the colour gradient on them to break. This was already fixed in a previous PR by ignoring the file: #30512 However, due to changing the file names (by introducing a dark and light version of the background) in 5a5be5e the image was optimized by imgbot again before the files were updated in What changes do you think we should make in order to solve the problem?Reverting the automated optimization of ImgBot (67c42cb) should do the trick. Afterwards the background images won't be re-optimized due to the updated |
ProposalPlease re-state the problem that we are trying to solve in this issue.There is no gradient between the solid color and the image in the background. What is the root cause of that problem?We ignored the new background images here but didn't restore the original background image before optimized by ImgBot. So the background image remains optimized by image bot which causes this gradient issue. What changes do you think we should make in order to solve the problem?
We can add a simple ESLint or check in GH workflow to detect ImgBot (and others if applicable)' ignoreFiles pattern that no longer matches any file and throw an error in the GH actions check. To resolve it the PR author must either:
So similar issues to this would've been caught in the GH check before getting merged. What alternative solutions did you explore? (Optional)NA |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 1.4.7.1
Reproducible in staging?: y
Reproducible in production?: y
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
Action Performed:
Expected Result:
There is color gradient between the solid color and the image in the background.
Actual Result:
There is no gradient between the solid color and the image in the background.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: