-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Item props refresh #155
Item props refresh #155
Conversation
MOBILE_WIDTH preprocessing for styles.
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.
Checked on firefox and safari mobile both look great.
Changing the icon to 'x' when the drawer is open would look great.
src/Components/ItemProperties.jsx
Outdated
}, | ||
'& h2': { | ||
fontSize: '1.1em', | ||
fontWeight: 800, |
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.
this seems to much - keep it at 600 - maybe.
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.
Yeah, gave it a try but doesn't go between.. it's either thin or heavy, at least for me... give this a try.
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.
looks good!
src/Components/MobileDrawer.jsx
Outdated
swipeAreaWidth={drawerBleeding} | ||
disableSwipeToOpen={false}> | ||
<StyledBox className={classes.contentContainer}> | ||
<Puller onClick={toggleDrawer}/> |
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.
As we discusses - replace with up/down arrows.
https://www.figma.com/file/KDQmXLUP8nmw0RjxXRBBW2/BLDRS-assets?node-id=762%3A9
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.
My net can't take figma right now :( I think this is as discussed tho... lmk!
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.
cool!
PTAL |
ItemProperties changes:
Partially addresses the content visibility in #148. Properties are now header+text instead of table. Also mobile has full-screen toggle.
esbuild: