-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix: geometry edit tools and styling #1762
Conversation
null |
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.
Very nice. It's always nice to have a screenshot when styling changes if possible.
<ToggleGroup | ||
selected={selected} | ||
onChange={(_evt: any, value: string | undefined) => { | ||
setSelected(value) | ||
}} | ||
> |
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.
<ToggleGroup | |
selected={selected} | |
onChange={(_evt: any, value: string | undefined) => { | |
setSelected(value) | |
}} | |
> | |
<ToggleGroup | |
selected={selected} | |
onChange={(_evt: any, value: string | undefined) => { | |
setSelected(value) | |
}} | |
> |
src/components/EditFeatureDrawer/EditFeatureGeometryToolbar/index.tsx
Outdated
Show resolved
Hide resolved
thanks for the review, the styling changes were more about restoring old styles which were no longer available due to the updates in the next version. I still generally looks the same. |
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.
Very nice, thanks!
Thanks for the review! |
Sets geometry edit tools as inactive until activated by the users and applies styling fixes.