-
Notifications
You must be signed in to change notification settings - Fork 309
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
add: ダイアログのデザインを調整し、文言も調整していく #2410
The head ref may contain hidden characters: "\u30C0\u30A4\u30A2\u30ED\u30B0\u306E\u30C7\u30B6\u30A4\u30F3\u3092\u8ABF\u6574\u3057\u3001\u6587\u8A00\u3082\u8ABF\u6574\u3057\u3066\u3044\u304F"
Conversation
🚀 プレビュー用ページを作成しました 🚀 更新時点でのコミットハッシュ: |
export type DialogType = "none" | "info" | "error" | "question" | "warning"; | ||
export type DialogType = "info" | "error" | "question" | "warning"; |
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.
noneとinfoの役割の違いがややこしかったので削除しました。
infoにするとnone相当(アイコンがつかない)になってます。
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.
ダークモードのボタンの感じがなんかだいぶ微妙かもだけど・・・・・・・・まあ一旦とりあえずこれで・・・・・・
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.
@sevenc-nanashi ダイアログのデザイン変えますというご共有まで・・・!
もうちょっとかっこよくしたい気持ちもありますが、まあ一旦・・・。
(あとダイアログのデザイン統一したい・・・。)
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!
レビューありがとうございます! マージします! |
内容
ダイアログのデザインを調整し、文言も調整しました。
ボタンの見た目は、とりあえずデフォルトはoutlineに、そうじゃないものはunrelavedにしました。
なんかもうちょっと良い見た目ありそうだけど、まあ一旦ちょっとこれで。。。
良いデザイン入ってほしい・・・。
関連 Issue
スクリーンショット・動画など
見た目こんな感じになりました。
その他
ダイアログの文面ですが、タイトルは疑問文にし、本文には疑問文を含めない方針にしました。
本部に疑問文を含めないのはAdobeのガイドラインやmaterial designのガイドラインに沿い、不要な文面を削除するためです。
タイトルを疑問文にするのはAdobeのガイドラインに反しているのですが、どうしても質問になるダイアログもあるので、統一するなら疑問文の方かなと。
(分かりやすい例だと、保存せずに消そうとした時に「プロジェクトファイルを保存しますか?」と出るやつ。「プロジェクトファイルを保存する」というタイトルだと違和感がある)
ちなみにデザインはちょっと迷ったのですが、全部outlineにするとこうなってしまってprimaryが見づらくなってしまったので、とりあえず。。。