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

feat(tms): 設定メニューの表示モード #162

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

cffnpwr
Copy link
Collaborator

@cffnpwr cffnpwr commented Feb 4, 2024

What

スマホUIのときに設定メニューをグリッドではなくリスト表示にする

Why

やー個人的にはスマホもこういう表示でいいと思うんだけどね

https://submarin.online/notes/9owxk2k3ts

Additional info (optional)

  • クラシック表示を追加 by @taiyme

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

@cffnpwr cffnpwr self-assigned this Feb 4, 2024
@github-actions github-actions bot added the packages/frontend Client side specific issue/PR label Feb 4, 2024
@cffnpwr cffnpwr marked this pull request as ready for review February 5, 2024 06:02
@cffnpwr cffnpwr requested a review from taiyme February 5, 2024 06:09
@taiyme taiyme changed the title Non grid settings menu feat(tmsFlask): 設定メニューをリスト表示にする Feb 7, 2024
@taiyme taiyme changed the title feat(tmsFlask): 設定メニューをリスト表示にする feat(tmsFlask): 設定メニューの表示モード Feb 8, 2024
@taiyme taiyme changed the title feat(tmsFlask): 設定メニューの表示モード feat(tms): 設定メニューの表示モード Feb 11, 2024
@taiyme taiyme force-pushed the non-grid-settings-menu branch from 76a1bba to 159aa56 Compare March 6, 2024 07:36
@taiyme
Copy link
Owner

taiyme commented Mar 6, 2024

コンフリクト解消のためにmergeしたら馬鹿みたいに変更量があって脳が破壊されたので、再度書き直してforce pushしました❗❗❗❗❗Draftに戻します❗❗❗❗❗❗❗❗❗❗

@taiyme taiyme marked this pull request as draft March 6, 2024 07:46
@taiyme taiyme marked this pull request as ready for review March 7, 2024 05:20
<button
v-else-if="item.type === 'button'"
:key="`group:${i}-button:${j}`"
tabindex="0"
Copy link
Owner

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;
Copy link
Owner

Choose a reason for hiding this comment

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

必ずしもgridで描画されるわけではないので、wideであることを伝えるpropsにする

@taiyme taiyme merged commit 4b7653f into taiyme Mar 7, 2024
3 checks passed
@taiyme taiyme deleted the non-grid-settings-menu branch March 7, 2024 05:36
1673beta pushed a commit to bettaku/taiyme_shinano_fork that referenced this pull request Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/frontend Client side specific issue/PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants