#799 Fix mobile preview header #819
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!819
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#799-Fix-mobile-preview-header"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
Notes: Tested through Chromes "phone view".
Review on #819
Whats done
Tested on both Iphone (safari) and macOS using chrome phone view
Inspected following files
What needs to be done
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.
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.