happyDeliver/web
Pierre-Olivier Mercier 7422f6ed0a Add paginated test history listing with disable option
Add GET /tests endpoint returning lightweight test summaries (grade,
score, domain, date) with pagination, using database-level JSON
extraction to avoid loading full report blobs. The feature can be
disabled with --disable-test-list flag. Frontend includes a new
/tests/ page with table view and a conditional "History" navbar link.

Fixes: https://github.com/happyDomain/happydeliver/issues/12
2026-04-09 18:05:06 +07:00
..
src Add paginated test history listing with disable option 2026-04-09 18:05:06 +07:00
static/img Protonmail is now the best mailbox provider I tested 2025-11-01 15:46:48 +07:00
.gitignore Web UI setup 2025-10-20 15:02:14 +07:00
.npmrc Web UI setup 2025-10-20 15:02:14 +07:00
.prettierignore Web UI setup 2025-10-20 15:02:14 +07:00
.prettierrc Web UI setup 2025-10-20 15:02:14 +07:00
assets.go Web UI setup 2025-10-20 15:02:14 +07:00
eslint.config.js Web UI setup 2025-10-20 15:02:14 +07:00
openapi-ts.config.ts Update dependency @hey-api/openapi-ts to v0.85.2 2025-10-20 15:08:44 +07:00
package-lock.json chore(deps): lock file maintenance 2026-03-23 02:25:53 +00:00
package.json chore(deps): update dependency @sveltejs/vite-plugin-svelte to v7 2026-03-19 03:00:49 +00:00
routes.go Add paginated test history listing with disable option 2026-04-09 18:05:06 +07:00
svelte.config.js Web UI setup 2025-10-20 15:02:14 +07:00
tsconfig.json Web UI setup 2025-10-20 15:02:14 +07:00
vite.config.ts Web UI setup 2025-10-20 15:02:14 +07:00