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
* change calculations for hasMissingEvents
* lint fix
* Make time select in date filter editable (#838)
The datepicker used allows users to select time range. We populate the time select with time interval of 15 minutes. Adding more granular time options hampers the performance of the component. However, the users often need to specify time intervals that does not align with the options present. This change adds the `creatable` flag to the time select to enable this.
Please note that the `creatable` flag in the underlying BaseWeb component is not quite intuitive.
* fix hasMissingEvents for timeouts
* Create useThrottledState
* use defaultThrottleSettings
* fix failing test
* Show loading indicator and load missing events
* fix lint
* fix types
* fix lint
* revert status changes
* rename helper
* rename method
* remove statusReady from WorkflowHistoryTimelineGroup
---------
Co-authored-by: Pandey Anshuman Kishore <[email protected]>
Co-authored-by: Adhitya Mamallan <[email protected]>
Copy file name to clipboardExpand all lines: src/views/workflow-history/workflow-history-compact-event-card/__tests__/workflow-history-compact-event-card.test.tsx
+1
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ function setup(props: Partial<Props>) {
Copy file name to clipboardExpand all lines: src/views/workflow-history/workflow-history-compact-event-card/workflow-history-compact-event-card.types.ts
+1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ import { type HistoryGroupBadge } from '../workflow-history.types';
Copy file name to clipboardExpand all lines: src/views/workflow-history/workflow-history-event-status-badge/__tests__/workflow-history-tab-event-status-badge.test.tsx
Copy file name to clipboardExpand all lines: src/views/workflow-history/workflow-history-event-status-badge/workflow-history-event-status-badge.styles.ts
Copy file name to clipboardExpand all lines: src/views/workflow-history/workflow-history-event-status-badge/workflow-history-event-status-badge.types.ts
0 commit comments