Skip to content
Snippets Groups Projects
Commit 62bb8e30 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

refactor: increase number of default shows in grid-view

This increases the chance of a perfect 3 column layout.
parent f557861a
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ import Pagination from '@/components/generic/Pagination.vue'
import AddShowButton from '@/components/shows/AddShowButton.vue'
const TABLE_SHOWS_PER_PAGE = 12
const GRID_SHOWS_PER_PAGE = 10
const GRID_SHOWS_PER_PAGE = 12
type DisplayMode = 'grid' | 'table'
type OrderField = 'is_owner' | 'is_active' | 'slug' | 'updatedAt' | 'updatedBy' | 'id'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment