-
Notifications
You must be signed in to change notification settings - Fork 310
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
Refactor: SequencerRulerをContainer/Presentationに分離 #2312
Refactor: SequencerRulerをContainer/Presentationに分離 #2312
Conversation
[update snapshots]
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です!!
1つミスっぽかったのでコメントしました!
あとちょっと変更できそうな点をいくつかコメントにしてみました。
すでにこちらで試したので、ついでにプルリクエストも作ってみました。
その産物がこちらのPRです。
Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
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!!!
分離ありがとうございます!!
一部だけちょっと細かいとこ変えさせていただきます!
args: { | ||
"onUpdate:playheadTicks": fn<(value: number) => void>(), | ||
onDeselectAllNotes: fn(), | ||
}, |
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.
基本全部meta.argsに突っ込むのがベストかな〜〜〜と思ってます!
追加で必要になったときにコピペしないといけないので、デフォルト挙動としてmeta.argsに置いとくのが良さそうかなと。
まあそれが正解かわからんですが、一旦他のstoriesはそうなってるので合わさせていただきます!
(個別のが良いなってなったら全部そうしちゃいましょう!!)
マージします! |
内容
タイトル通りです。
関連 Issue
スクリーンショット・動画など
(なし)
その他