-
Notifications
You must be signed in to change notification settings - Fork 311
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] メニューを統一して切り替えUIをメニューに追加 #1748
The head ref may contain hidden characters: "\u30E1\u30CB\u30E5\u30FC\u30D0\u30FC\u306B\u5207\u308A\u66FF\u3048\u3092\u79FB\u52D5"
Conversation
// engineInfos、engineManifests、enableMultiEngineを見て動的に更新できるようにする | ||
// FIXME: computedにする | ||
watch([engineInfos, engineManifests, enableMultiEngine], updateEngines, { | ||
immediate: true, | ||
}); |
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.
移動が大半なのですが、見づらい変更になってしまっても申し訳ないです。。
もしかしたらちょっとどこか問題があるかもしれないのですが、ちょっと時間置いてからマージさせていただこうと思います・・・ 🙇
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!
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.
Approveした後ですが一点だけコメント書きました...!
:deep(.q-btn[aria-pressed="true"]) { | ||
span { | ||
font-weight: 700; | ||
color: colors.$display !important; |
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.
ダークモードのこと完全に忘れてました、ありがとうございます!!
(display-on-primary`が意図としてあってそうだったのdeこっちにしようと思います!)
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.
レビューありがとうございます!!マージします!
内容
/home
を/talk
に変更関連 Issue
スクリーンショット・動画など
その他
これで一応mainブランチにマージしてもいいはず!!