Reserving campaign space on actor, entity and tag pages.

This commit is contained in:
DebaucheryLibrarian
2023-07-06 00:42:12 +02:00
parent 717f07a09a
commit b0c0b1a792
4 changed files with 9 additions and 4 deletions

View File

@@ -81,6 +81,7 @@
</template>
<script>
import config from 'config';
import { Converter } from 'showdown';
import escapeHtml from '../../../src/utils/escape-html';
@@ -155,7 +156,7 @@ export default {
releases: null,
done: false,
totalCount: 0,
limit: 20,
limit: Number(this.$route.query.limit || 30) - config.campaigns.tiles, // reserve one campaign spot
pageTitle: null,
hasMedia: false,
expanded: false,