Merge pull request #4046 from Yashh56/fix/pagination Closes : #4029
fix(sessions): preserve date filter on page navigation and reset page on date change
Bump ajv from 6.12.6 to 6.14.0
Bumps **************** from 6.12.6 to 6.14.0. - [Release **************** - **************** --- updated-dependencies: - dependency-name: ajv dependency-vers...
Add `useNavigation` hook for managing URL parameters and navigation.
Introduce WebsiteDateFilter for date range selection and DataGrid for paginated data display.
Revert "Fix TypeScript type errors across multiple files"
This reverts commit ****************
Handle optional effectiveDate and processedAt in DateTimeDisplay
Type error: string | undefined not assignable to string | number | Date. Add null checks before passing to DateTimeDisplay, show em-dash when absent.
Align Commerce submenu with actual Commerce page tabs
- Rename Domain Configuration to Engagement Types - Add Rental Assets, Vendors, Subscription Plans - Update tab param to engagement-types for consistency - Labe...
Datagrid column sizing + DateTimeDisplay for all dates
- Datagrids: columns fill width with flex/minWidth/maxWidth; one flex column per grid - All pipeline grids use DateTimeDisplay for date columns (agDateColumnFil...
Advanced datagrids fill 100% of content area
- SettingsView: tab content wrapper overflow hidden, motion.div flex chain so tab content gets bounded height and grids can expand. - PipelineRentalAssetsTab:...
Resilient probes so cluster stays up when one node is offline
- Liveness: tcpSocket on 4222 (do not depend on JetStream meta leader) - Readiness: initialDelay 90s, period 15s, failureThreshold 10 so k0m1+k1m1 can form qu...
Use string IDs for pipeline detail APIs (JS safe integer)
- posApi: getOrder, getMortgageApplication, getEngagementById, getBooking accept number | string, URL uses String(id) - Detail pages: pass route id (string) to ...
将 POS DSO uid 序列化为 JSON 中的字符串用于 JSON 安全整数
- 零售订单DTO.uid, \ \ \ \ \ \ \ 详情DTO.id/linkId, 抵押贷款AppDTO.uid - 使用@JsonSerialize( using = ToStringSerializer. class)来避免在ID超过2^53时出现精度损失. 1个 - 在从清单中点击订单/业务约定/申请时修...
Fix detail back links and document detail pages
- **************** row-click uses uid ?? id (or id ?? uid) for navigation - Detail and NotFound back links: retail, mortgage, rental, service, subscription, pro...
Reorganize by vertical with intent/commitment sub-tabs
- Main tabs: Dashboard | Engagements | Retail | Mortgage | Rental | Service | Subscription | Vendor (one per enabled vertical) - PipelineVerticalSection: sub-ta...
Add personal dashboard flow and per-component website selection
This introduces a user-scoped dashboard with board-style view/edit pages while keeping it unavailable in team context, and moves website targeting to component ...