#206-no-drag-option #232
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked-waiting-for-further-changes
bug
bug-only-on-server-for-mobile-not-webpage
Bug-Report-After-Merge
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
further-changes-needed
future-problem-not-fixint-this-period
help wanted
invalid
last-week-issue-to-fix
library
low-priority
needs input
needs review
not-implemented.
project documentation
question
research
reviewed
Script
security
SQL
style
Team 1
Team 2
team leaders
test-creation
testing
topLevel
unassigned
Under-review
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!232
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#206-no-drag-option"
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?
Added an "edit-mode" button, when first visiting the page no views/cards may be moved or resized. By pressing the button "edit-mode" is activated and views/cards can be modified.
Once the button is clicked the value of enableEdit is changed from false to true with an react state-function, then the previous value is "transformed" to the new value e.g. true (switches between them per press). The button also change the text tempending on the state.
The fixes are good and basically just additions to the integration of react grid layout, i will merge this in to the branch.