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: mobile menu drawer #1547

Merged

Conversation

sasicodes
Copy link
Contributor

@sasicodes sasicodes commented Jan 6, 2023

What does this PR do?

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (non-breaking small changes to existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How should this be tested?

  • Test A
  • Test B

Checklist

  • I haven't read the contributing guide
  • My code doesn't follow the style guidelines of this project
  • I haven't performed a self-review of my own code and corrected any misspellings
  • I haven't commented my code, particularly in hard-to-understand areas
  • I haven't checked if my PR needs changes to the documentation
  • I haven't checked if my changes generate no new warnings
  • I haven't added tests that prove my fix is effective or that my feature works
  • I haven't checked if new and existing unit tests pass locally with my changes

@height
Copy link

height bot commented Jan 6, 2023

This pull request has been linked to and will mark 1 task as "Done" when merged:

  • T-2600 Implement drawer in mobile view for user profile menu development (unlink task)

Previously linked tasks:

💡Tip: You can link multiple Height tasks to a pull request.

@vercel
Copy link

vercel bot commented Jan 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
web ✅ Ready (Inspect) Visit Preview Jan 13, 2023 at 3:51AM (UTC)
1 Ignored Deployment
Name Status Preview Updated
api ⬜️ Ignored (Inspect) Jan 13, 2023 at 3:51AM (UTC)

@vercel vercel bot temporarily deployed to Preview – api January 9, 2023 05:43 Inactive
@sasicodes sasicodes self-assigned this Jan 9, 2023
@sasicodes sasicodes marked this pull request as ready for review January 9, 2023 14:08
@sasicodes sasicodes requested a review from bigint as a code owner January 9, 2023 14:08
@vercel vercel bot temporarily deployed to Preview – api January 9, 2023 14:09 Inactive
apps/web/src/store/app.ts Outdated Show resolved Hide resolved
@sasicodes
Copy link
Contributor Author

sasicodes commented Jan 12, 2023

is this modal scrollable? we can test with 100 fake profiles I guess

WITH max-h-[80vh]
image

@bigint
Copy link
Member

bigint commented Jan 12, 2023

Screen.Recording.2023-01-12.at.4.21.12.PM.mov

clicking on whitespace not working 👀

@bigint
Copy link
Member

bigint commented Jan 12, 2023

Screen.Recording.2023-01-12.at.4.26.00.PM.mov

same here too 👀

@bigint
Copy link
Member

bigint commented Jan 12, 2023

Screen.Recording.2023-01-12.at.4.33.37.PM.mov

here too

@bigint
Copy link
Member

bigint commented Jan 12, 2023

some areas are not clickable on mobile as well

Screen.Recording.2023-01-12.at.4.35.10.PM.mov

Copy link
Member

@bigint bigint left a comment

Choose a reason for hiding this comment

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

@sasicodes left some review 🙏🏼

apps/web/src/components/Shared/SwitchProfiles.tsx Outdated Show resolved Hide resolved
apps/web/src/components/Shared/SwitchProfiles.tsx Outdated Show resolved Hide resolved
apps/web/src/components/Shared/Navbar/SignedUser.tsx Outdated Show resolved Hide resolved
apps/web/src/components/Shared/Navbar/NavItems/Logout.tsx Outdated Show resolved Hide resolved
apps/web/src/components/Shared/Navbar/MobileDrawerMenu.tsx Outdated Show resolved Hide resolved
apps/web/src/components/Shared/Navbar/MobileDrawerMenu.tsx Outdated Show resolved Hide resolved
sasicodes and others added 2 commits January 12, 2023 19:24
Co-authored-by: bigint <69431456+bigint@users.noreply.github.com>
@bigint
Copy link
Member

bigint commented Jan 13, 2023

@sasicodes make sure to run yarn i18n:extract and push 🙇🏼

Copy link
Member

@bigint bigint left a comment

Choose a reason for hiding this comment

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

LGTM :shipit:

Rad LGTM

@bigint
Copy link
Member

bigint commented Jan 13, 2023

@sasicodes make sure to run yarn i18n:extract and push 🙇🏼

I'll do this in another PR 🚀

@bigint bigint merged commit dc232c8 into main Jan 13, 2023
@bigint bigint deleted the T-1444/implement-drawer-in-mobile-view-for-user-profile-menu branch January 13, 2023 03:55
sasicodes added a commit that referenced this pull request Jan 16, 2023
Co-authored-by: bigint <69431456+bigint@users.noreply.github.com>
Co-authored-by: Strek <ssharishkumar@gmail.com>
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.

None yet

3 participants