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/09/20 12:07:02 UTC

[incubator-datalab] 01/01: Merge pull request #1733 from apache/feat/DATALAB-3008/support-autocomplete-for-sharing-dialog

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 e23aaa8ef3d70da0c8c81b1d73618e3a25a3870a
Merge: 86fe6bfa3 14f18cfd9
Author: Hennadii Shpak <61...@users.noreply.github.com>
AuthorDate: Tue Sep 20 15:06:55 2022 +0300

    Merge pull request #1733 from apache/feat/DATALAB-3008/support-autocomplete-for-sharing-dialog
    
    Feat/datalab 3008/support autocomplete for sharing dialog

 .../app/core/directives/click-outside.directive.ts |   6 +-
 .../app/core/services/user-images-page.service.ts  |  23 +++-
 .../image-action-dialog.component.html             |   4 +-
 .../image-action-dialog.component.scss             |   4 -
 .../image-action-dialog.component.ts               |  15 ++-
 .../image-action-dialog.module.ts                  |   4 +-
 .../image-action-dialog/image-action.model.ts      |   5 +
 .../share-dialog/share-dialog.component.html       |  96 ++++++-------
 .../share-dialog/share-dialog.component.scss       |  40 ++++--
 .../share-dialog/share-dialog.component.ts         | 148 +++++++++++----------
 .../share-dialog/share-dialog.service.ts           | 110 +++++++++++++++
 .../share-user-data/share-user-data.component.html |   2 +-
 .../share-user-data/share-user-data.component.ts   |   4 +-
 .../un-share-warning.component.html                |   2 +-
 .../page-filter/page-filter.component.html         |  32 ++---
 .../page-filter/page-filter.component.ts           |  20 +--
 .../src/app/resources/images/images.component.html |   4 +-
 .../src/app/resources/images/images.component.ts   |  16 +--
 .../src/app/resources/images/images.config.ts      |   5 +
 .../src/app/resources/images/images.model.ts       |   2 +-
 .../src/app/resources/images/images.service.ts     |  90 ++++++-------
 21 files changed, 389 insertions(+), 243 deletions(-)


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