-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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-07-17] [$1000] [mWeb-safari] topbar color is different in LHN #20516
Comments
Triggered auto assignment to @conorpendergrast ( |
Bug0 Triage Checklist (Main S/O)
|
Nice, thanks! |
Job added to Upwork: https://www.upwork.com/jobs/~01b4f1a55f600d32fe |
Current assignee @conorpendergrast is eligible for the External assigner, not assigning anyone new. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @thesahindia ( |
Triggered auto assignment to @pecanoro ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.mWeb user seeing a different darker topbar color on iOS safari browser. What is the root cause of that problem?
What changes do you think we should make in order to solve the problem?The In short,
should be changed to
in the What alternative solutions did you explore? (Optional) |
ProposalPlease re-state the problem that we are trying to solve in this issue.mWeb - topbar color is different. What is the root cause of that problem?Currently
As different pages showing different status bar color currently in native. What changes do you think we should make in order to solve the problem?Firstly we need to update MODAL file. const showModal = () => {
setLastStatusBarColor(StatusBar.getBackgroundColor()) // old color
setStatusBarColor(StyleUtils.getThemeBackgroundColor());
props.onModalShow();
};
// restore old color on modal hide.
const hideModal = () => {
setStatusBarColor(lastStatusBarColor);
props.onModalHide();
}; We need to update few components to get richer experience.
useFocusEffect(()=>{
StatusBar.setBackgroundColor(themeColors.sidebar);
})
ResultAndroidandroid.mp4IosSimulator.Screen.Recording.-.iPhone.14.-.2023-06-12.at.02.43.51.movWhat alternative solutions did you explore? (Optional)None |
Looks like something related to As a reminder, please make sure that all proposals are not workarounds and that any and all attempt to fix the issue holistically have been made before proceeding with a solution. Proposals to change our Feel free to drop a note in #expensify-open-source with any questions. |
Updated the proposal #20516 (comment) , because the way we set |
Proposals are coming in and waiting for review by @thesahindia |
This solution will work but I am wondering if we can fix this in a more simpler way. I would prefer getting some thoughts from @Julesssss about the solution, because I think they have worked the most at similar issues. Also TBH I don't think this is worth fixing, I haven't seen any mWeb application dynamically changing the color of the address bar/ top bar |
Yeah, I rarely saw websites with this working, I had to try at least 10 until I found one (I think it was snapchat). @Julesssss Do you think this is worth fixing? |
This is something that we fixed on Android, but I think each platform where this occurs might require a native solution. I think the decision to fix this or not depends on the complexity of the solution. I could go either way, but probably not if the solution touches other platforms. |
If are altering this line, its likely not to impact other places than a mobile web as it is modifying the meta information. proposal here: #20516 (comment) |
@thesahindia What do you think about the proposals? |
@conorpendergrast weren't 7 days elapsed when this was discovered? |
It seems first discovered on June 22 and GH created on Jun 28, while PR deployed to production on Jun 22 |
Based on my calculations, the pull request did not get merged within 3 working days of assignment. Please, check out my computations here:
On to the next one 🚀 |
@conorpendergrast, @pecanoro, @allroundexperts, @kushu7 Whoops! This issue is 2 days overdue. Let's get this updated quick! |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.38-7 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-07-17. 🎊 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:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
@allroundexperts friendly bump for the list above 🤗 |
Nice, thanks Roccio. I'll get that paid today |
Huh it should be daily now, weird. Moving to daily for the payments step |
Payments made, with these adjustments. Once the checklist is done, we can close this out |
@pecanoro This was more of a feature request than a bug in my opinion. As a result, the checklist isn't really needed here. Let me know if you'd disagree. |
That works for me 👍 |
Approved $500 @allroundexperts based on #20516 (comment) |
@anmurali @allroundexperts I think we double-paid Sibtain for this. He was already paid via Upwork |
I think the easiest approach is probably that I request a refund via Upwork. Unless I hear otherwise, I'll do that |
My mistake. I did not realise that I was paid at Upwork. Please send me a refund request and I'll approve straightaway! |
Nope, my mistake. The Upwork hire was created before we had ND payments, and I didn't double-check before paying. Refund request sent, thank you! |
Great, confirmed. Thank you! |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
top bar colour should not be different
Actual Result:
top bar colour is different
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.26-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
Notes/Photos/Videos: Any additional supporting documentation
Expensify/Expensify Issue URL:
Issue reported by: @gadhiyamanan
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1685961858016909
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: