-
Notifications
You must be signed in to change notification settings - Fork 309
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
複数選択:キャラクターを変更できるように #1546
複数選択:キャラクターを変更できるように #1546
Conversation
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.
アサイン僕じゃなかったんですけどコード読みやすくてついレビューしてしまいました!
すごい変更を読みやすかったです。
src/components/AudioCell.vue
Outdated
const isInitializingSpeaker = computed( | ||
() => store.state.audioKeyInitializingSpeaker === props.audioKey | ||
const isInitializingSpeaker = computed(() => | ||
store.state.audioKeysInitializingSpeaker.includes(props.audioKey) |
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.
これ2回出てきてるので、AudioKeyを引数にしたGETTER関数isInitializingSpeaker
にしてあげてもいいかも。
まあシンプルなのでそのままでもいいかも。
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.
シンプルなのでそのままで良いと思います
レビューを反映しました。 |
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.
ほぼLGTMかなという気持ちです!!
レビューを反映しました。 |
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.
実行してみたらエラーがconsole出力されていました。
npm run typecheck:vue-tsc
すると変更漏れ箇所がわかるかもです
修正しました。 |
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.
LGTM!!!!!!!!
いやーーーーーーー実際使ってみるとすごい感動するくらい便利ですね!!!!!!
他の機能もぜひ実装したみ!!!!!!!
問題なさそうなのでマージします! |
内容
タイトル通り。
関連 Issue
スクリーンショット・動画など
VOICEVOX.-.Ver.999.999.999.Mozilla.Firefox.2023-09-18.11-32-25.mp4
その他
(なし)