Yimaru/Yimaru-Admin
production
f06d35632f2a9da28e627e4ed335df1719a24234
success
No local changes to save
HEAD is now at a8243e3 Support nullable-parent practice shells for LMS and exam prep.
From https://gitea.yaltopia.com/Yimaru/Yimaru-Admin * branch production -> FETCH_HEAD
Already on 'production'
Updating a8243e3..f06d356 Fast-forward src/api/team.api.ts | 23 +++ src/api/users.api.ts | 4 +- src/app/AppRoutes.tsx | 2 + src/components/export/ExportCsvButton.tsx | 65 +++++++ src/components/export/ExportTruncationWarning.tsx | 16 ++ src/components/sidebar/Sidebar.tsx | 16 ++ src/hooks/useTeamPermissions.ts | 7 + src/lib/csv-export.ts | 120 +++++++++++++ src/lib/csvExportFilters.ts | 76 +++++++++ src/lib/exportPermissions.ts | 23 +++ src/lib/teamRole.ts | 3 + src/pages/payments/PaymentsPage.tsx | 38 +++-- .../subscriptions/SubscriptionsExportPage.tsx | 188 +++++++++++++++++++++ src/pages/team/TeamManagementPage.tsx | 36 +++- .../user-log/components/ActivityLogListPanel.tsx | 31 +++- src/pages/user-management/UsersListPage.tsx | 47 +++++- 16 files changed, 670 insertions(+), 25 deletions(-) create mode 100644 src/components/export/ExportCsvButton.tsx create mode 100644 src/components/export/ExportTruncationWarning.tsx create mode 100644 src/lib/csv-export.ts create mode 100644 src/lib/csvExportFilters.ts create mode 100644 src/lib/exportPermissions.ts create mode 100644 src/lib/teamRole.ts create mode 100644 src/pages/subscriptions/SubscriptionsExportPage.tsx
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) [18.00ms]
[0.04ms] ".env"
vite v7.3.0 building client environment for production... transforming... ✓ 2806 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/index-D4nHhR1w.css 119.09 kB │ gzip: 18.17 kB dist/assets/index-CLDFHBC_.js 2,422.33 kB │ gzip: 606.50 kB ✓ built in 17.59s
$ vite build Browserslist: browsers data (caniuse-lite) is 6 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.