Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(board): change order of tiles #1584

Merged
merged 5 commits into from
Jul 23, 2024
Merged

feat(board): change order of tiles #1584

merged 5 commits into from
Jul 23, 2024

Conversation

purusott
Copy link
Collaborator

@purusott purusott commented Jul 12, 2024

Change order of tiles in boards

This works in both /edit and for demoboards.

  • Made a TileList wrapper for the TileCard components to keep track of the order of the tiles, as the original parent component was a server component
  • Uses debounce to not trigger frequent requests to the backend for saving tiles

Result:

  • image
  • image

Changed order

  • image

@purusott purusott merged commit f27738c into master Jul 23, 2024
3 checks passed
@purusott purusott deleted the move-tiles-in-board branch July 23, 2024 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants