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

fix: geometry edit tools and styling #1762

Merged
merged 3 commits into from
Nov 11, 2024
Merged

Conversation

AmandaTamanda
Copy link
Contributor

Sets geometry edit tools as inactive until activated by the users and applies styling fixes.

Copy link

github-actions bot commented Nov 8, 2024

null

Copy link
Member

@KaiVolland KaiVolland left a 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.

Comment on lines 225 to 230
<ToggleGroup
selected={selected}
onChange={(_evt: any, value: string | undefined) => {
setSelected(value)
}}
>
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
<ToggleGroup
selected={selected}
onChange={(_evt: any, value: string | undefined) => {
setSelected(value)
}}
>
<ToggleGroup
selected={selected}
onChange={(_evt: any, value: string | undefined) => {
setSelected(value)
}}
>

@AmandaTamanda
Copy link
Contributor Author

Very nice. It's always nice to have a screenshot when styling changes if possible.

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.

Copy link
Member

@dnlkoch dnlkoch left a comment

Choose a reason for hiding this comment

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

Very nice, thanks!

@AmandaTamanda
Copy link
Contributor Author

Very nice, thanks!

Thanks for the review!

@AmandaTamanda AmandaTamanda merged commit 1b6b833 into next Nov 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants