mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Create pagination component and paginate manage page as well
This commit is contained in:
@@ -179,6 +179,8 @@ export const enhanceForm = (options?: {
|
||||
};
|
||||
};
|
||||
|
||||
export const PAGINATION_MAX_ITEMS = 20;
|
||||
|
||||
export const hexToHSL = (hex: string) => {
|
||||
const r = parseInt(hex.slice(1, 3), 16) / 255;
|
||||
const g = parseInt(hex.slice(3, 5), 16) / 255;
|
||||
|
||||
Reference in New Issue
Block a user