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

マルチトラック:mainをマージ #2150

Merged
merged 13 commits into from
Jul 1, 2024

Commits on Jun 23, 2024

  1. Refactor: v-for1つでノートを描画する形に変更し、ダブルクリック判定処理を無くす (#2118)

    * lyricMouseDownを削除
    
    * 1つのv-forで全てのノートを描画するようにした
    
    * 修正
    
    * ダブルクリック判定処理を削除
    
    * ScoreSequencerのcontextMenuDataがcomputedになっていなかったので修正
    
    * 編集のプレビュー中はノートの右クリックメニューをdisableにするようにした
    
    * ノートの順番を変更
    
    * inputがノートの手前になるようにした、プレビュー中のノートの色が変わらないのを修正
    
    * typoを修正
    
    * 歌詞編集のテストが通るようにした
    
    * watchをimmediateにして、vFocusを消してwatchでfocusするようにした
    
    * isComposingの場合に早期リターンするようにした
    
    * note-lyric-inputを消し忘れていたので消した
    
    * コメントを追加
    
    * コメントを追加
    
    * Update src/components/Sing/SequencerNote.vue
    
    ---------
    
    Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
    sigprogramming and Hiroshiba authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    a4d0fa9 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Improve: ノートの重なり検出のアルゴリズムを変える (#2133)

    * Improve: ノートの重なり検出を爆速にする
    
    * Fix: ちょっぴりロジック修正
    
    * Delete: UPDATE_OVERLAPPING_NOTE_INFOSを削除
    sevenc-nanashi authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d2275f9 View commit details
    Browse the repository at this point in the history
  2. Change: RELOAD_URLで飛ばすページをabout:blankにする (#2121)

    * Change: win.reload()を使う
    
    * Change: about:blankにする
    sevenc-nanashi authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5eb01a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. feat: sandboxを有効化 (#2074)

    * feat: sandboxを有効化
    
    * fix: コメント追加
    
    Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
    
    ---------
    
    Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
    sabonerune and Hiroshiba authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2b059d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Update: utaformatix-tsを0.3.2に更新 (#2142)

    * Update: utaformatix-tsを0.3.1にアップデート
    
    * Update: utaformatix-tsを0.3.2に更新
    sevenc-nanashi authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c04e943 View commit details
    Browse the repository at this point in the history
  2. feat: speaker_infoをURLで受け取るようにする (#2095)

    * feat: update OpenAPI
    
    * feat: speaker_infoをURLで受け取るようにする
    
    * fix: 変数名の変更
    
    * fix: `resourceFormat`に`undefined`が入らないようにする
    
    * ちょっとだけ説明追加
    
    * ついでにVOICEVOX_ENGINE_VERSION更新
    
    ---------
    
    Co-authored-by: Hiroshiba Kazuyuki <kazuyuki_hiroshiba@dwango.co.jp>
    sabonerune and Hiroshiba authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1deb8b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Vuexでproductionモードを使用可能にし、productionモードで起動する方法を案内 (#2135)

    * productionモードで起動する方法を案内
    
    * import変更
    Hiroshiba authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    0c99dd9 View commit details
    Browse the repository at this point in the history
  2. Storybookを導入する (#2140)

    * init storybook
    
    * stash
    
    * テスト動かしてみる
    
    * fmt
    
    * url
    
    * .env
    
    * READMEを更新
    
    * ドキュメント整理
    
    * trim no open
    
    * 不要なconsole.log
    Hiroshiba authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    885319b View commit details
    Browse the repository at this point in the history
  3. fix: chromaticのgithubactionsのエラー直す (#2145)

    chromaticのgithubactionsのエラー直す
    Hiroshiba authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    9f0132e View commit details
    Browse the repository at this point in the history
  4. Ubuntu 24.04の制約を回避するために--no-sandboxオプションをdesktopファイルのExecエントリに追加 (#2141)

    * add --no-sandbox option to linux installer
    
    * add a comment
    
    * fix comment
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
    madosuki and Hiroshiba authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    bd99927 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e36ab85 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. ファイルの書き出し時の名前設定にプロジェクトファイル名を含められるようにする (#2137)

    * 書き出しファイルにプロジェクトファイル名を含める
    
    * README修正
    
    * 依存関係を綺麗に保ち、書き出し時に拡張子ありで出力する
    
    * PROJECT_NAME_WITH_EXTを作成
    
    * 微調整
    
    ---------
    
    Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
    jdkfx and Hiroshiba authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    bf9fd0f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    12ce49c View commit details
    Browse the repository at this point in the history