Skip to content

Feat/animated pagination#78

Open
farhanmallik05 wants to merge 2 commits intobetterbugs:developfrom
farhanmallik05:feat/animated-pagination
Open

Feat/animated pagination#78
farhanmallik05 wants to merge 2 commits intobetterbugs:developfrom
farhanmallik05:feat/animated-pagination

Conversation

@farhanmallik05
Copy link

Closes #76

Adds lightweight animated pagination to the DevTools listing page. Works across all filter states (category, type, search).

Changes:

New
Pagination.tsx
component with spring-animated sliding indicator (framer-motion)
PAGE_SIZE = 30, auto-reset to page 1 on filter changes
AnimatePresence page transitions, ellipsis for large page counts
No new npm dependencies

Implements betterbugs#76: Adds lightweight animated pagination to the main tools listing page.

- Create reusable Pagination component with framer-motion sliding indicator

- Paginate tools grid to 30 items per page

- Reset to page 1 on filter/search changes

- Show pagination for search results exceeding 9 items

- Add AnimatePresence page transition animations

- Update 'Showing' label to display page range
@SyedFahad7
Copy link
Collaborator

Please remove code changes from PR #71 and keep it scoped for the pagination issue

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 lightweight animated pagination to DevTools listing (applies to all filters)

2 participants