From 36e538a7be44295590309a9c54cfd6aeec4f91bb Mon Sep 17 00:00:00 2001 From: maciejpedzich Date: Thu, 21 Jul 2022 11:13:23 +0200 Subject: [PATCH] Implement further design tweaks --- components/snapshot/TrackEntries.vue | 2 +- pages/index.vue | 4 ++-- pages/playlists/[playlistId].vue | 16 +++++++--------- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/components/snapshot/TrackEntries.vue b/components/snapshot/TrackEntries.vue index 9ec703d..15c108d 100644 --- a/components/snapshot/TrackEntries.vue +++ b/components/snapshot/TrackEntries.vue @@ -40,7 +40,7 @@ const formatRetentionText = (retention: number) => { const datatablePropsToEnable = computed(() => props.page === 'snapshot' - ? { scrollable: true, scrollHeight: '500px' } + ? {} : { paginator: true, paginatorTemplate: diff --git a/pages/index.vue b/pages/index.vue index 5aa5c8a..0470912 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -82,8 +82,8 @@ const openSnapshotsCalendar = async ({ @@ -69,8 +69,6 @@ const isNotFoundError = computed(