GruffElixir opened a new pull request, #500: URL: https://github.com/apache/fineract-backoffice-ui/pull/500
## What and why The shared paginator squeezes its label, page-size selector, range, and four navigation buttons into one non-wrapping row on phones. It now uses a two-row grid at the shared mobile breakpoint: page-size controls occupy the first row, while the range and navigation controls occupy the second. Closes #490 ## Validation - `npm test -- --watch=false --include=src/app/shared/components/paginator/paginator.component.test.ts` — 12 passed - ESLint on `paginator.component.ts` — passed - Prettier and `git diff --check` — passed ## Checklist - [x] No generated API files changed. - [x] No user-facing strings added. - [x] Existing paginator unit tests pass. - [x] Commit is signed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
