Increase card size on click #269
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#269
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
We need a way to either increase the size of a card in the grid or show a new window with the view when clicking the card/a button in the card. This has two sub-issues: #270 and #271
This will serve more as a proof of concept
#270
This works for me. I had some troubles because when I tried resizing a card with the symbol in the corner, it counted as a click, which made it so each time I resized a card using that mechanic, it went back because it's h and w were now larger than 1 and 3...
I fixed this by using onDoubleClick instead of onClick, so you have to double click for it to enlarge if that's okay. I included a video showing the results on the web with the current settings.
Looks really good! Also really like that it uses double click instead of on click, should prevent users accidentally scaling cards.