feat(ui): Add pagination to books pages and improve spacing
- Added CursorPagination component with page size selector (20/50/100) - Updated /books page with pagination support - Updated /libraries/[id]/books with pagination - Improved layout margins (added pb-16 and responsive px) - Series page uses improved layout spacing
This commit is contained in:
@@ -31,6 +31,12 @@
|
||||
--color-primary: hsl(194 76% 62%);
|
||||
--color-primary-soft: hsl(210 34% 24%);
|
||||
--color-muted: hsl(218 17% 72%);
|
||||
--color-success: hsl(142 70% 55%);
|
||||
--color-success-soft: hsl(142 30% 20%);
|
||||
--color-warning: hsl(45 90% 55%);
|
||||
--color-warning-soft: hsl(45 30% 20%);
|
||||
--color-error: hsl(2 80% 65%);
|
||||
--color-error-soft: hsl(2 30% 20%);
|
||||
}
|
||||
|
||||
/* Base styles */
|
||||
|
||||
Reference in New Issue
Block a user