From e26c60d67b265dc64dbdafc8844ca9f8fc4a3d09 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Sun, 30 May 2021 00:02:05 +0200 Subject: [PATCH] Add `.saved_searches.pg2conf` popup #45 --- src/frontend/app/app.module.ts | 2 + .../app/ui/albums/albums.component.html | 13 ++-- .../saved-search-popup.component.css | 29 -------- .../saved-search-popup.component.html | 73 +++---------------- .../saved-search-popup.component.ts | 51 +++---------- .../search/search.gallery.component.html | 27 ++++--- .../search/search.gallery.component.ts | 2 +- 7 files changed, 47 insertions(+), 150 deletions(-) diff --git a/src/frontend/app/app.module.ts b/src/frontend/app/app.module.ts index d2d33406..8f9657ad 100644 --- a/src/frontend/app/app.module.ts +++ b/src/frontend/app/app.module.ts @@ -104,6 +104,7 @@ import {AlbumsComponent} from './ui/albums/albums.component'; import {AlbumComponent} from './ui/albums/album/album.component'; import {AlbumsService} from './ui/albums/albums.service'; import {GallerySearchQueryBuilderComponent} from './ui/gallery/search/query-builder/query-bulder.gallery.component'; +import {SavedSearchPopupComponent} from './ui/albums/saved-search-popup/saved-search-popup.component'; @Injectable() @@ -185,6 +186,7 @@ Marker.prototype.options.icon = iconDefault; // Albums AlbumsComponent, AlbumComponent, + SavedSearchPopupComponent, // Gallery GalleryLightboxMediaComponent, GalleryPhotoLoadingComponent, diff --git a/src/frontend/app/ui/albums/albums.component.html b/src/frontend/app/ui/albums/albums.component.html index b5b0a6be..b7a2fb3f 100644 --- a/src/frontend/app/ui/albums/albums.component.html +++ b/src/frontend/app/ui/albums/albums.component.html @@ -38,17 +38,14 @@