konveyor / tackle2-ui

Tackle (2nd generation) UI component.
Apache License 2.0
6 stars 29 forks source link

[BUG] Harmonize the render of task data between the task drawer and the task table #1969

Closed sjd78 closed 2 hours ago

sjd78 commented 1 week ago

Followup to: #1955, #1957

The task manager drawer and the task table both have code to render tasks. We should look at the code and extract common work to maintain visual content consistency across the UI.

This can include:

rszwajko commented 2 hours ago

@sjd78 Created #1994 as part of this issue. The improvement here is to be better at displaying local time. The format will be still different then in the drawer because use cases are different - in the table we need an easy way to establish a sort order which makes ISO 8601 is a better choice. In the drawer we can keep the humanized/localized formats.

rszwajko commented 2 hours ago

Moved the remaining part to a separate issue to be handled in the next release cycle.