-
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
Theme switching: Create theme/styling hooks and context components #21667
Conversation
@Santhosh-Sellavel i resolved your change requests :) |
I noticed some of the colors seem off. Where is the best place to provide that feedback? |
@shawnborton we haven't added the theme yet, I'll get a PR up for that next week so we can QA the new theme |
Sounds good! |
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.
LGTM!
@grgia wait |
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.
Otherwise Fine, cc: @grgia. Feel free to merge post this change
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.
LGTM, all yours @grgia!
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.
ALRIGHT let's goooo
@grgia Assign me issue for tracking |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/grgia in version: 1.3.41-0 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.41-3 🚀
|
🚀 Deployed to staging by https://github.com/grgia in version: 1.3.42-0 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.3.41-3 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.42-26 🚀
|
import {PreferredThemeContext} from '../../components/OnyxProvider'; | ||
|
||
function useThemePreference() { | ||
const [themePreference, setThemePreference] = useState(CONST.THEME.DEFAULT); |
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.
Setting a default value for themePreference
as a state variable and then updating it in useEffect
caused an unnecessary (and then cancelled) network request here #34669
@grgia
Details
Fixed Issues
$ #21019
PROPOSAL: GH_LINK_ISSUE(COMMENT)
Tests
Offline tests
Not needed.
QA Steps
No QA
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting 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)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Screen.Recording.2023-07-05.at.15.21.08.mov
Mobile Web - Chrome
Screen_Recording_20230705_153108_Chrome.mp4
Mobile Web - Safari
Simulator.Screen.Recording.-.iPhone.14.Pro.16.2.-.2023-07-05.at.15.23.49.mp4
Desktop
Screen.Recording.2023-07-05.at.15.34.20.mov
iOS
Simulator.Screen.Recording.-.iPhone.14.Pro.16.2.-.2023-07-05.at.15.04.46.mp4
Android
Screen_Recording_20230705_153756_New.Expensify.mp4