docs: activity log v2.11.42

This commit is contained in:
moojttaba
2026-06-09 23:30:23 +03:30
parent cc3df36631
commit efc3af71d8

View File

@@ -2013,6 +2013,10 @@ Added `10 - Services/README.md` index. All docs now reflect current codebase sta
- `feat(seller-analytics): add Analytics page` — new `/dashboard/seller/analytics` with summary cards (total revenue, payments, completed, pending), ApexCharts donut chart for status distribution, status breakdown panel, and recent payments table using DashboardTable. - `feat(seller-analytics): add Analytics page` — new `/dashboard/seller/analytics` with summary cards (total revenue, payments, completed, pending), ApexCharts donut chart for status distribution, status breakdown panel, and recent payments table using DashboardTable.
- `feat(nav): add Analytics nav item for seller role` — sidebar entry under "خدمات" with chart icon. - `feat(nav): add Analytics nav item for seller role` — sidebar entry under "خدمات" with chart icon.
## v2.11.42 — 2026-06-09
- `fix(chart): replace React lazy() with next/dynamic(ssr:false) to fix Turbopack apexcharts/client resolution` — Turbopack statically analyzes React.lazy imports and fails on the browser-only apexcharts/client subpath export. next/dynamic with ssr:false truly excludes the module from SSR bundling, resolving the build error.
## v2.11.41 — 2026-06-09 ## v2.11.41 — 2026-06-09
- `fix(build): add apexcharts@5.14.0 peer dep; fix tooltip.theme type for v5` — react-apexcharts@2.1.0 imports apexcharts/client (v5 subpath) but apexcharts wasn't listed as a direct dep, breaking Turbopack build. Also fixed use-chart.ts tooltip.theme='false' → removed (invalid in apexcharts v5 types). - `fix(build): add apexcharts@5.14.0 peer dep; fix tooltip.theme type for v5` — react-apexcharts@2.1.0 imports apexcharts/client (v5 subpath) but apexcharts wasn't listed as a direct dep, breaking Turbopack build. Also fixed use-chart.ts tooltip.theme='false' → removed (invalid in apexcharts v5 types).