You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by hs...@apache.org on 2022/07/14 10:27:45 UTC

[incubator-datalab] 01/01: Merge pull request #1600 from apache/feat/DATALAB-2883/view-additional-info-about-images

This is an automated email from the ASF dual-hosted git repository.

hshpak pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit e254586d1e9cc33241e5a198a0bd058228903ded
Merge: 1e7fb74b4 3779cb43e
Author: Hennadii Shpak <61...@users.noreply.github.com>
AuthorDate: Thu Jul 14 13:27:40 2022 +0300

    Merge pull request #1600 from apache/feat/DATALAB-2883/view-additional-info-about-images
    
    Feat/datalab 2883/view additional info about images

 .../pipes/library-name-normalize/index.ts}         | 15 ++--
 .../library-name-normalize.pipe.ts}                | 29 ++++----
 .../pipes/truncate-text-pipe/truncate-text.pipe.ts |  8 +--
 .../webapp/src/app/core/util/sortUtils.ts          |  2 +-
 .../detail-dialog/detail-dialog.component.html     | 68 +++++++++---------
 .../detail-dialog/detail-dialog.component.ts       | 10 +--
 .../image-detail-dialog.component.html             | 83 ++++++++++++++++++++++
 .../image-detail-dialog.component.scss}            | 56 +++++++++++----
 .../image-detail-dialog.component.ts               | 50 +++++++++++++
 .../image-detail-dialog.module.ts}                 | 23 ++++--
 .../library-info-modal.component.html}             | 22 ++----
 .../library-info-modal.component.scss}             | 20 +-----
 .../library-info-modal.component.ts}               | 29 ++++----
 .../library-info-modal.module.ts}                  | 15 ++--
 .../share-image/share-image-dialog.component.html} |  0
 .../share-image/share-image-dialog.component.scss} |  0
 .../share-image/share-image-dialog.component.ts}   | 15 ++--
 .../share-image/share-image-dialog.module.ts}      | 12 ++--
 .../src/app/resources/images/images.component.html | 24 +++----
 .../src/app/resources/images/images.component.ts   | 26 +++----
 .../src/app/resources/images/images.model.ts       | 23 ++++++
 .../webapp/src/app/resources/resources.module.ts   |  8 ++-
 .../src/main/resources/webapp/src/styles.scss      |  9 +++
 23 files changed, 365 insertions(+), 182 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org