-
-
Notifications
You must be signed in to change notification settings - Fork 434
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
Bug: Broken UI in user page #1175
Comments
Hello @devAlisha, thank you for raising the issue.
Currently, the issue is marked as https://github.com/MilanCommunity/Milan/labels/status%3A%20todo%20%E2%8F%B3 so please wait until the maintainers/owner review it and provide you with feedback/suggestions to proceed further. Feel free to reach out to Tamal on Twitter, or drop a mail at [email protected] if you think that this issue is of critical priority. Give us a ⭐ to show some support |
I'm willing to work on this issue |
I am interested to work on this |
Hi @devAlisha , as you said about the overlapping part, how about we do a slider because if you look at this line here, you will notice that the data is just fixed which also causes responsiveness issue sometimes. A club might also do 10-15 events, so I assume a slider would be better. 📑 Checklist in case you missed something
Please maintain structure, use conventional pull request titles, and avoid spam to avoid closure or bans. |
In the code we are already using a slider just like the mentor section |
There is a better, easier solution |
I've raised the PR please do review @tamalCodes |
Please allow me the opportunity to resolve this issue at hand |
Hi @tamalCodes, We just made a new organization, and have sent you an invite. Welcome to the community 🎉 |
Description
When resizing the screen on the User page, the carousel images for Events Attending overlap, leading to a visual issue that negatively impacts the user experience. This issue requires attention and resolution.
Steps to Reproduce
/User/:userId
.Proposed Solution
Using window.innerWidth in combination with the resize event listener and React state
Screenshots
Browser 🥦
Google Chrome
Checklist ✅
The text was updated successfully, but these errors were encountered: