This is an automated email from the ASF dual-hosted git repository.
linxinyuan pushed a change to branch xinyuan-remove-jooq-gen
in repository https://gitbox.apache.org/repos/asf/texera.git
from e9e943c9a7 update
add 594f9ef660 feat: enable file upload speed and time display (#3662)
add e5f9b26298 Merge branch 'main' into xinyuan-remove-jooq-gen
No new revisions were added by this update.
Summary of changes:
core/gui/src/app/common/util/format.util.ts | 56 +++++++++++++++++
.../dataset-detail.component.html | 23 ++++++-
.../dataset-detail.component.scss | 21 +++++++
.../dataset-detail.component.ts | 12 +++-
...user-dataset-staged-objects-list.component.html | 8 ++-
.../user-dataset-staged-objects-list.component.ts | 10 +++
.../service/user/dataset/dataset.service.ts | 71 ++++++++++++++++++++++
7 files changed, 192 insertions(+), 9 deletions(-)
create mode 100644 core/gui/src/app/common/util/format.util.ts