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

Kaushik kc/notification list overflows the viewport in mobile #2469

Conversation

KaushikKC
Copy link
Contributor

What it solves

Resolves #2446

How this PR fixes it

I have used the Css media query to adjust the width of the notification bar in the mobile screen

How to test it

open the site in the developer mode and view in different mobile width.

Screenshots

Screenshot from 2023-08-29 18-51-37

Checklist

  • I've tested the branch on mobile 📱
  • I've documented how it affects the analytics (if at all) 📊
  • I've written a unit/e2e test for it (if applicable) 🧑‍💻

@github-actions
Copy link

github-actions bot commented Aug 29, 2023

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@katspaugh
Copy link
Member

Thanks for the PR! Could you post a screenshot with actual notifications in the popup?

@@ -13,6 +13,13 @@
border: 1px solid var(--color-border-light);
}

@media only screen and (max-width: 470px) {
Copy link
Member

Choose a reason for hiding this comment

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

We are using MUI in this project and try to adhere to the default breakpoints as much as possible. In this case I would suggest to use the max-sm breakpoint which is 599.95px.

@KaushikKC
Copy link
Contributor Author

Here is the screenshot of the actual notifications in the popup

Screenshot from 2023-09-01 09-36-13

I have also added the MUI breakpoints to solve this.

I have read the CLA Document and I hereby sign the CLA

@KaushikKC
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@KaushikKC
Copy link
Contributor Author

recheck

@usame-algan
Copy link
Member

@KaushikKC can you check the diff? It says 1138 files changed. Looks like an OS formatting issue.

@katspaugh
Copy link
Member

It's not a formatting issue, the dev branch was rebased.
@KaushikKC could you rebase your commits on the latest dev? Thanks!

@KaushikKC KaushikKC force-pushed the KaushikKC/Notification-list-overflows-the-viewport-in-mobile branch from 7f1c172 to a348b2d Compare September 4, 2023 17:29
@KaushikKC
Copy link
Contributor Author

It's not a formatting issue, the dev branch was rebased. @KaushikKC could you rebase your commits on the latest dev? Thanks!

Yeah done

@katspaugh
Copy link
Member

katspaugh commented Sep 5, 2023

There’s still some git issue. Actually Usame was right. Looks like the permissions of each file were changed.

@katspaugh
Copy link
Member

I've merged these changes here: e200a0e
Thanks for the contribution!

@katspaugh katspaugh closed this Sep 18, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Sep 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Notification list overflows the viewport in mobile
3 participants