Skip to content
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

Minor adjustment to the plane and clear selection logic #425

Merged
merged 2 commits into from Oct 7, 2022

Conversation

OlegMoshkovich
Copy link
Member

For clarity add selected state on the clear selection button when the cut plane is enabled.

@netlify
Copy link

netlify bot commented Oct 7, 2022

Deploy Preview for bldrs-share ready!

Name Link
🔨 Latest commit 202a985
🔍 Latest deploy log https://app.netlify.com/sites/bldrs-share/deploys/6340415a74642a000950806c
😎 Deploy Preview https://deploy-preview-425--bldrs-share.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@OlegMoshkovich OlegMoshkovich reopened this Oct 7, 2022
@OlegMoshkovich OlegMoshkovich marked this pull request as ready for review October 7, 2022 11:05
Copy link
Member

@pablo-mayrgundter pablo-mayrgundter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a naming change

const selectedElement = useStore((state) => state.selectedElement)
const isMobile = useIsMobile()
const classes = useStyles({isCommentsOn: isCommentsOn})
const theme = useContext(ColorModeContext)


const selected = () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you make this isSelected? Should follow boolean naming

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep

@OlegMoshkovich OlegMoshkovich merged commit 2721af5 into bldrs-ai:main Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Completed
Development

Successfully merging this pull request may close these issues.

None yet

2 participants