AltitudeWeb/frontend/src/app/bans/history
Teriuihi a5adb031bd Add pagination handling with pageSize and pageChange EventEmitter
Introduced `pageSize` in `bans.component.ts` to manage pagination logic and updated `buttonActive` to account for page size constraints. Added `pageChange` EventEmitter in `history.component.ts` to notify the parent component of page changes. Updated the template to bind `pageChange` for dynamic page size updates.
2025-04-12 22:11:40 +02:00
..
history.component.html Refactor table and pagination UI components. 2025-04-12 21:55:25 +02:00
history.component.scss Refactor table and pagination UI components. 2025-04-12 21:55:25 +02:00
history.component.spec.ts Add history page 2025-04-11 21:20:02 +02:00
history.component.ts Add pagination handling with pageSize and pageChange EventEmitter 2025-04-12 22:11:40 +02:00