Fetch-request source types, glass-pane create page, date formatting #18
Reference in New Issue
Block a user
No description provided.
Delete Branch "xlsx-statement-support"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
MR: Fetch-request source types, glass-pane create page, date formatting
Branch:
xlsx-statement-support→mainCommits:
1af0a6b→231869d(6 commits)Summary
Three related strands of UI work on the fetch-request flow, plus library-level improvements in
react-openapi:fileis no longer offered for new fetch requests, and a per-requesttrust_fallback(amount|balance) can be set at creation."24 Aug 2026"/"24 Aug 2026, 09:07"instead of raw ISO strings; datetime fields can opt into editing as a plain date picker while storing midnight.Changes
react-openapi (library)
src/utils/datetime.ts(new) — zero-depformatDate/formatDateTime(en-IN viaIntl). Only ISO-shaped strings are rewritten; DD-MM-YYYY expense strings and non-dates pass through untouched. Exported from the package index.ListCellRenderercatch-all + inline-dialog cells,InlineRefField, andapplyDisplayFormattemplate interpolation (ISO-shaped values auto-format).x-edit-asmechanism: newFieldConfig.editAs;DateFieldrenders adate-timefield withx-edit-as: dateas a plain date input, normalizes inbound values toYYYY-MM-DD, and submitsT00:00:00. Routing sites unchanged.App
fetch-requests.models.ts:SourceTypegains"csv", newCsvSource, create-side union dropsFileSource.FetchRequestCreate.tsx: two-pane grid layout (explicit field partitioning, grid stretch for equal heights), fixed backdrop layer, localGlassPanelhelper, list rows restyled;created_atpinned right before row actions.ReportList.tsx: generated date right-aligned before action buttons; outer row no longer wraps.ReportViewer.tsx: header timestamp formatted via exportedformatDateTime.Verification
tsc -bclean at every commit.2026-08-24T09:07:25.168000→24 Aug 2026, 09:07;01-05-2026unchanged;Z-suffixed UTC converts to local wall time.Deploy notes
trust_fallback, andx-edit-asannotations consumed here.