1
0

Add trello migration (#336)

Reload namespaces and lists after migrating

Add trello logo

Add trello migration

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/336
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
This commit is contained in:
konrad
2020-12-17 13:44:22 +00:00
parent 3c3d6a4af3
commit 60c5097d82
3 changed files with 25 additions and 7 deletions

View File

@ -33,6 +33,10 @@ export default {
this.name = 'Todoist'
this.identifier = 'todoist'
break
case 'trello':
this.name = 'Trello'
this.identifier = 'trello'
break
default:
router.push({name: '404'})
}