Lots of styling, mobile friendliness, better UI flows

This commit is contained in:
Pieter Vander Vennet 2020-06-28 00:06:23 +02:00
parent 0b4016b65d
commit 57c9fcc5aa
28 changed files with 440 additions and 117 deletions

View file

@ -18,7 +18,7 @@ export class ImageCarousel extends UIElement {
*/
private readonly searcher: ImageSearcher;
private readonly slideshow: SlideShow;
public readonly slideshow: SlideShow;
constructor(tags: UIEventSource<any>) {
super(tags);
@ -32,8 +32,8 @@ export class ImageCarousel extends UIElement {
}
return uiElements;
});
this.slideshow = new SlideShow(
new FixedUiElement("<b>Afbeeldingen</b>"),
uiElements,
new FixedUiElement("")).HideOnEmpty(true);
}