Updated 19-06-2026, 12:32
Commit: 7fb8038 Show on GitHub
- Author: Sidopjescherm
- Date: 5/27/2026, 9:23:05 AM
- Message: refactor: #13 Multiple pages change Due to the database being finished I could now make the data show up and transfer the rest of the EJS to the correct pages.
- Stats: 423 total changes (+421 / -2)
Changed Files
src/routes/(public)/api-key/request/+page.svelte— +3 / -2 (5 changes)src/routes/(public)/api-key/success/+page.svelte— +25 / -0 (25 changes)src/routes/(public)/api-key/verify/+page.svelte— +22 / -0 (22 changes)src/routes/(public)/data/+page.svelte— +241 / -0 (241 changes)src/routes/+layout.svelte— +16 / -0 (16 changes)src/routes/+page.svelte— +93 / -0 (93 changes)src/routes/admin/login/+page.svelte— +21 / -0 (21 changes)