-
Notifications
You must be signed in to change notification settings - Fork 4
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
MobileHeaderBarをHeaderBarと統合 #44
base: main
Are you sure you want to change the base?
MobileHeaderBarをHeaderBarと統合 #44
Conversation
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.
お~~~~。
ここまで来ると+ボタンや再生ボタンのでかさが目立ちますね!!(プルリクと関係ない)
ちょっとまだ考えがまとまってないのですが、メニューバーを上に、ツールバーを下にするのはイマイチそうだった感じでしょうか 👀
具体的にどんな感じです?(ツールバーの一番左がMenuBar代わり) |
@sevenc-nanashi ニュアンスはこんなかんじかなと! メニューバーを開いたり、設定を開いたりは頻度が低いから上。 (あくまで考え方の1つって感じかなと) |
かといってメニュー開くボタンが他のボタンほど使われるのか微妙な気がするんですよね…。 |
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です!
気に入ったとこだけ変更してマージしていただければ!
ちなみにこれってサクッと試せるんでしたっけ👀
src/components/HeaderBar.vue
Outdated
@@ -1,5 +1,22 @@ | |||
<template> | |||
<q-header class="q-py-sm"> | |||
<q-toolbar v-if="isMobile" class="bg-primary text-white"> |
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.
ここ、コンテナとプレゼンター分けて、モバイル用のプレゼンター入れた方がいい気がしますね〜
リファクタリング箇所がわかってきた。
src/components/MobileMenu.vue
Outdated
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.
設定画面ですかね?
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.
なるほどです。
設定への遷移をプロジェクト選択画面に持たせる場合、3遷移になって流石に遠いかもですねぇ。
(そもそもスマホアプリでそんな細かい設定があるものなのか知らないですが。。)
VITE_TARGETの分岐はほとんどないので、
で動くと思います。 |
// 1フレーム遅らせることで、真っ白の画面が表示されるのを防ぐ。 | ||
requestAnimationFrame(() => { | ||
SplashScreen.hide(); | ||
}); |
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.
消えてたことに気がついたので。
内容
タイトル通り。
関連 Issue
(なし)
スクリーンショット・動画など
(なし)
その他
(なし)