-
Notifications
You must be signed in to change notification settings - Fork 87
Right click a feature on the model to center the code pane on it #7890
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
* fix: we really cannot do this * fix: limiting footprint
…e' mode * add ability to select deoffset plane where starting a new sketch * use selectDefaultSketchPlane * refactor: remove some duplication * warning cleanups * feature tree items selectable depedngin on no face sketch mode * lint * fix small jump because of border:none when going into and back from 'No face sketch' mode * grey out items other than offset planes in 'No face sketch' mode * start sketching on plane in context menu * sketch on offset plane with context menu * add ability to right click on default plane and start sketch on it * default planes in feature tree should be selectable because of right click context menu * add right click Start sketch option for selected plane on the canvas * selectDefaultSketchPlane returns error now * circular deps * move select functions to lib/selections.ts to avoid circular deps * add test for clicking on feature tree after starting a new sketch * graphite suggestion * fix bug of not being able to create offset plane using another offset plane with command bar * add ability to select default plane on feature when going through the Offset plane command bar flow
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@@ -94,7 +144,13 @@ export function useViewControlMenuItems() { | |||
<ContextMenuItemRefresh />, | |||
], | |||
// eslint-disable-next-line react-hooks/exhaustive-deps -- TODO: blanket-ignored fix me! | |||
[VIEW_NAMES_SEMANTIC, shouldLockView, selectedPlaneId] | |||
[ |
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.
Maybe this depdendency list could be fixed, while we're here, looks easy to remove VIEW_NAMES_SEMANTIC
and add modelingSend
.
But no need to block this PR for that.
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 thanks for noticing this! Fixed at b79bcf9
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 little useful feature.
@rajgandhi1's PR at #7664, recreated as a local branch so we can get CI to pass.
We should still address #7664 (comment) (done!)