web: added interval minute, profile list and profile view

This commit is contained in:
Carl-Gerhard Lindesvärd
2023-11-01 20:36:19 +01:00
parent 5a4765526b
commit 09672b34a3
19 changed files with 394 additions and 136 deletions

View File

@@ -16,7 +16,9 @@ export function usePagination(take = 100) {
);
}
export function Pagination(props: ReturnType<typeof usePagination>) {
export type PaginationProps = ReturnType<typeof usePagination>
export function Pagination(props: PaginationProps) {
return (
<div className="flex select-none items-center justify-end space-x-2 py-4">
<Button