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

Make UI More Responsive #16

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sourabhkumhar
Copy link

refactor: Improve responsiveness and layout in multiple components

In this commit, I made the following improvements:

1. FooterContent:

  • Enhanced responsiveness by adjusting links for better display on various screen sizes.

2. TabAccount:

  • Improved button and item responsiveness to enhance the user experience on mobile devices.

3. TabInfo, TabSecurity, and TabAccount:

  • Replaced the use of marginRight with a flex-based layout to provide consistent spacing between elements.
  • Added gap between elements to maintain proper spacing when items wrap.

4. StatisticsCard:

  • Modified the layout to display items in a 2/row grid instead of 1/row.
  • This change reduces the card's height and enhances its overall appearance.

These changes contribute to better responsiveness and a more polished user interface in the mentioned components.

refactor: Improve responsiveness and layout in multiple components

In this commit, I made the following improvements:

1. FooterContent:
   - Enhanced responsiveness by adjusting links for better display on various screen sizes.

2. TabAccount:
   - Improved button and item responsiveness to enhance the user experience on mobile devices.

3. TabInfo, TabSecurity, and TabAccount:
   - Replaced the use of marginRight with flex-based layout to provide consistent spacing between elements.
   - Added gap between elements to maintain proper spacing when items wrap.

4. StatisticsCard:
   - Modified the layout to display items in a 2/row grid instead of 1/row.
   - This change reduces the card's height and enhances its overall appearance.

These changes contribute to better responsiveness and a more polished user interface in the mentioned components.
by setting all images to draggable={false} it provide more professional UI experience.
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

2 participants