-
Notifications
You must be signed in to change notification settings - Fork 2
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
Enable hiding apps in app switcher #84
Conversation
Add props which host applications can use to toggle which links to other PWD apps are displayed in the app switcher. This enables using the UnityBar in applications which have been deployed while the others have not yet been deployed.
Looking at this now. |
753c748
to
5b977f6
Compare
Browsing https://5cc331cf1e070e000c24e9ba--staging-pwd-unitybar.netlify.com/ I can't scroll the page in Chrome, Safari, or Firefox. In all screen captures I am scrolling up and down with my trackpad. ChromeSafariFirefox |
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.
The actual hiding of the apps looks good. Just need to sort out the demo page scrolling issue.
5b977f6
to
9bcf5ca
Compare
Thanks for catching that. I'm just going to drop the demo app scroll changes related to #81 for now as they are not important for making the Unity Bar release. I pushed an amended commit and will update the testing instructions. |
Thanks! |
Overview
This PR enables hiding specific apps from the app switcher menu so that we can use the Unity Bar in applications which have been deployed while other applications have not been deployed.
First commit here fixes an issue via npm audit fix.
Connects #83
Demo
Notes
I intentionally did not attempt to change the width or of the App Switcher when not all of the apps are visible. If it becomes desirable to do that in the future -- for instance, if there's a long interval between the PV deployment and GARP deployment -- then we can handle it in another issue.
Testing Instructions