3x-ui/frontend/src/entries
MHSanaei 79a9be7b22
fix: split locale chunks by removing eager i18n glob
The eager `import.meta.glob` was statically pulling all 13 locale JSON
files into the main bundle, defeating the sibling lazy glob and emitting
INEFFECTIVE_DYNAMIC_IMPORT warnings. Statically import only the en-US
fallback, lazy-load the rest, and await `readyI18n()` in each entry
before mount so the first paint still uses the active locale.
2026-05-15 10:50:40 +02:00
..
api-docs.js fix: split locale chunks by removing eager i18n glob 2026-05-15 10:50:40 +02:00
inbounds.js fix: split locale chunks by removing eager i18n glob 2026-05-15 10:50:40 +02:00
index.js fix: split locale chunks by removing eager i18n glob 2026-05-15 10:50:40 +02:00
login.js fix: split locale chunks by removing eager i18n glob 2026-05-15 10:50:40 +02:00
nodes.js fix: split locale chunks by removing eager i18n glob 2026-05-15 10:50:40 +02:00
settings.js fix: split locale chunks by removing eager i18n glob 2026-05-15 10:50:40 +02:00
subpage.js fix: split locale chunks by removing eager i18n glob 2026-05-15 10:50:40 +02:00
xray.js fix: split locale chunks by removing eager i18n glob 2026-05-15 10:50:40 +02:00