-
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
Subscription size - Offline indicator show ups on RHP on web layout #43795
Comments
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
Triggered auto assignment to @arosiclair ( |
@arosiclair FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors |
ProposalPlease re-state the problem that we are trying to solve in this issue.Subscription size - Offline indicator show ups on RHP on web layout What is the root cause of that problem?We have not disabled the offine indicator in wide screens for the ScreenWrapper here:
What changes do you think we should make in order to solve the problem?We should pass the prop <ScreenWrapper
...
shouldShowOfflineIndicatorInWideScreen={false}
> Now, on wide screens subscrioption settings page is visible in , but it doesn't show the offline indicator yet: To fix this, we will add
<ScreenWrapper
testID={SubscriptionSettingsPage.displayName}
shouldShowOfflineIndicatorInWideScreen
> Result |
ProposalPlease re-state the problem that we are trying to solve in this issue.What is the root cause of that problem?In the SubscriptionSettingsPage, we do not include the shouldShowOfflineIndicatorInWideScreen parameter, the offline indicator will not be shown on this page (which is the background page)
In SubscriptionSize, we pass shouldShowOfflineIndicatorInWideScreen parameter
What changes do you think we should make in order to solve the problem?It's necessary to include shouldShowOfflineIndicatorInWideScreen parameter in SubscriptionSettingsPage
Pseudo Code:
When we show the offline status indicator on this page, we should also include App/src/components/ScreenWrapper.tsx Lines 239 to 240 in 75c104b
Also consider to add App/src/components/ScreenWrapper.tsx Lines 70 to 72 in 75c104b
And also need to remove shouldShowOfflineIndicatorInWideScreen parameter in SubscriptionSize
We need to apply the same adjustment to the other sub-pages as well. What alternative solutions did you explore? (Optional)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
@cretadn22 proposal was updated before your comment 😄 Please submit complete proposals! you have missed the first field. You may also leave out the reminders at the end of the proposal template, that's just for you to remember. |
@bernhardoj @tylerkaraszewski @thesahindia this is coming from #43328 demoting as this feature is not available to normal users yet |
I think this should be fixed by this PR? |
Thanks for noting! I assumed from the issue description that it was that pr @bernhardoj can you confirm if your pr that Andrew linked resolves this issue? |
Yes, it does resolve the issue because |
I think we can close this if a different PR has fixed it. |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 1.4.84-0
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Issue reported by: Applause - Internal Team
Issue found when executing PR #43328
Action Performed:
Expected Result:
Offline indicator will not show up on RHP on web layout
Actual Result:
Offline indicator shows up on RHP on web layout
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6514086_1718444044907.bandicam_2024-06-15_17-32-50-686.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: