Skip to content

feat debounce localStorage writes for dashboard layout#848

Open
fathiaoyinloye wants to merge 1 commit into
rinafcode:mainfrom
fathiaoyinloye:feat/DashboardGrid-writes-layout-to-localStorage
Open

feat debounce localStorage writes for dashboard layout#848
fathiaoyinloye wants to merge 1 commit into
rinafcode:mainfrom
fathiaoyinloye:feat/DashboardGrid-writes-layout-to-localStorage

Conversation

@fathiaoyinloye

Copy link
Copy Markdown
Contributor

closes #731

Description

Debounced dashboard layout persistence to prevent synchronous localStorage writes on every widget state update.

This change reduces the frequency of serialization and storage operations during drag-and-drop interactions, improving UI responsiveness while ensuring layout changes are still persisted shortly after the user finishes interacting.

Related Issue

Closes #731

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Checklist

  • Code follows project style guidelines
  • Self-review completed
  • No console errors
  • Uses Lucide icons consistently
  • Responsive design implemented
  • Starknet best practices followed

@drips-wave

drips-wave Bot commented Jun 29, 2026

Copy link
Copy Markdown

@fathiaoyinloye Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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.

[Performance] DashboardGrid writes layout to localStorage on every widget state change

1 participant