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

add: popover menu for setting button sheet, close #43 #162

Merged
merged 2 commits into from
Aug 17, 2022

Conversation

howard-tzw
Copy link
Contributor

resolve issue #43

@netlify
Copy link

netlify bot commented Aug 10, 2022

👷 Deploy request for dreamy-dijkstra-527e49 pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit ceb6f48

@Yukaii
Copy link
Contributor

Yukaii commented Aug 10, 2022

Hi @howard-tzw, thank you for the contribution!

The new menu looks great! However, I still want to keep the old bottom sheet on mobile screen size. Could the new menu only show on the desktop screen? You can use Vuetify breakpoint API:

<div v-if="full || $vuetify.breakpoint.mdAndUp" class="mb-5">

Desktop Design: https://www.figma.com/file/nTYqE10obqYSy2x9zY6Oer/Disfactory_UI_design?node-id=494%3A7845
Mobile Design: https://www.figma.com/file/nTYqE10obqYSy2x9zY6Oer/Disfactory_UI_design?node-id=244%3A1177

@Yukaii Yukaii self-requested a review August 10, 2022 12:03
@howard-tzw howard-tzw force-pushed the patch-issue-43 branch 2 times, most recently from 786fbab to 8002f4c Compare August 12, 2022 05:32
@howard-tzw
Copy link
Contributor Author

howard-tzw commented Aug 12, 2022

Hi @Yukaii, I updated the commit for the old button on mobile screen size, please help me review the code, thanks!

Copy link
Contributor

@Yukaii Yukaii left a comment

Choose a reason for hiding this comment

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

LGTM

@Yukaii Yukaii linked an issue Aug 17, 2022 that may be closed by this pull request
@Yukaii Yukaii merged commit a9f4eef into Disfactory:master Aug 17, 2022
@Yukaii
Copy link
Contributor

Yukaii commented Aug 17, 2022

It works pretty well! Thank you for the contribution @howard-tzw 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

電腦版顯示設定按鈕改用 popover menu
2 participants