-
Notifications
You must be signed in to change notification settings - Fork 114
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
Remove graph building form text mode #1693
Conversation
🦋 Changeset detectedLatest commit: 7f367da The changes in this PR will be included in the next version bump. This PR includes changesets to release 27 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov Report
@@ Coverage Diff @@
## master #1693 +/- ##
==========================================
- Coverage 40.52% 40.38% -0.14%
==========================================
Files 1400 1400
Lines 62617 62915 +298
Branches 14618 14685 +67
==========================================
+ Hits 25377 25411 +34
- Misses 37139 37403 +264
Partials 101 101
|
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.
half way through the changes will continue tomorrow
packages/legend-graph/src/graphManager/AbstractPureGraphManager.ts
Outdated
Show resolved
Hide resolved
packages/legend-graph/src/graphManager/AbstractPureGraphManager.ts
Outdated
Show resolved
Hide resolved
packages/legend-application-studio/src/stores/editor-state/GraphGenerationState.ts
Outdated
Show resolved
Hide resolved
packages/legend-application-studio/src/stores/sidebar-state/LocalChangesState.ts
Outdated
Show resolved
Hide resolved
packages/legend-application-studio/src/stores/EditorGraphState.ts
Outdated
Show resolved
Hide resolved
packages/legend-application-studio/src/stores/EditorGraphState.ts
Outdated
Show resolved
Hide resolved
a0bcb70
to
2807139
Compare
417f334
to
77e19b2
Compare
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.
still got 2/3 more files to go over but I think im okay to merge and start testing. i will leave more comments tomorrow and you can address them in the other text mode PR you have up. Thanks
@@ -172,8 +173,11 @@ export const LocalChanges = observer(() => { | |||
editorStore.changeDetectionState.workspaceLocalLatestRevisionState.changes; | |||
const openChange = |
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.
Here I think this is just because of current behaviour but i think now we can actually open a diff if they click on it and they are in text mode right?
Either ways if openChange only works for form mode, we should think about disabling the button or some kind of UI indiactor?
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.
I don't think they can open diff editor when they are in text mode. It just doesn't open anything. We can diable the button. That would be a good option. This reminds me we need to disable globalTestRunner
too.
Will discuss more on that offline
packages/legend-application-studio/src/stores/sidebar-state/LocalChangesState.ts
Show resolved
Hide resolved
packages/legend-application-studio/src/stores/sidebar-state/LocalChangesState.ts
Show resolved
Hide resolved
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.
more comments
Summary
Closes #966
How did you test this change?