Add a temporary notice that there's no sticker packs

This obviously needs improving, and CSS. This will work for now though. Part of #186
This commit is contained in:
Travis Ralston 2018-05-20 17:43:09 -06:00
parent f28f817ca2
commit d750530a2e

View file

@ -9,6 +9,10 @@
</div>
</div>
<div class="sticker-picker" *ngIf="!isLoading && !authError">
<div class="no-stickers" *ngIf="!packs || packs.length === 0">
You have no sticker packs.
<!-- TODO: Open integrations manager -->
</div>
<div class="sticker-pack" *ngFor="let pack of packs trackById">
<div class="header">
<span class="title">{{ pack.displayName }}</span>