-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat(tms): 設定メニューの表示モード #162
Conversation
Co-authored-by: cffnpwr <[email protected]>
76a1bba
to
159aa56
Compare
コンフリクト解消のためにmergeしたら馬鹿みたいに変更量があって脳が破壊されたので、再度書き直してforce pushしました❗❗❗❗❗Draftに戻します❗❗❗❗❗❗❗❗❗❗ |
<button | ||
v-else-if="item.type === 'button'" | ||
:key="`group:${i}-button:${j}`" | ||
tabindex="0" |
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.
※tabindexを0にしないと正常に機能しない
def: any[]; | ||
grid?: boolean; | ||
def: SuperMenuDef; | ||
wideMode?: boolean; |
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.
必ずしもgridで描画されるわけではないので、wideであることを伝えるpropsにする
…ge-generic Merge 2024.9.0 to releases
What
スマホUIのときに設定メニューをグリッドではなくリスト表示にする
Why
https://submarin.online/notes/9owxk2k3ts
Additional info (optional)
Checklist