From 1452876f7fdeb30c37c07dee0333f7219ec6eeec Mon Sep 17 00:00:00 2001 From: BenShelton Date: Sun, 24 Nov 2019 10:16:24 +0000 Subject: [PATCH] fix(export): add 2020 as an option for export --- src/views/Export.vue | 2 +- src/views/Home.vue | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/Export.vue b/src/views/Export.vue index e9a6a94..da04186 100644 --- a/src/views/Export.vue +++ b/src/views/Export.vue @@ -88,7 +88,7 @@ export default Vue.extend({ { text: 'December', value: '12' } ] as IMonth[], year: new Date().getFullYear().toString(), - years: ['2019'], + years: ['2019', '2020'], pdf: null as TCreatedPdf | null, showPreview: false, generationError: false diff --git a/src/views/Home.vue b/src/views/Home.vue index 793e344..adb9a52 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -71,9 +71,15 @@ export default Vue.extend({ { version: '1.1.3', date: '20 Nov 2019', - summary: 'Scraper Fix for 2020', + summary: '2020 Fixes', updates: [ - { title: 'Fixes', items: ['Week downloader/scraper now adapted to work with site changes for 2020'] } + { + title: 'Fixes', + items: [ + 'Week downloader/scraper now adapted to work with site changes for 2020', + 'Export now available for 2020' + ] + } ] }, {