-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
fix(toolbar): hide feedback panel when submit feedback form opens #74679
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
Conversation
Bundle ReportChanges will increase total bundle size by 25.36kB ⬆️
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #74679 +/- ##
==========================================
- Coverage 78.15% 78.14% -0.02%
==========================================
Files 6723 6733 +10
Lines 299958 300140 +182
Branches 51614 51621 +7
==========================================
+ Hits 234437 234549 +112
- Misses 59195 59265 +70
Partials 6326 6326
|
|
the submit feedback modal doesn't seem to show up when i try clicking + (edit: ahh i see your slack message) Screen.Recording.2024-07-22.at.3.22.59.PM.mov |
…as well as the panel(s)
76e7d46 to
7822bf7
Compare
| import type {CSSProperties, Dispatch, ReactNode, SetStateAction} from 'react'; | ||
| import {createContext, useContext, useState} from 'react'; | ||
|
|
||
| type State = CSSProperties['visibility']; |
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.
nice!
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 devtoolbar component being named App confused me a bit -- it made me thinking you were returning null for our main App view.
|
Too late to change the title now but after the above recordings, this was changed to hide the entire toolbar (incl navigation bar) when the feedback widget is open |
Fixes #74156 so the toolbar will be totally hidden when submitting feedback / taking a screenshot.
Screen.Recording.2024-07-23.at.12.03.53.PM.mov