-
Notifications
You must be signed in to change notification settings - Fork 915
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
Use TreeView in InstructionSelector #7297
Conversation
newIDE/app/src/EventsSheet/InstructionEditor/InstructionOrObjectSelector.js
Show resolved
Hide resolved
newIDE/app/src/EventsSheet/InstructionEditor/InstructionOrObjectSelector.js
Outdated
Show resolved
Hide resolved
newIDE/app/src/EventsSheet/InstructionEditor/InstructionOrObjectSelector.js
Outdated
Show resolved
Hide resolved
|
||
getHtmlId(index: number): ?string { | ||
// TODO: Make sure it keeps the in-app-tutorial work. | ||
return `object-item-${index}`; |
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.
should this be object-folder-index? is the todo still to do ?
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 cleaned everything, we don't need those object-item-...
anymore
@@ -2217,39 +2216,6 @@ storiesOf('SearchPanel', module) | |||
/> | |||
)); | |||
|
|||
storiesOf('InstructionSelector', module) |
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 have a story for the InstructionSelector elsewhere? so we can check the ReadOnlyTreeView
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 removed the InstructionSelector component because it was not used anywhere. I can try to add a story for the InstructionOrObjectSelector
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.
Actually, there is already one!
… groups container
game. | ||
</Trans> | ||
</DismissableAlertMessage> | ||
{/* TODO: Should the "Only global objects..." mention should be kept since |
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.
Yes, let's remove mention to global objects.
31675c5
to
ac749bb
Compare
ac749bb
to
dda8a8c
Compare
91ce1c5
to
d7c6915
Compare
Story
TODO: