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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
