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
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
4 changed files with 22 additions and 25 deletions

View file

@ -181,7 +181,7 @@ export default new Router({
component: TaskDetailView,
},
{
path: '/tasks/by/:type',
path: '/tasks/by/upcoming',
name: 'tasks.range',
component: ShowTasksInRangeComponent,
},