Implement Pagination / Limit for the Dashboard #18

Merged
schreifuchs merged 5 commits from issue-6 into main 2026-04-05 10:13:27 +02:00
Owner

Resolves #6

Resolves #6
schreifuchs added 1 commit 2026-04-03 13:06:26 +02:00
feat: implement limit for the dashboard (resolves #6)
Commit / ci (push) Has been cancelled
PullRequest / publish (pull_request) Failing after 2m10s
4475879330
Author
Owner

I want that in the frontend you can scroll endlessly, does this work with this kind of solution? If not please implement that

I want that in the frontend you can scroll endlessly, does this work with this kind of solution? If not please implement that
schreifuchs added 2 commits 2026-04-03 13:52:50 +02:00
refactor: resolve conflicts and use queries helper
Commit / ci (push) Has been cancelled
PullRequest / publish (pull_request) Failing after 2m21s
070638b2f1
schreifuchs added 1 commit 2026-04-03 13:57:45 +02:00
ci: fix docker hub rate limit with ecr mirror
Commit / ci (push) Has been cancelled
PullRequest / publish (pull_request) Successful in 4m38s
89c86a2d32
schreifuchs reviewed 2026-04-03 14:12:45 +02:00
schreifuchs left a comment
Author
Owner

don't change dockerfile

don't change dockerfile
Dockerfile Outdated
@@ -1,4 +1,4 @@
FROM node:25-trixie AS base
FROM public.ecr.aws/docker/library/node:25-trixie AS base
Author
Owner

use old image please

use old image please
Author
Owner

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.
schreifuchs added 1 commit 2026-04-03 14:28:08 +02:00
revert: Docker base image to original
Commit / ci (push) Successful in 10m34s
PullRequest / publish (pull_request) Failing after 2m28s
0de1cdfb8d
schreifuchs merged commit 19238edf57 into main 2026-04-05 10:13:27 +02:00
schreifuchs deleted branch issue-6 2026-04-05 10:13:27 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: schreifuchs/aktiteil#18