649-Footer-not-moving-whit-grid #685

Closed
a24hamrh wants to merge 0 commits from 649-Footer-not-moving-with-grid into team_1_week_4
Collaborator

Whats done:

  • Set the totalRowHeight to rowHeight for a more dynamic gridsize.
  • Changed the minRowsToFillScreen calculation to round down instead of up. This is to ensure the grid is not overlapping the footer.
  • Moved gridSizes above totalRowHeight so we can use rowHeight whit it.
## Now the footer is underneath the grid and follows it when it expands. ### Whats done: + Set the totalRowHeight to rowHeight for a more dynamic gridsize. + Changed the minRowsToFillScreen calculation to round down instead of up. This is to ensure the grid is not overlapping the footer. + Moved gridSizes above totalRowHeight so we can use rowHeight whit it.
-Set the totalRowHeight to rowHeight for a more dynamic gridsize.
-Changed the minRowsToFillScreen calculation to round down instead of up. This is to ensure the grid is not overlapping the footer.
-Moved gridSizes above totalRowHeight so we can use rowHeight whit it.
Collaborator

I think this also solved the issue I'm working with: #647

I think this also solved the issue I'm working with: #647
Collaborator

image

Im guessing this not the way it should display?

image

when i am dragging a card down to increase the row the footer gets appropriate margin though

![image](/attachments/230ad142-52ca-4b16-9f09-4b2d61dab776) Im guessing this not the way it should display? ![image](/attachments/50d07a44-70f8-4c86-b616-0858ae632c3f) when i am dragging a card down to increase the row the footer gets appropriate margin though
Function now gets executed when deleting a card or reseting to default layout, which fixed the problem of the footer randomly being in the middle.
Collaborator

Noticed that the updateGridRows function never got executed when reseting or deleting a card, which made the footer appear in the middle of the page. That is now fixed.

Noticed that the updateGridRows function never got executed when reseting or deleting a card, which made the footer appear in the middle of the page. That is now fixed.
Removed the last row so it wont overlap whit the footer.
Round down the amount of rows the function for updating the grid on dragg was calculating.
Collaborator

Code is well structured and follows our conventions well.

The Solution works on linux machines. The footer will move down as the grid grows without any overlap.

This is ready to be merged

Code is well structured and follows our conventions well. The Solution works on linux machines. The footer will move down as the grid grows without any overlap. This is ready to be merged
Collaborator

This has been merged manually.

This has been merged manually.
a24julot closed this pull request 2026-05-05 09:01:41 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
5 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!685
No description provided.