fix(audit): nettoyage accès, garde-fous build, unification quotas
Semaine 1 — fuites et accès : - /archive rendu accessible via sidebar (était invisible) - Suppression pages orphelines : /chat, /graph, /support, test-title-suggestions - Fixes i18n : search-modal (clé non interpolée), sidebar tooltips, export PDF - 15 locales mises à jour Semaine 2 — garde-fous : - 8 erreurs TS fixees → ignoreBuildErrors: false (build type-safe) - reactStrictMode: true (dev-only, zero impact prod) - reserveUsageOrThrow → wrapper deprecie vers reserveAiUsageOrThrow - auth-guard.ts : requireAuthOrResponse() + requireAdminOrResponse() Tests 212/212 | Lint 0 erreur | Build OK | tsc 0 erreur
This commit is contained in:
@@ -3318,10 +3318,8 @@
|
||||
"title": "Konto",
|
||||
"link0": "Zaloguj się",
|
||||
"link1": "Zarejestruj się",
|
||||
"link2": "Wsparcie",
|
||||
"link0Href": "/login",
|
||||
"link1Href": "/register",
|
||||
"link2Href": "/support"
|
||||
"link1Href": "/register"
|
||||
},
|
||||
"legal": {
|
||||
"title": "Prawne",
|
||||
@@ -3685,7 +3683,8 @@
|
||||
"typeForResults": "Zacznij pisać dla natychmiastowych wyników.",
|
||||
"hintNavigate": "nawiguj",
|
||||
"hintOpen": "otwórz",
|
||||
"hintClose": "zamknij"
|
||||
"hintClose": "zamknij",
|
||||
"selectResultToPreview": "Select a result to explore its content."
|
||||
},
|
||||
"quotaPaywall": {
|
||||
"title": "Osiągnięto miesięczny limit",
|
||||
|
||||
Reference in New Issue
Block a user