Show grid when in grid edit mode #263
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
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K#263
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?
When editing is enabled (i.e. the user is able to move and resize cards) we want to show the underlying grid. This should not be turned on by default. Below are some examples of what I mean.
Not in edit mode:

In edit mode (excuse the quality):

There is probably some inherit settings in react-grid-library for this. If there isn't, the grid cell width/height can be set in pixels. Currently we only set the height.

This probably helps in solving this issue:
https://github.com/react-grid-layout/react-grid-layout?tab=readme-ov-file#gridbackground
Perhaps a less visible e.g. dotted grid with low contrast is a solution for showing the grid at least while resizing / moving the items.
The grid-ed view is too sharply contrasted for normal operation imho.
PR is done
#426