Skip to content
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

複数エンジン対応:アイコン情報をengine manifestから取得するように #953

Merged

Conversation

sevenc-nanashi
Copy link
Member

内容

MenuBarやAudioCellのアイコンをengine manifestから取得するようにします。

関連 Issue

スクリーンショット・動画など

正常に動作しているのが確認出来ました。
image
image

その他

(なし)

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

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

LGTM!!
いつもありがとうございます!!

@@ -473,7 +479,7 @@ export default defineComponent({
];
}
}
watch(engineInfos, updateEngines, { immediate: true }); // engineInfosを見て動的に更新できるようにする
watch([engineInfos, engineManifests], updateEngines, { immediate: true }); // engineInfos、engineManifestsを見て動的に更新できるようにする
Copy link
Member

Choose a reason for hiding this comment

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

👍

@Hiroshiba
Copy link
Member

@raa0121 さん、もしよかったらレビューお願いできると心強いです・・・! 🙏

Copy link
Contributor

@raa0121 raa0121 left a comment

Choose a reason for hiding this comment

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

問題ないと思います。

@sevenc-nanashi sevenc-nanashi force-pushed the change/use-engine-manifest-icon branch from 5340aa5 to cf6bf19 Compare September 25, 2022 10:35
@sevenc-nanashi
Copy link
Member Author

rebase mainしましたー。conflict無くマージできるはずです

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

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

大丈夫そうなのでマージします!!ありがとうございました!!

@Hiroshiba
Copy link
Member

@raa0121 さんもレビューありがとうございます!

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