-
Notifications
You must be signed in to change notification settings - Fork 275
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
Feature: Implement Mobile-First Design for Website #193
Comments
Can you assign it to me? I'm unable to assign it to myself |
Yes! If you want an issue you can also write /take and it will automatically be assigned to you ✨ |
Or was it another command @alexghirelli? 👆 |
The right command is |
The issue you are trying to assign to yourself is already assigned. |
Update: still working on this, the code is not in a great shape lol, a separate nav component for every sidebar?? Working on separating and cleaning code and will make pr soon! |
YES I KNOW 😂 @shouryan01 - Going to do some clean up for the nav etc this weekend. When i mean clean i mean in regards #194 |
@meglerhagen Now for responsivenes, I was thinking of setting sidebar to collapsed on screens smaller than lg, and then for screens smaller than md, it would turn into a hamburger menu I'm going to focus on #196 starting tomorrow but just wanted to give an update |
That sounds like a good plan @shouryan01 - I think that if we can do that it would be great. It's a big task so if you need some help please write to me. Look at the React Size Panels for some documentation if needed. Maybe a problem is going to be the cookie setting between the pages? |
Hello @meglerhagen, Is there any issue open where I can contribute too? |
Hello @replyre! Yes, we need some help! Lets talk on discord? ✨ |
@matteobad did you merge your changes in for the sidebar? If so, I can finish off this ticket |
@meglerhagen this one can be closed right? |
Yes ✨ |
Type of feature
💡 Feature
Current behavior
Currently, the website is not optimized for mobile devices, which may affect user experience on smaller screens.
Suggested solution
I propose we adopt a mobile-first design approach, starting with the Dashboard page, followed by the Accounts page. Specifically, we should:
We are using Tailwind, which should facilitate creating responsive designs that look good on mobile.
Additional context
Adopting a mobile-first approach will enhance the accessibility and user experience of our website on mobile devices, aligning with modern web development practices.
The text was updated successfully, but these errors were encountered: