-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Display objects from extensions in the new object dialog #8126
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
base: master
Are you sure you want to change the base?
Conversation
| void EventsBasedObject::SerializeToExternal(SerializerElement& element) const { | ||
| element.SetAttribute("defaultName", defaultName); | ||
| if (!assetStoreTag.empty()) { | ||
| element.SetAttribute("assetStoreTag", assetStoreTag); |
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.
indentation
f2c4a5a to
6e671fe
Compare
| : styles.container | ||
| : { ...styles.container, opacity: 0.384 } | ||
| } | ||
| onMouseEnter={() => setHover(true)} |
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.
use onPointerEnter/Leave to handle pens and other pointing devices
| <Line expand noMargin> | ||
| <Column expand noMargin> | ||
| <SearchBar | ||
| id="extension-search-bar" |
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.
id to update?
| <ExtensionInstallDialog | ||
| project={project} | ||
| isInstalling={false} | ||
| // TODO isInstalling={isInstalling} |
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.
Important to do to avoid multiple clicks while something is installed?
| description: string, | ||
| extensionName: string, | ||
| assetStoreTag: ?string, | ||
| /** This attribute is calculated. |
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.
nit: calculated => computed
Stories
Changes