-
Notifications
You must be signed in to change notification settings - Fork 58
Call Taker CSS Cleanup #918
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
binh-dam-ibigroup
left a comment
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.
LGTM with one minor change.
| const advancedSearchStyle = { | ||
| background: 'white', | ||
| boxShadow: 'none', | ||
| display: expandAdvanced ? undefined : 'none', |
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.
Actually, turn expandAdvanced into whether to render the thing at all (so you can delete this variable).
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.
I think I tried this and it causes problems with the state because the forms disappear
Signed-off-by: miles-grant-ibigroup <[email protected]>
daniel-heppner-ibigroup
left a comment
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 small improvement! Thanks!
Description:
The advanced options no longer floats. This makes it easier to see what's where.
PR Checklist:
Before:

After:
