-
Notifications
You must be signed in to change notification settings - Fork 942
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix omnibar scrolling and browser layout gap (#5131)
Task/Issue URL: https://app.asana.com/0/488551667048375/1208503210252671/f Also: https://app.asana.com/0/488551667048375/1208503210253722/f. ### Description This PR fixes 2 connected issues: - A gap at the bottom of a screen is visible when scroll flags are set on a toolbar container to disable toolbar scrolling - Bottom omnibar not visible or is incorrectly scrollable while an omnibar icon is highlighted The solution unifies how the scrolling is enabled/disabled for both the top and bottom bar. The scroll flags are not set anymore, which fixes the gap problem. ### Steps to test this PR _Bottom bar scrolling with highlighted icons_ - [x] Clear the app storage and run the app - [x] Set the omnibar position to bottom - [x] Go through the onboarding steps until you get to the blocked trackers - [x] Notice that when the shield is highlighted, the omnibar is expanded and not scrollable - [x] After completing the onboarding, notice that the omnibar is scrollable again _Extra gap at the bottom_ - [x] Clear the app storage and run the app - [x] Go through the onboarding steps until you get to the blocked trackers - [x] Notice there is no gap at the bottom ### UI changes _Bottom bar scrolling with highlighted icons_ https://github.com/user-attachments/assets/17405aff-34ca-4f6f-a705-94de45bc207d _Extra gap at the bottom_ https://github.com/user-attachments/assets/d44ccdcf-5c4c-49c7-8f01-a4ebc60f2088 --- - To see the specific tasks where the Asana app for GitHub is being used, see below: - https://app.asana.com/0/0/1208503210252671
- Loading branch information
Showing
6 changed files
with
38 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters