happyDomain/web-admin
Pierre-Olivier Mercier e89a483725 web: add missing timeouts to toast notifications
Add timeout values to the 3 remaining toast calls that lacked them:
- Session error toast on redirect to login (10s)
- Account deleted success toast (5s)
- Database tidy error toast in web-admin (10s)
2026-03-28 21:42:17 +07:00
..
src web: add missing timeouts to toast notifications 2026-03-28 21:42:17 +07:00
.gitignore web-admin: Don't use .gitignore symlink 2026-02-12 12:12:09 +07:00
.npmrc Create admin interface base 2026-01-26 12:34:55 +08:00
.prettierignore Create admin interface base 2026-01-26 12:34:55 +08:00
.prettierrc Create admin interface base 2026-01-26 12:34:55 +08:00
assets-noui.go Create admin interface base 2026-01-26 12:34:55 +08:00
assets.go Generate admin API 2026-01-26 12:34:55 +08:00
eslint.config.js Create admin interface base 2026-01-26 12:34:55 +08:00
node_modules Create admin interface base 2026-01-26 12:34:55 +08:00
openapi-ts.config.ts Generate admin API 2026-01-26 12:34:55 +08:00
package-lock.json Create admin interface base 2026-01-26 12:34:55 +08:00
package.json Create admin interface base 2026-01-26 12:34:55 +08:00
routes.go chore: replace interface{} with any across the codebase 2026-03-01 17:38:04 +07:00
static Create admin interface base 2026-01-26 12:34:55 +08:00
svelte.config.js Create admin interface base 2026-01-26 12:34:55 +08:00
tsconfig.json Create admin interface base 2026-01-26 12:34:55 +08:00
vite.config.ts Create admin interface base 2026-01-26 12:34:55 +08:00