mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-21 21:09:49 +08:00
- Use URLSearchParams with sorted keys for deterministic metrics cache key (cubic #21, vercel #45) - Use refreshWhere(() => true) to invalidate all filtered cache entries on user refresh (cubic #53, coderabbit #32) - Replace truthiness checks with explicit != null checks in filter serialization (coderabbit #26, cubic #55) - Guard window.matchMedia with typeof check for JSDOM/test environments (vercel #44, #49) - Use encodeURIComponent for projectId in analytics redirect URL (coderabbit #27) Co-Authored-By: mantra <mantra@stack-auth.com> |
||
|---|---|---|
| .. | ||
| public | ||
| scripts | ||
| src | ||
| .env | ||
| .env.development | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .npmrc | ||
| components.json | ||
| DESIGN-GUIDE.md | ||
| instrumentation-client.ts | ||
| LICENSE | ||
| next.config.mjs | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vitest.config.ts | ||