1
0

Move next week/next month task overview pages into a single "Upcoming" page and allow toggle

This commit is contained in:
kolaente
2020-11-22 18:05:25 +01:00
parent ed40249bb3
commit 5d995a2758
4 changed files with 22 additions and 25 deletions

View File

@ -14,19 +14,11 @@
</router-link>
</li>
<li>
<router-link :to="{ name: 'tasks.range', params: {type: 'week'}}">
<span class="icon">
<icon icon="calendar-week"/>
</span>
Next Week
</router-link>
</li>
<li>
<router-link :to="{ name: 'tasks.range', params: {type: 'month'}}">
<router-link :to="{ name: 'tasks.range'}">
<span class="icon">
<icon :icon="['far', 'calendar-alt']"/>
</span>
Next Month
Upcoming
</router-link>
</li>
<li>