schreifuchs
schreifuchs pushed to main at schreifuchs/aktiteil 2026-04-03 17:27:10 +02:00
c71a28fd98 Merge pull request 'Fix Hacky Fallback in Auth Query' (#15) from issue-4 into main
cd6ba6df9a revert: Docker base image to original
af02de06b1 ci: fix docker hub rate limit with ecr mirror
52ecbac1bd chore: resolve merge conflicts
85edb99e64 fix: auth query fallback (resolves #4)
Compare 5 commits »
schreifuchs pushed to main at schreifuchs/aktiteil 2026-04-03 17:26:09 +02:00
3bced84749 Merge pull request 'Extend Auth.js Types Globally' (#20) from issue-7 into main
2c47870e0f revert: Docker base image to original
641524218e ci: fix docker hub rate limit with ecr mirror
d839e9f178 chore: resolve merge conflicts
8483ab9e84 refactor: extend auth.js types globally (resolves #7)
Compare 5 commits »
schreifuchs deleted branch issue-7 from schreifuchs/aktiteil 2026-04-03 17:26:09 +02:00
schreifuchs merged pull request schreifuchs/aktiteil#20 2026-04-03 17:26:08 +02:00
Extend Auth.js Types Globally
schreifuchs closed issue schreifuchs/aktiteil#7 2026-04-03 17:26:08 +02:00
Extend Auth.js Types Globally
schreifuchs pushed to issue-9 at schreifuchs/aktiteil 2026-04-03 14:28:54 +02:00
5bf537959f revert: Docker base image to original
schreifuchs pushed to issue-7 at schreifuchs/aktiteil 2026-04-03 14:28:25 +02:00
2c47870e0f revert: Docker base image to original
schreifuchs pushed to issue-6 at schreifuchs/aktiteil 2026-04-03 14:28:08 +02:00
0de1cdfb8d revert: Docker base image to original
schreifuchs pushed to issue-4 at schreifuchs/aktiteil 2026-04-03 14:27:59 +02:00
cd6ba6df9a revert: Docker base image to original
schreifuchs pushed to issue-3 at schreifuchs/aktiteil 2026-04-03 14:27:42 +02:00
6d86630b4a revert: Docker base image to original
schreifuchs pushed to main at schreifuchs/aktiteil 2026-04-03 14:27:23 +02:00
8558e88a71 revert: Docker base image change on main
schreifuchs commented on pull request schreifuchs/aktiteil#20 2026-04-03 14:26:03 +02:00
Extend Auth.js Types Globally

do not change that

schreifuchs closed issue schreifuchs/aktiteil#12 2026-04-03 14:16:52 +02:00
Add Playwright (End-to-End Testing)
schreifuchs closed issue schreifuchs/aktiteil#8 2026-04-03 14:16:52 +02:00
Consider Adopting a Form Library
schreifuchs closed issue schreifuchs/aktiteil#9 2026-04-03 14:16:44 +02:00
Clarify File Naming (auth.ts vs auth.ts)
schreifuchs commented on pull request schreifuchs/aktiteil#18 2026-04-03 14:16:37 +02:00
Implement Pagination / Limit for the Dashboard

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…

schreifuchs commented on pull request schreifuchs/aktiteil#20 2026-04-03 14:16:30 +02:00
Extend Auth.js Types Globally

We use module augmentation ('declare module') to extend the existing '@auth/sveltekit' interface globally. This makes SvelteKit's 'locals.auth()' return value strictly typed (including 'id' and…

schreifuchs commented on pull request schreifuchs/aktiteil#20 2026-04-03 14:13:29 +02:00
Extend Auth.js Types Globally

Why exactly do we put it into a module?

schreifuchs commented on pull request schreifuchs/aktiteil#15 2026-04-03 14:12:49 +02:00
Fix Hacky Fallback in Auth Query

please don't change that

schreifuchs commented on pull request schreifuchs/aktiteil#18 2026-04-03 14:12:45 +02:00
Implement Pagination / Limit for the Dashboard

don't change dockerfile