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

[project-s] Escキーでノートの選択を全て解除できるようにする #1775

Merged

Conversation

sigprogramming
Copy link
Contributor

内容

Escキーでノートの選択を全て解除できるようにします。
また、以下も行います。

  • ノート編集後にノートの選択が解除されないように変更
  • AudioRenderer.tssingディレクトリに移動し、名前をaudioRendering.tsに変更

関連 Issue

VOICEVOX/voicevox_project#15

その他

@sigprogramming sigprogramming requested a review from a team as a code owner January 28, 2024 14:17
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!!

} from "@/infrastructures/AudioRenderer";
} from "@/sing/audioRendering";
Copy link
Member

Choose a reason for hiding this comment

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

なるほどな移動だと思いました!

層構造を考えるとinfrastructuresのが合ってるとは思います。
が、その場合storeが直接これを参照するのはおかしいんですよね。
でもinfrastructuresに置くならInterfaceを用意したくなる。けどそうすると実装コストが高すぎる・・・。
難しいですね・・・。

@Hiroshiba Hiroshiba merged commit 9f01699 into VOICEVOX:project-s Jan 28, 2024
8 checks passed
@sigprogramming sigprogramming deleted the add_shortcut_to_deselect_all_notes branch January 28, 2024 15:34
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.

2 participants