Vylepšení responzivního designu #34

Open
opened 2026-02-04 14:28:35 +01:00 by batmanisko · 0 comments
Member

Feature: Improved Responsive Design

FeatureRequest enum: RESPONSIVITY
Description: Vylepšení responzivního designu

Implementation Notes

Improve the responsive layout for better mobile and tablet experience.

Key files to modify:

  • client/src/App.scss – Responsive breakpoints, layout adjustments
  • Various components – Ensure all UI components adapt well to small screens

Approach:

  1. Audit current responsive behavior on various screen sizes (mobile, tablet, desktop)
  2. Identify layout issues (overflow, truncation, unreadable text, unusable controls)
  3. Add/fix CSS media queries for key breakpoints
  4. Ensure touch targets are adequately sized on mobile
  5. Test navigation, modals, and tables on narrow viewports
  6. Consider mobile-first improvements for the most common mobile use cases (checking today's menu, making a selection)
## Feature: Improved Responsive Design **FeatureRequest enum:** `RESPONSIVITY` **Description:** Vylepšení responzivního designu ### Implementation Notes Improve the responsive layout for better mobile and tablet experience. **Key files to modify:** - `client/src/App.scss` – Responsive breakpoints, layout adjustments - Various components – Ensure all UI components adapt well to small screens **Approach:** 1. Audit current responsive behavior on various screen sizes (mobile, tablet, desktop) 2. Identify layout issues (overflow, truncation, unreadable text, unusable controls) 3. Add/fix CSS media queries for key breakpoints 4. Ensure touch targets are adequately sized on mobile 5. Test navigation, modals, and tables on narrow viewports 6. Consider mobile-first improvements for the most common mobile use cases (checking today's menu, making a selection)
batmanisko added the Vylepšení label 2026-02-04 14:30:14 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Marbes/Luncher#34