mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-21 04:43:06 +02:00
feat(frontend): add sync in settings
This commit is contained in:
parent
066c92946f
commit
98b4e8be81
6 changed files with 80 additions and 9 deletions
|
@ -36,7 +36,9 @@ export default {
|
|||
// mdi font
|
||||
'@mdi/font/css/materialdesignicons.css',
|
||||
// main font
|
||||
'typeface-open-sans/index.css'
|
||||
'typeface-open-sans/index.css',
|
||||
// App css
|
||||
'@/assets/app.css'
|
||||
],
|
||||
/*
|
||||
** Plugins to load before mounting the App
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue