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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.