#799 Fix mobile preview header #819

Merged
a22erigr merged 3 commits from #799-Fix-mobile-preview-header into team_2_week_5 2026-05-08 10:51:58 +00:00
Collaborator

Regarding issue #799: Fix mobile preview header.

Problems: 1. Header in the preview window of the add card modal creates less space for the actual preview.

Solution: 1. Downsized the header and removed the view name as per suggestion. Since the preview got placed differently depending on the size of the card, the display area got smaller by removing some margin from elements.

Possible improvements:

  • Header still moves a bit depending on the card size, if the preview card is made smaller it does not show information however. Do not know how to fix.

Notes: Tested through Chromes "phone view".

Regarding issue #799: Fix mobile preview header. Problems: 1. Header in the preview window of the add card modal creates less space for the actual preview. Solution: 1. Downsized the header and removed the view name as per suggestion. Since the preview got placed differently depending on the size of the card, the display area got smaller by removing some margin from elements. Possible improvements: - Header still moves a bit depending on the card size, if the preview card is made smaller it does not show information however. Do not know how to fix. Notes: Tested through Chromes "phone view".
Removed and resized stuff to make the card fit better.
Removed some margin for the card.
Collaborator

Review on #819

Whats done

Tested on both Iphone (safari) and macOS using chrome phone view

  • App starts
    • Opened the add card modal
    • Verified that preview header now takes less space
    • Checked that the preview area has more room for content

Inspected following files

  • AddCardModal.module.css
    • Indentation/code styling
      • Follows standard
    • Naming convention
      • Follows standard
    • General code quality
      • The mobile preview layout is improved but additional fixes are needed.

What needs to be done

  • Fix preview content being hidden on smaller mobile preview sizes.

Conclusion

The changes improve the mobile preview layout and reduce the space used by the header. However some preview content becomes hidden on smaller preview sizes.

# Review on #819 ## Whats done ### Tested on both Iphone (safari) and macOS using chrome phone view + App starts + Opened the add card modal + Verified that preview header now takes less space + Checked that the preview area has more room for content ### Inspected following files + AddCardModal.module.css + Indentation/code styling + Follows standard + Naming convention + Follows standard + General code quality + The mobile preview layout is improved but additional fixes are needed. ## What needs to be done + Fix preview content being hidden on smaller mobile preview sizes. ## Conclusion The changes improve the mobile preview layout and reduce the space used by the header. However some preview content becomes hidden on smaller preview sizes.
Collaborator
No description provided.
Fixed some content not being shown.
Collaborator

Good job. I tested on Iphone (safari) and macOS using chrome phone view. The hidden content issue is now fixed and the code is ready to be merged.

Good job. I tested on Iphone (safari) and macOS using chrome phone view. The hidden content issue is now fixed and the code is ready to be merged.
a22erigr merged commit 53fd710016 into team_2_week_5 2026-05-08 10:51:58 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K!819
No description provided.