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

ダブルクリック判定処理のリファクタリング #1939

Merged

Conversation

sigprogramming
Copy link
Contributor

内容

以下を行います。

  • ダブルクリック判定処理をクラス化

関連 Issue

close #1938

その他

@sigprogramming sigprogramming requested a review from a team as a code owner March 17, 2024 13:50
@sigprogramming sigprogramming requested review from Hiroshiba and removed request for a team March 17, 2024 13:50
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 です!
ちょっと細かいところでいっぱいコメントしてしまったかもです 🙇

src/sing/viewHelper.ts Outdated Show resolved Hide resolved
src/sing/viewHelper.ts Outdated Show resolved Hide resolved
src/components/Sing/ScoreSequencer.vue Outdated Show resolved Hide resolved
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!!

Comment on lines +120 to +122
interface AreaInfo {
readonly id: string;
}
Copy link
Member

Choose a reason for hiding this comment

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

Baseなことを分かりやすいようにBaseAreaInfoとかAreaInfoInterfaceとかでも良いかもですね!
typeも必須でもいいかも。

@Hiroshiba Hiroshiba merged commit c8a1749 into VOICEVOX:main Apr 2, 2024
9 checks passed
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