From 667a28796735585acb0965713606b880aad4d581 Mon Sep 17 00:00:00 2001 From: BobChao87 Date: Thu, 18 Nov 2021 01:15:22 -0800 Subject: [PATCH] Calendar uses path instead of query params "No marathons" text only shows if there's nothing for the whole display Related to Issue #38 --- components/calendar/Calendar.vue | 22 ++++++++++++++++------ components/calendar/Controller.vue | 25 +++++++++---------------- components/calendar/view/View.vue | 26 ++++++++++++++++++++++++-- pages/calendar.vue | 8 -------- pages/calendar/_year/_month.vue | 16 ++++++++++++++++ pages/calendar/index.vue | 23 +++++++++++++++++++++++ 6 files changed, 88 insertions(+), 32 deletions(-) delete mode 100644 pages/calendar.vue create mode 100644 pages/calendar/_year/_month.vue create mode 100644 pages/calendar/index.vue diff --git a/components/calendar/Calendar.vue b/components/calendar/Calendar.vue index 43aa1e28..1cb7fb91 100644 --- a/components/calendar/Calendar.vue +++ b/components/calendar/Calendar.vue @@ -1,5 +1,5 @@