-
Notifications
You must be signed in to change notification settings - Fork 7
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
Bump core openmct dependency #184
Conversation
update core to v3.2.0
let component; | ||
let _destroy = null; | ||
|
||
const table = new FrameWatchTable(domainObject, this.openmct, this.options, this.type); | ||
|
||
const view = { |
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.
can we call this currentView
?
enable: true, | ||
useAlternateControlBar: false, | ||
rowName: '', | ||
rowNamePlural: '' | ||
}; | ||
|
||
const view = { |
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.
can we name this currentView
?
element: document.createElement('div'), | ||
priority: -1 | ||
}; | ||
const renderWhenVisible = func => { |
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.
Do we use this anywhere else? should we make it a util?
@@ -14,12 +14,11 @@ export default class PacketQueryViewProvider { | |||
} | |||
|
|||
view(domainObject, objectPath) { | |||
let component; | |||
let _destroy = null; | |||
|
|||
const view = { |
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.
can we change this to currentView
let component; | ||
let _destroy = null; | ||
|
||
const table = new PacketSummaryTable(domainObject, openmct); | ||
|
||
const view = { |
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.
can we change this to currentView
?
enable: true, | ||
useAlternateControlBar: false, | ||
rowName: '', | ||
rowNamePlural: '' | ||
}; | ||
|
||
const view = { |
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.
currentView
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.
Lots of great work here! Lots!
Left some comments/suggestions. Let's talk about the openmct
vs this.openmct
situation. There also seem to be a good amount of "Unused Variable" notifications for items returned from mount
that we could get rid of.
Awesome work!
Thanks. yes we should make the |
New issue to address |
Quality Gate passedIssues Measures |
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.
Well done! Let's get to testing.
Closes #137 , #132, #164
bump to
5.3.0-next