You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ROADMAP.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -781,6 +781,38 @@ The `FlowDesigner` is a canvas-based flow editor that bridges the gap between th
781
781
-[x]`exportOptions` schema reconciliation: Zod validator updated to accept both spec `string[]` format and ObjectUI object format via `z.union()`. ListView normalizes string[] to `{ formats }` at render time.
782
782
-[x]`pagination.pageSizeOptions` backend integration: Page size selector is now a controlled component that dynamically updates `effectivePageSize`, triggering data re-fetch. `onPageSizeChange` callback fires on selection. Full test coverage for selector rendering, option enumeration, and data reload.
> All items from the UI consistency optimization (Issue #749) have been implemented.
787
+
788
+
**Global Theme & Design Tokens:**
789
+
-[x] Hardcoded gray colors in `GridField.tsx` and `ReportRenderer.tsx` replaced with theme tokens (`text-muted-foreground`, `bg-muted`, `border-border`)
790
+
-[x] Global font-family (`Inter`, ui-sans-serif, system-ui) injected in `index.css``:root`
0 commit comments