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

feat: コンテキストメニューにアクセント句の削除を追加 #1554

Merged

Conversation

thiramisu
Copy link
Contributor

内容

#1542 を実装しようと思いましたが、そもそもコンテキストメニューがないのでいきなり全部実装は少しハードルが高そうに見えました。
ということで、とりあえず簡単に実装できそうな「削除」機能を実装して、後から「挿入」機能を付け足そうかなと思いました。

関連 Issue

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

image

その他

@thiramisu thiramisu requested a review from a team as a code owner September 15, 2023 17:41
@thiramisu thiramisu requested review from Hiroshiba and removed request for a team September 15, 2023 17:41
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.

プルリクエストありがとうございます!!
まず消去機能、素晴らしいと思います!!

src/components/AudioDetail.vue Outdated Show resolved Hide resolved
src/components/AudioDetail.vue Outdated Show resolved Hide resolved
src/store/audio.ts Outdated Show resolved Hide resolved
@thiramisu
Copy link
Contributor Author

レビューありがとうございました。
とりあえず全部解決できたと思います!

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!!!

実際に動かしてみてちゃんと動作することを確認しました!

ちょっとUX的に気になったことを列挙してみました。

  • 何が消えるのかわからないかも
    • 「アクセント区間を削除」にしたり、「アクセント区間」という題をおけば良さそう
  • スライダーを右クリックすると値が動いちゃう
  • 右クリックするとホバー中の薄い青背景が消えるのでどのアクセント区間が対象かわからなくなる

Comment on lines +2412 to +2415
commit("COMMAND_CHANGE_SINGLE_ACCENT_PHRASE", {
audioKey,
accentPhrases: newAccentPhrases,
});
Copy link
Member

Choose a reason for hiding this comment

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

COMMAND_CHANGE_SINGLE_ACCENT_PHRASE、やってることはsetAccentPhrasesだけど、名称と合ってないんですよね・・・。
いつか直してあげたいですね・・・。

@Hiroshiba
Copy link
Member

問題ないと思うのでマージします!

@Hiroshiba Hiroshiba merged commit 771231f into VOICEVOX:main Sep 19, 2023
@thiramisu thiramisu deleted the context-menu-to-create-accent-phrase branch September 19, 2023 23:29
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