Yimaru/Yimaru-Admin
production
73f11ea1a068582f84eaad54e65bfb948131caed
success
No local changes to save
HEAD is now at f6344c1 Fallback edit lesson detail when missing
From https://gitea.yaltopia.com/Yimaru/Yimaru-Admin * branch production -> FETCH_HEAD
Already on 'production'
Updating f6344c1..73f11ea Fast-forward src/api/courses.api.ts | 421 +-- src/api/http.ts | 104 +- src/app/AppRoutes.tsx | 18 +- src/layouts/AppLayout.tsx | 7 +- src/pages/content-management/CoursesPage.tsx | 840 +++-- .../HumanLanguageHierarchyPage.tsx | 1310 ++++++++ src/pages/content-management/HumanLanguagePage.tsx | 3239 -------------------- .../HumanLanguageSubModulePage.tsx | 2062 +++++++------ .../content-management/PracticeQuestionsPage.tsx | 15 +- .../content-management/SubCategoryCoursesPage.tsx | 144 + .../content-management/SubCourseContentPage.tsx | 49 +- src/pages/content-management/SubCoursesPage.tsx | 1305 ++------ src/pages/issues/IssuesPage.tsx | 38 +- src/types/course.types.ts | 254 +- 14 files changed, 3819 insertions(+), 5987 deletions(-) create mode 100644 src/pages/content-management/HumanLanguageHierarchyPage.tsx delete mode 100644 src/pages/content-management/HumanLanguagePage.tsx create mode 100644 src/pages/content-management/SubCategoryCoursesPage.tsx
From https://gitea.yaltopia.com/Yimaru/Yimaru-Admin * branch production -> FETCH_HEAD
bun install v1.3.8 (b64edcb4) Checked 383 installs across 404 packages (no changes) [170.00ms]
[1.53ms] ".env"
vite v7.3.0 building client environment for production... transforming... ✓ 2590 modules transformed. rendering chunks... computing gzip size... dist/index.html 0.46 kB │ gzip: 0.29 kB dist/assets/logo-Bg-9_lvv.svg 10.87 kB │ gzip: 4.90 kB dist/assets/inter-latin-100-normal-Cg8nSI4P.woff2 23.39 kB dist/assets/inter-latin-400-normal-C38fXH4l.woff2 23.66 kB dist/assets/inter-latin-900-normal-D4nM5aha.woff2 23.90 kB dist/assets/inter-latin-300-normal-BVlfKGgI.woff2 23.92 kB dist/assets/inter-latin-200-normal-CGIQ4gbF.woff2 23.92 kB dist/assets/inter-latin-500-normal-Cerq10X2.woff2 24.27 kB dist/assets/inter-latin-700-normal-Yt3aPRUw.woff2 24.36 kB dist/assets/inter-latin-800-normal-BYj_oED-.woff2 24.40 kB dist/assets/inter-latin-600-normal-LgqL8muc.woff2 24.45 kB dist/assets/inter-latin-100-normal-J9XNenR1.woff 30.37 kB dist/assets/inter-latin-900-normal-EUCDUbiG.woff 30.68 kB dist/assets/inter-latin-400-normal-CyCys3Eg.woff 30.70 kB dist/assets/inter-latin-200-normal-fAycq8N-.woff 30.97 kB dist/assets/inter-latin-300-normal-i8F0SvXL.woff 31.01 kB dist/assets/inter-latin-600-normal-CiBQ2DWP.woff 31.26 kB dist/assets/inter-latin-500-normal-BL9OpVg8.woff 31.28 kB dist/assets/inter-latin-800-normal-D1mf63XC.woff 31.30 kB dist/assets/inter-latin-700-normal-BLAVimhd.woff 31.32 kB dist/assets/index-BFqjGNlG.css 87.75 kB │ gzip: 14.09 kB dist/assets/index-Cg4uFyee.js 1,539.76 kB │ gzip: 406.24 kB ✓ built in 17.97s
$ vite build (!) Some chunks are larger than 500 kB after minification. Consider: - Using dynamic import() to code-split the application - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.