diff --git a/src/frontend/app/ui/frame/frame.component.html b/src/frontend/app/ui/frame/frame.component.html
index 834818c1..f7d139f9 100644
--- a/src/frontend/app/ui/frame/frame.component.html
+++ b/src/frontend/app/ui/frame/frame.component.html
@@ -7,7 +7,7 @@
{{title}}
-
+
-
Albums
@@ -33,23 +33,12 @@
- -
-
-
- -
-
-
- -
-
-
{{user.value.name}}
- -
-
-
diff --git a/src/frontend/app/ui/frame/frame.component.ts b/src/frontend/app/ui/frame/frame.component.ts
index 88477d90..8bc96217 100644
--- a/src/frontend/app/ui/frame/frame.component.ts
+++ b/src/frontend/app/ui/frame/frame.component.ts
@@ -18,8 +18,6 @@ import {Utils} from '../../../../common/Utils';
encapsulation: ViewEncapsulation.Emulated,
})
export class FrameComponent {
- @Input() showSearch = false;
- @Input() showShare = false;
public readonly user: BehaviorSubject;
public readonly authenticationRequired = Config.Users.authenticationRequired;
public readonly title = Config.Server.applicationTitle;
diff --git a/src/frontend/app/ui/gallery/gallery.component.html b/src/frontend/app/ui/gallery/gallery.component.html
index 37e572c9..7c9312d4 100644
--- a/src/frontend/app/ui/gallery/gallery.component.html
+++ b/src/frontend/app/ui/gallery/gallery.component.html
@@ -1,5 +1,5 @@
-
+
-
@@ -12,6 +12,12 @@
:{{("0" + countDown.second).slice(-2)}}
+ -
+
+
+ -
+
+