-
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
[project-s] mainブランチを追従 #1677
Merged
Merged
[project-s] mainブランチを追従 #1677
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* ドラッグでAudioCellが入れ替えるテストを追加しました * 内容のかぶったテストを削除する ファイル名を変更したときに削除されるべきspecファイルがステージングされてなかったので削除しました * 処理の共通化、コメントの追加をしました
Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
Co-authored-by: hiroshiba <hiroshiba@users.noreply.github.com> Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
デザイン変更のプルリクエストは小さめだと嬉しい旨をドキュメントに追記
Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
Update qAndA.md
Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
Co-authored-by: あき way <akiue@akinoMacBook-puro.local> Co-authored-by: way あき <wayaki@uenoMacBook-Pro.local> Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
Co-authored-by: Hiroshiba <Hiroshiba@users.noreply.github.com> Co-authored-by: Hiroshiba Kazuyuki <kazuyuki_hiroshiba@dwango.co.jp>
Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
Co-authored-by: wewewe-ok <combination.kyoukyou@gmail.com>
Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
Co-authored-by: Nanashi. <sevenc7c@sevenc7c.com>
Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
Co-authored-by: Hiroshiba <hihokaruta@gmail.com> Co-authored-by: Nanashi <sevenc7c@sevenc7c.com>
Co-authored-by: Hiroshiba <Hiroshiba@users.noreply.github.com> Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
* Add: イントネーションリセットを複数選択対応 * Change: Multiを追加 * Change: === undefinedを削除
Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
Add: 複数選択をProduction Buildで出す様に
たぶん問題ないと思うのでマージします! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
内容
久しぶりにmainブランチに追従します。
大きな変更は無いはずですが、いくつか便利な機能が追加されてるはずです。
=== undefined
や=== null
がwarningに関連 Issue
その他
package-lock.json
がコンフリクトしました。mainブランチ側の
package-lock.json
を持ってくる→npm i
→できたpackage-lock.json
をaddしました