-
Notifications
You must be signed in to change notification settings - Fork 29
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
Update categories for asset backdrop & sound #1205
Conversation
Skipping CI for Draft Pull Request. |
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.
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
spx-gui/src/components/asset/library/category.ts:26
- [nitpick] The 'TODO' comment indicates that a discussion is needed for sound categories. Ensure this is addressed before merging.
// TODO: discussion needed
spx-gui/src/components/asset/library/AssetAddModal.vue:89
- The error message should be more descriptive. Consider changing it to
unknown asset type: ${props.asset.constructor.name}
to include the actual type of the asset.
throw new Error(`unknown asset type ${props.asset}`)
@@ -233,7 +236,8 @@ async function handleAssetClick(asset: AssetData) { | |||
justify-content: stretch; | |||
} | |||
.sider { | |||
flex: 0 0 148px; | |||
flex: 0 0 168px; |
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.
This PR has been deployed to the preview environment. You can explore it using the preview URL. Warning Please note that deployments in the preview environment are temporary and will be automatically cleaned up after a certain period. Make sure to explore it before it is removed. For any questions, contact the Go+ Builder team. |
{ value: 'UI', message: { en: 'UI', zh: '界面' } } | ||
] | ||
|
||
export const soundCategories: Category[] = [ |
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.
sound 的分类还没定,先放这俩占位
Updates #1062 (comment)