Add Microsoft Todo migration (#339)
Add microsoft todo migration cases & logo Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/339 Co-Authored-By: konrad <konrad@kola-entertainments.de> Co-Committed-By: konrad <konrad@kola-entertainments.de>
This commit is contained in:
parent
6921ba0fc6
commit
52f6425b3f
2 changed files with 4 additions and 0 deletions
BIN
public/images/migration/microsoft-todo.png
Normal file
BIN
public/images/migration/microsoft-todo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
|
@ -37,6 +37,10 @@ export default {
|
|||
this.name = 'Trello'
|
||||
this.identifier = 'trello'
|
||||
break
|
||||
case 'microsoft-todo':
|
||||
this.name = 'Microsoft Todo'
|
||||
this.identifier = 'microsoft-todo'
|
||||
break
|
||||
default:
|
||||
router.push({name: '404'})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue