Implement Pagination / Limit for the Dashboard #18
Reference in New Issue
Block a user
Delete Branch "issue-6"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves #6
I want that in the frontend you can scroll endlessly, does this work with this kind of solution? If not please implement that
don't change dockerfile
@@ -1,4 +1,4 @@FROM node:25-trixie AS baseFROM public.ecr.aws/docker/library/node:25-trixie AS baseuse old image please
I have implemented endless scrolling by adding a new API endpoint at '/api/aktis' and utilizing an intersection observer in the dashboard. This approach supports efficient pagination while maintaining a seamless user experience. I've also merged the latest main branch to ensure compatibility.