-
Notifications
You must be signed in to change notification settings - Fork 312
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
script setup:Audio系を移行 #1101
script setup:Audio系を移行 #1101
Conversation
修正できたと思います。 |
src/components/AudioAccent.vue
Outdated
const props = withDefaults( | ||
defineProps<{ | ||
accentPhrase: AccentPhrase; | ||
accentPhraseIndex: number; | ||
uiLocked: boolean; | ||
shiftKeyFlag: boolean; | ||
shiftKeyFlag?: boolean; | ||
onChangeAccent: ( | ||
accentPhraseIndex: number, | ||
accent: number | ||
) => Promise<void>; | ||
}>(); | ||
}>(), | ||
{ | ||
shiftKeyFlag: false, | ||
} | ||
); |
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!!
hide whitespace
してると差分400行くらいなので見やすかったです、ありがとうございます!!
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)
謎ですね。。そのうちVueかVolarのバージョンを上げると直るかも。 @sevenc-nanashi すみません、コンフリクト出ちゃったので修正お願いできると 🙇♂️ |
マージしました…っていうかapplyPreset: trueを増やしたところ、未使用ですね |
ほんとに申し訳ありません・・・ 次はすぐマージさせていただこうと思います 🙇♂️ |
conflict解消しましたー。 |
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!!!
更新ありがとうございます!!!
VOICEVOX#1101 で focusTextField()が上のほうに移動されたために意味不明になっていたコメントを更新
内容
Audio系のコンポーネントを移行します。
関連 Issue
スクリーンショット・動画など
(なし)
その他
(なし)