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

ダイアログをQuasarのものに置き換える #2286

Merged
merged 32 commits into from
Oct 20, 2024

Conversation

sevenc-nanashi
Copy link
Member

@sevenc-nanashi sevenc-nanashi commented Oct 8, 2024

内容

ブラウザ版のダイアログをQuasarのDialog Pluginを使って追加します。

関連 Issue

(なし)

スクリーンショット・動画など

image

その他

(なし)

@sevenc-nanashi sevenc-nanashi requested a review from a team as a code owner October 8, 2024 09:37
@sevenc-nanashi sevenc-nanashi requested review from Hiroshiba and removed request for a team October 8, 2024 09:37
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.

あ~~~~~そういうことだったんですね。。。。。

フロントには既にダイアログ表示機能があるので、同じ機能が2つあることになりそうですね。。。。。

アラートダイアログ

export const showAlertDialog = async (

選ばせるダイアログ

export const showConfirmDialog = async (

ど、どうしましょう。。。。。。。

  1. 共通化を目指す
    • storybookで確認できるのでたぶんこれが楽しい!
    • でも既存のDialog.tsはもう一個ワーニング付きok/cancelダイアログがあるので、それも実装する必要はある
  2. 既存の関数を叩くようにする
  3. とりあえず2種実装されてる状態にする

@sevenc-nanashi
Copy link
Member Author

1にしました。

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.

テストが落ちてるかも?

@sevenc-nanashi
Copy link
Member Author

直ったはず?

package.json Outdated Show resolved Hide resolved
@Hiroshiba
Copy link
Member

ちょっとこっちの環境依存なのか確認したく。。
Storybookのダイアログ系が表示されなくなってるかも・・・?
npm ciしたりnpm iしたりいろいろやってみたのですが、表示されなかったので。。。(なぜかCIは通ってますが。。)

一旦確認の意図です。
もしどうやら表示されないとなると、Storybookでのテスト書くのが難しくなるけどとりあえず進むか、あるいはライブラリのバージョンを戻してみるか、逆にQuasarとかstorybookのバージョンを上げてみるとかになるのかなぁと考えています。

@sevenc-nanashi
Copy link
Member Author

image

自分の環境だと出ましたね。

@Hiroshiba
Copy link
Member

ご確認ありがとうございます 🙇  ためしに別PCで開いたら見れました。。。 😇
問題なし!!

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.

ちょっと途中までなのですがレビューしました!
シグネチャに関しての相談が1点あったので、一旦そこまで!

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です!!実装が楽しみ!!

@sevenc-nanashi sevenc-nanashi changed the title Add: ブラウザ版にダイアログを追加 ダイアログをQuasarのものに置き換える Oct 19, 2024
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.

削除行のが多い!!!!素晴らしい!!!!!!!!
リファクタリングもしてくださってますね、ありがとうございます!!!!!

こちらでちょっと変更してマージしちゃおうかと思ったのですが、いくつか挙動の確認をしたい点があったので、コメントまで!!

src/components/Dialog/Dialog.ts Outdated Show resolved Hide resolved
src/components/Dialog/Dialog.ts Outdated Show resolved Hide resolved
src/components/Dialog/Dialog.ts Outdated Show resolved Hide resolved
src/components/Dialog/TextDialog/QuestionDialog.vue Outdated Show resolved Hide resolved
src/components/Dialog/TextDialog/MessageDialog.vue Outdated Show resolved Hide resolved
src/components/Dialog/TextDialog/QuestionDialog.stories.ts Outdated Show resolved Hide resolved
Comment on lines +276 to 279
await showAlertDialog({
type: "info",
title: "保存",
message: `編集中のプロジェクトが ${filePath} に切り替わりました。`,
Copy link
Member

Choose a reason for hiding this comment

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

アラートなのかメッセージなのかわからなくないので、showMessageDialogでも良いかもですね!
デフォルトはtype: "info"ですし。

と思ったけど以前からSHOW_ALERT_DIALOGだった感じなんですね。
んじゃまあどちらでもということで!!!

Comment on lines -352 to 362
const result: number = await window.backend.showQuestionDialog({
const result: number = await showQuestionDialog({
type: "info",
title: "警告",
message,
buttons: ["保存", "破棄", "キャンセル"],
cancelId: 2,
defaultId: 2,
buttons: ["キャンセル", "破棄", "保存"],
cancel: 0,
});
Copy link
Member

Choose a reason for hiding this comment

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

(ただのコメントです)

あっっっっこれ逆だったんですね。。。。。。。。。。
感覚で覚えてる人が間違えそうだけど。。。。まあ保存とキャンセルが逆になる形だから問題にはならないか!!!

Copy link
Contributor

@sigprogramming sigprogramming Oct 23, 2024

Choose a reason for hiding this comment

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

@sevenc-nanashi
マージ後ですみません!こちらのボタンの順番の変更ですが、理由をお聞きしたいです…!
特に理由が無ければ、以前のボタンの順番に戻すのがUX的に良いかなと思います…!
ちなみに、他のソフトで順番がどうなっているか確認してみたのですが、ほとんどのソフトで「保存、破棄、キャンセル」の順番になっていました!

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

@sevenc-nanashi
ありがとうございます!

  • 最近は右キャンセルではなく左キャンセル(右アクション)になってきている(Discordの議論
  • ボイボの方針は左キャンセルで、実装も左キャンセルになっている

ので、以前と順番は変わりますが左キャンセルでも良さそうです!
(保存ボタンに色を付けると、迷いづらくなるかなと思います)

Copy link
Member

Choose a reason for hiding this comment

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

Discord では議論 ありがとうございました!!!

少なくとも色をつけるのは必須だなと感じました!!
ということでリリースまでにはなんとかしたいなと考えてます。
とりあえず忘れないように0.22アプデのチェック項目リストに追加しておきました! 🙏

src/components/Dialog/Dialog.ts 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!!!

複雑性を下げることができました、とても助かりました!!!


@takusea 新しくコンポーネントが増えたのでご連絡まで・・・!!
ダイアログは今こんな感じのデザインになっています。
src/components/Dialog/TextDialog/辺りにあります 🙏

キャンセル付きダイアログ(プロジェクトを保存せずに消そうとしたとき)
image

文字を変更したパターン(ショートカットキーを初期化しようとしたとき)
image

OKだけあるパターン(保存済みプロジェクトを「別の名前をつけて保存」したとき)
image

例えばデフォルトのボタンになっているものは色を付けても良いかも、とか!
あ、ちなみにQuasarを使ってることにこだわりはないです。

@Hiroshiba Hiroshiba merged commit ce0a0ae into VOICEVOX:main Oct 20, 2024
8 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.

3 participants