mirror of
https://github.com/pinry/pinry.git
synced 2025-11-17 18:30:39 +01:00
Feature: Add "end" display at the end of page
This commit is contained in:
committed by
Isaac Bythewood
parent
c5fc7295a4
commit
a6d3341edd
@@ -51,6 +51,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<loadingSpinner v-bind:show="status.loading"></loadingSpinner>
|
||||
<noMore v-bind:show="!status.hasNext"></noMore>
|
||||
</section>
|
||||
</div>
|
||||
</template>
|
||||
@@ -60,6 +61,7 @@ import API from './api';
|
||||
import pinHandler from './utils/PinHandler';
|
||||
import PinPreview from './PinPreview.vue';
|
||||
import loadingSpinner from './loadingSpinner.vue';
|
||||
import noMore from './noMore.vue';
|
||||
import scroll from './utils/scroll';
|
||||
|
||||
function createImageItem(pin) {
|
||||
@@ -79,6 +81,7 @@ export default {
|
||||
name: 'pins',
|
||||
components: {
|
||||
loadingSpinner,
|
||||
noMore,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user