From 982fb1653b3c1253aac9366733f14c22c94d2537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Fri, 24 Feb 2023 10:50:38 +0000 Subject: [PATCH] feat: add content to empty catalogs --- .../data/detail/data-detail-content.html | 4 +- .../data/detail/data-detail-content.scss | 61 +++++++++++++------ src/app/modules/data/detail/data-detail.scss | 10 ++- .../data/list/simple-data-list.component.ts | 7 +-- .../modules/data/list/simple-data-list.html | 5 +- .../modules/data/list/simple-data-list.scss | 22 +++++++ .../types/catalog/catalog-detail-content.html | 16 +++++ .../types/catalog/catalog-detail-content.scss | 14 +++++ .../types/place/place-detail-content.html | 10 +-- .../types/place/place-detail-content.scss | 19 +++++- src/assets/i18n/de.json | 3 +- src/assets/i18n/en.json | 3 +- src/theme/util/_mixins.scss | 15 ++++- 13 files changed, 155 insertions(+), 34 deletions(-) diff --git a/src/app/modules/data/detail/data-detail-content.html b/src/app/modules/data/detail/data-detail-content.html index 93062257..9dff31b9 100644 --- a/src/app/modules/data/detail/data-detail-content.html +++ b/src/app/modules/data/detail/data-detail-content.html @@ -1,5 +1,5 @@ + diff --git a/src/app/modules/data/types/catalog/catalog-detail-content.scss b/src/app/modules/data/types/catalog/catalog-detail-content.scss index e69de29b..bc381711 100644 --- a/src/app/modules/data/types/catalog/catalog-detail-content.scss +++ b/src/app/modules/data/types/catalog/catalog-detail-content.scss @@ -0,0 +1,14 @@ +/*! + * Copyright (C) 2023 StApps + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the Free + * Software Foundation, version 3. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see . + */ diff --git a/src/app/modules/data/types/place/place-detail-content.html b/src/app/modules/data/types/place/place-detail-content.html index 50c6ab85..dcbe89ae 100644 --- a/src/app/modules/data/types/place/place-detail-content.html +++ b/src/app/modules/data/types/place/place-detail-content.html @@ -1,5 +1,5 @@