Skip to content

Conversation

@D8H
Copy link
Collaborator

@D8H D8H commented Jan 13, 2026

void EventsBasedObject::SerializeToExternal(SerializerElement& element) const {
element.SetAttribute("defaultName", defaultName);
if (!assetStoreTag.empty()) {
element.SetAttribute("assetStoreTag", assetStoreTag);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation

@D8H D8H force-pushed the object-list-with-extension branch from f2c4a5a to 6e671fe Compare January 14, 2026 13:31
: styles.container
: { ...styles.container, opacity: 0.384 }
}
onMouseEnter={() => setHover(true)}
Copy link
Owner

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"
Copy link
Owner

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}
Copy link
Owner

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.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: calculated => computed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants