Yimaru/Yimaru-Admin
production
283ef1ee4079bccb3c21d9f206ea9f82e6ce5bc2
success
No local changes to save
HEAD is now at 72384a5 Fix IELTS shared-stimulus practice edit and add question-bank attach.
From https://gitea.yaltopia.com/Yimaru/Yimaru-Admin * branch production -> FETCH_HEAD
Already on 'production'
Updating 72384a5..283ef1e Fast-forward src/components/access/AdminAccessGates.tsx | 2 +- src/components/admin/AdminTableContainer.tsx | 12 ++- src/components/filters/AdminFiltersPanel.tsx | 4 +- src/components/ui/dialog.tsx | 2 +- src/components/ui/stepper.tsx | 96 +++++++++++++--------- src/components/ui/table.tsx | 6 +- src/layouts/AppLayout.tsx | 15 +++- src/lib/adminAccess.ts | 2 +- src/lib/practiceEditDirty.ts | 6 +- src/lib/practiceFullMapper.ts | 6 +- src/pages/content-management/AddPracticeFlow.tsx | 24 +++--- src/pages/content-management/AddVideoFlow.tsx | 14 ++-- .../content-management/AttachPracticeFlow.tsx | 26 +++--- .../AttachProgramPracticeFlow.tsx | 22 ++--- .../content-management/ContentManagementLayout.tsx | 10 +-- .../content-management/CreateQuestionTypeFlow.tsx | 16 ++-- src/pages/content-management/EditPracticeFlow.tsx | 40 +++++---- .../LinkExistingPracticeFlow.tsx | 20 ++--- .../practice-steps/AttachPracticeReviewStep.tsx | 14 ++-- .../practice-steps/AttachPracticeStep1.tsx | 4 +- .../components/practice-steps/ContextStep.tsx | 4 +- .../components/practice-steps/PersonaStep.tsx | 6 +- .../practice-steps/ProgramAttachReviewStep.tsx | 6 +- .../practice-steps/ProgramAttachStep1.tsx | 4 +- .../components/practice-steps/QuestionsStep.tsx | 65 +-------------- .../practice-steps/SelectPracticeToAttachStep.tsx | 10 +-- .../question-type-steps/QuestionTypeStepFooter.tsx | 8 +- src/pages/role-management/RolesListPage.tsx | 2 +- src/pages/settings/AppVersionsTab.tsx | 2 +- src/pages/settings/SubscriptionPlansTab.tsx | 2 +- src/pages/team/TeamManagementPage.tsx | 2 +- 31 files changed, 214 insertions(+), 238 deletions(-)
From https://gitea.yaltopia.com/Yimaru/Yimaru-Admin * branch production -> FETCH_HEAD
bun install v1.3.8 (b64edcb4) Checked 410 installs across 431 packages (no changes) [394.00ms]
[1.21ms] ".env"
vite v7.3.0 building client environment for production... transforming... ✓ 2855 modules transformed. rendering chunks... computing gzip size... dist/index.html 1.19 kB │ gzip: 0.56 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/amanuel-3PkNQsVd.png 50.71 kB dist/assets/bethel-CaBDZdXX.png 52.68 kB dist/assets/hana-DkOuFQ0V.png 54.50 kB dist/assets/liya-DVdvbcn2.png 54.81 kB dist/assets/dawit-COAAGGAT.png 55.08 kB dist/assets/aseffa-C4oEbevw.png 56.02 kB dist/assets/nahom-DxgM5_gd.png 57.35 kB dist/assets/mahlet-Do3fcSgJ.png 60.57 kB dist/assets/index-DcO6FCI_.css 126.71 kB │ gzip: 19.37 kB dist/assets/index-CPh39UGc.js 2,583.91 kB │ gzip: 652.29 kB ✓ built in 22.94s
$ vite build Browserslist: browsers data (caniuse-lite) is 8 months old. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme A PostCSS plugin did not pass the `from` option to `postcss.parse`. This may cause imported assets to be incorrectly transformed. If you've recently added a PostCSS plugin that raised this warning, please contact the package author to fix the issue. (!) 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.