945-change-position-empty-card #966

Merged
a24julot merged 7 commits from 945-change-position-empty-card into team_1_week_6 2026-05-19 11:17:09 +00:00
Collaborator

Calculation of left/top did not include margin set in gridbackground, emptygrid now in right place.

Issue with footer when refreshing page, emptycells extends below footer but if an card is added, it follows along. This issue seems that only I could replicate and will try it on other machines next week.

Calculation of left/top did not include margin set in gridbackground, emptygrid now in right place. Issue with footer when refreshing page, emptycells extends below footer but if an card is added, it follows along. This issue seems that only I could replicate and will try it on other machines next week.
added padding to div instead, calculation was right but standard containerpadding made the empty cells missplaced
Collaborator

Review on #966

Whats done

Tested on macOS using Chrome

  • Tested empty grid positioning on different screen sizes
  • Tested refreshing behavior
  • Tested adding cards in edit mode
  • App starts
    • A second scrollbar appears when the app starts in edit mode and reappears after refreshing the page until a card is added or the layout is reset
    • On smaller screen sizes the footer overlaps the empty grid placeholders
    • When multiple cards are added on larger screen some cards can go off screen when returning to smaller screen sizes.

Inspected following files

  • Dashboard.js
    • Indentation/code styling
      • Follows standard
    • Naming convention
      • Follows standard
    • Comments
      • Looks good
    • General code quality
      • No issues found
  • Dashboard.module.css
    • Indentation/code styling
      • Follows standard
    • Naming convention
      • Follows standard
    • General code quality
      • No issues found

What needs to be done

  • Dashboard layout behavior
    • Fix the second scrollbar appearing in edit mode
    • Fix the footer and empty grid placeholders overlap on smaller screen sizes
    • Fix cards going off the screen on smaller screen sizes

Conclusion

  • The empty grid positioning has improved, however there are some responsive layout issues and the code is not ready to be merged.
# Review on #966 ## Whats done ### Tested on macOS using Chrome + Tested empty grid positioning on different screen sizes + Tested refreshing behavior + Tested adding cards in edit mode + App starts + A second scrollbar appears when the app starts in edit mode and reappears after refreshing the page until a card is added or the layout is reset + On smaller screen sizes the footer overlaps the empty grid placeholders + When multiple cards are added on larger screen some cards can go off screen when returning to smaller screen sizes. ### Inspected following files + Dashboard.js + Indentation/code styling + Follows standard + Naming convention + Follows standard + Comments + Looks good + General code quality + No issues found + Dashboard.module.css + Indentation/code styling + Follows standard + Naming convention + Follows standard + General code quality + No issues found ## What needs to be done + Dashboard layout behavior + Fix the second scrollbar appearing in edit mode + Fix the footer and empty grid placeholders overlap on smaller screen sizes + Fix cards going off the screen on smaller screen sizes ## Conclusion + The empty grid positioning has improved, however there are some responsive layout issues and the code is not ready to be merged.
Collaborator
No description provided.
There is now only one scroll bar and no views/cards can be seen outside grid while screen is smaller
Author
Collaborator

@j21marbr These issues exist in the team branch and have not been caused by this issue, generally all that is change in this pull-request is the calculation of emptygrid positioning as well as removing padding.

I solved the double scrollbar problem, but the issue with partially visible views/cards is caused by cards being placed in columns outside the current resolution’s maximum column count. For example, when switching from an 8-column layout to a 4-column layout, the cards keep their original coordinates until the state updates, either by moving the cards manually or refreshing the page.

@a24julot Perhaps we should create new issues for this.

@j21marbr These issues exist in the team branch and have not been caused by this issue, generally all that is change in this pull-request is the calculation of emptygrid positioning as well as removing padding. I solved the double scrollbar problem, but the issue with partially visible views/cards is caused by cards being placed in columns outside the current resolution’s maximum column count. For example, when switching from an 8-column layout to a 4-column layout, the cards keep their original coordinates until the state updates, either by moving the cards manually or refreshing the page. @a24julot Perhaps we should create new issues for this.
Collaborator

New issues will be created for the problems identified, will merge this after getting approval from @j21marbr .

New issues will be created for the problems identified, will merge this after getting approval from @j21marbr .
Collaborator

I checked the changes and the double scrollbar is now gone and look correct and the code is ready to be merged.

I checked the changes and the double scrollbar is now gone and look correct and the code is ready to be merged.
a24julot merged commit b6b0266c8d into team_1_week_6 2026-05-19 11:17:09 +00:00
c24danli deleted branch 945-change-position-empty-card 2026-05-21 12:40:42 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 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!966
No description provided.