No description
  • Svelte 60.6%
  • TypeScript 31.8%
  • Dockerfile 5.7%
  • HTML 1%
  • JavaScript 0.8%
Find a file
Steffen Roertgen 2a177a95e8
All checks were successful
Build and Push Docker Image / build (push) Successful in 55s
fix(signup): make import disclosure checkbox visible
The acknowledgement checkbox was checkbox-warning sm against an
alert-warning yellow background — effectively invisible until
toggled, and users had no clue why the Import button stayed
disabled.

Pull the checkbox out into its own white card on top of the yellow
banner: rounded base-100 background, ring-1 base-300 border,
hover state, larger checkbox-md sized neutral checkbox. Makes both
the click target and the on/off state obvious.
2026-06-12 14:31:37 +02:00
.forgejo/workflows ci: docker build pipeline for edufeed-accounts 2026-06-12 11:36:23 +02:00
e2e Initial scaffold for edufeed-accounts admin UI 2026-06-12 11:28:17 +02:00
src fix(signup): make import disclosure checkbox visible 2026-06-12 14:31:37 +02:00
static fix: add favicon.svg 2026-06-12 12:52:58 +02:00
.dockerignore ci: docker build pipeline for edufeed-accounts 2026-06-12 11:36:23 +02:00
.env.example Initial scaffold for edufeed-accounts admin UI 2026-06-12 11:28:17 +02:00
.gitignore Initial scaffold for edufeed-accounts admin UI 2026-06-12 11:28:17 +02:00
.npmrc Initial scaffold for edufeed-accounts admin UI 2026-06-12 11:28:17 +02:00
bun.lock ci: docker build pipeline for edufeed-accounts 2026-06-12 11:36:23 +02:00
Dockerfile fix(docker): COPY static/ into build stage 2026-06-12 12:56:55 +02:00
package.json Initial scaffold for edufeed-accounts admin UI 2026-06-12 11:28:17 +02:00
playwright.config.ts Initial scaffold for edufeed-accounts admin UI 2026-06-12 11:28:17 +02:00
pnpm-lock.yaml Initial scaffold for edufeed-accounts admin UI 2026-06-12 11:28:17 +02:00
svelte.config.js Initial scaffold for edufeed-accounts admin UI 2026-06-12 11:28:17 +02:00
tsconfig.json Initial scaffold for edufeed-accounts admin UI 2026-06-12 11:28:17 +02:00
vite.config.ts Initial scaffold for edufeed-accounts admin UI 2026-06-12 11:28:17 +02:00