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] エンジン起動をApp.vueに移管 #1746

Conversation

Hiroshiba
Copy link
Member

@Hiroshiba Hiroshiba commented Jan 22, 2024

内容

エンジン起動をEditorHomeからApp.vueに移管します。
あとはメニューバーの移管して、切り替えをメニューバーへ移動させたらmainにマージしても大丈夫なはず!

関連 Issue

その他

どなたか見てほしいけど難しそう。ちょっと時間おいてえいやでマージしようと思います。

@Hiroshiba Hiroshiba requested a review from a team as a code owner January 22, 2024 22:37
@Hiroshiba Hiroshiba requested review from y-chan and removed request for a team January 22, 2024 22:37
Comment on lines +5 to +11
<keep-alive>
<component
:is="Component"
:is-engines-ready="isEnginesReady"
:project-file-path="projectFilePath"
/>
</keep-alive>
Copy link
Member Author

Choose a reason for hiding this comment

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

KeepAliveがないと中のコンポーネントのstateが消えるので「読み込み中」などが一瞬ちらつく。
ちなみにKeepAliveはvue-routerではなくVueの機能。

// ソフトウェアを初期化
const isCompletedInitialStartup = ref(false);
const unwatchIsEnginesReady = watch(
// TODO: 最初に1度だけ実行している。Vueっぽくないので解体する
Copy link
Member Author

@Hiroshiba Hiroshiba Jan 22, 2024

Choose a reason for hiding this comment

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

ここでやってる処理はこの3つ。

  • プロジェクトが指定されてたら読み込む
  • されてなかったら1個だけAudioCell作る
  • ダイアログを表示する

1と3はApp.vueに移管できる。
2はEditorHomeのonMountedで実行すれば良く、「AudioCellが1つもなかったら1つ足す」処理をunmountedに書いて、App.vueの準備が整ったらEditorHomeをv-ifで表示してあげれば良いんだけど、そうするとショートカットキーの登録が間に合わない・・・。

@Hiroshiba
Copy link
Member Author

こちらマージします!

@Hiroshiba Hiroshiba merged commit b5801cc into VOICEVOX:project-s Jan 23, 2024
7 of 8 checks passed
@Hiroshiba Hiroshiba deleted the editorhomeにアクセスしなくてもなんとかなるようにしたい branch January 23, 2024 15:20
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.

1 participant