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

Improve Mobile Forms and Tables Layout #5

Closed
mrmartin1998 opened this issue Jan 18, 2025 · 1 comment
Closed

Improve Mobile Forms and Tables Layout #5

mrmartin1998 opened this issue Jan 18, 2025 · 1 comment
Assignees
Labels
high-bug Fix soon, major feature disruption.

Comments

@mrmartin1998
Copy link
Owner

Forms and tables are breaking on mobile devices, causing usability issues and horizontal scrolling.

Current Issues:

  • Tables overflow on mobile screens
  • Form inputs not properly sized
  • Input groups stack incorrectly
  • Action buttons poorly positioned

Specific Components:

  1. Workout Creation Form

    • Set/rep tables overflow
    • Input fields too narrow
    • Button positioning issues
  2. Exercise Forms

    • Filter controls overlap
    • Search inputs not full width
    • Form validation messages overflow

Related Files:

  • src/app/workouts/create/page.jsx
  • src/app/exercises/page.jsx
@mrmartin1998 mrmartin1998 added the enhancement New feature or request label Jan 18, 2025
@mrmartin1998 mrmartin1998 self-assigned this Jan 18, 2025
@mrmartin1998 mrmartin1998 added high-bug Fix soon, major feature disruption. and removed enhancement New feature or request labels Jan 20, 2025
@mrmartin1998
Copy link
Owner Author

Improved mobile layout for workout creation form by:

  • Added clear labels for reps and weight inputs on mobile view
  • Maintained desktop table view while optimizing mobile experience
  • Reduced horizontal scrolling on small screens
  • Improved touch targets for better mobile usability
  • Added responsive design that adapts to screen size

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high-bug Fix soon, major feature disruption.
Projects
None yet
Development

No branches or pull requests

1 participant