This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
from 7bd6550056 feat: Welcome first-time contributors with comment commands
guide (#5222)
add ca829ec086 refactor: consolidate count and relative-time formatting
utilities (#5220)
No new revisions were added by this update.
Summary of changes:
frontend/src/app/common/util/format.util.spec.ts | 140 +++++++++++++++++++++
frontend/src/app/common/util/format.util.ts | 36 ++++++
.../user/list-item/list-item.component.html | 4 +-
.../user/list-item/list-item.component.ts | 34 +----
.../user-computing-unit-list-item.component.html | 2 +-
.../user-computing-unit-list-item.component.ts | 27 +---
.../dataset-detail.component.ts | 9 +-
.../detail/hub-workflow-detail.component.ts | 8 +-
8 files changed, 188 insertions(+), 72 deletions(-)
create mode 100644 frontend/src/app/common/util/format.util.spec.ts