Skip to content

feat: Persist creator list filters and sort in URL params#413

Merged
Chucks1093 merged 1 commit into
accesslayerorg:mainfrom
michaelvic123:feat/persist-creator-filters-in-url
Jun 1, 2026
Merged

feat: Persist creator list filters and sort in URL params#413
Chucks1093 merged 1 commit into
accesslayerorg:mainfrom
michaelvic123:feat/persist-creator-filters-in-url

Conversation

@michaelvic123
Copy link
Copy Markdown
Contributor

  • Add URL search params to persist search query (q) and sort option (sort)
  • Sync filter state to URL without page reload
  • Restore state from URL on navigation or shared links
  • Fix ESLint exhaustive dependencies warning using refs

Summary

Testing

  • pnpm lint
  • pnpm build

Checklist

  • Linked issue or backlog item
  • Scope is limited to the stated change
  • Updated docs if behavior or setup changed
  • Added screenshots for UI changes when relevant

closes #404

- Add URL search params to persist search query (q) and sort option (sort)
- Sync filter state to URL without page reload
- Restore state from URL on navigation or shared links
- Fix ESLint exhaustive dependencies warning using refs
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Jun 1, 2026

@michaelvic123 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

@Chucks1093 Chucks1093 merged commit e166152 into accesslayerorg:main Jun 1, 2026
1 check passed
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.

Add helper for persisting creator list filter state in URL params

2 participants