aboutsummaryrefslogtreecommitdiff
path: root/src/site/pages/a
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-03-12 05:41:10 +0000
committerPitu <[email protected]>2019-03-12 05:41:10 +0000
commit4a2ed9f0f48ec9c1bae38c3b5f155c50e155176d (patch)
tree2f6e151540c884a13ddb8a7de61620accc85a27b /src/site/pages/a
parentChanged store from deprecated mode (diff)
downloadhost.fuwn.me-4a2ed9f0f48ec9c1bae38c3b5f155c50e155176d.tar.xz
host.fuwn.me-4a2ed9f0f48ec9c1bae38c3b5f155c50e155176d.zip
No more infinite loading if album is empty
Diffstat (limited to 'src/site/pages/a')
-rw-r--r--src/site/pages/a/_identifier.vue5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/site/pages/a/_identifier.vue b/src/site/pages/a/_identifier.vue
index 1a60332..a1f719a 100644
--- a/src/site/pages/a/_identifier.vue
+++ b/src/site/pages/a/_identifier.vue
@@ -40,8 +40,9 @@
</template>
<template v-else>
<div class="hero-body">
- <div class="container loading-container">
- <Loading class="square" />
+ <div class="container">
+ <h1 class="title">:(</h1>
+ <h2 class="subtitle">This album seems to be empty</h2>
</div>
</div>
</template>