-
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
fix image styles in article pages #12136
Conversation
Don't have the bandwidth right now, could you unassign me, please? |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Hey, do we have a plan to test this in prod? It seems low risk, but would be good to verify. |
🚀 Deployed to production by @Julesssss in version: 1.2.21-4 🚀
|
Details
We published the
The Free Plan
article but noticed we didn't have the correct configuration for images. cc @johncschusterFixed Issues
$ https://github.com/Expensify/Expensify/issues/238904
Tests
Pre-requisites (only in dev):
In order to run the site locally you would need ruby and bundler installed in your machine, more info here.
Then just execute the following commands in your command-line:
And open http://localhost:4000/ in the browser.
Steps:
QA Steps
Follow the steps from the
Test section
(This can only be tested on production, there's no staging server for the Expensify Help).PR Review Checklist
PR Author Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
have been tested & I retested again)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Screenshots
Web
Screen.Recording.2022-10-25.at.17.16.49.mov
Mobile Web - Chrome
Screen.Recording.2022-10-25.at.18.04.52.mov
Mobile Web - Safari
Screen.Recording.2022-10-25.at.18.06.55.mov
Expesify Help only works on web.