Skip to content

Commit c77492a

Browse files
author
Julien Veyssier
committed
use material icons, fix style
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
1 parent 33c2834 commit c77492a

7 files changed

Lines changed: 193 additions & 221 deletions

File tree

β€Ž.eslintrc.jsβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ module.exports = {
1010
],
1111
rules: {
1212
'jsdoc/require-jsdoc': 'off',
13-
'jsdoc/tag-lines': 'off'
13+
'jsdoc/tag-lines': 'off',
14+
'vue/first-attribute-linebreak': 'off',
15+
'import/extensions': 'off'
1416
}
1517
}

β€Žimg/app-dark.svgβ€Ž

Lines changed: 2 additions & 58 deletions
Loading

β€Žimg/app.svgβ€Ž

Lines changed: 2 additions & 57 deletions
Loading

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"@nextcloud/moment": "^1.1.1",
4141
"@nextcloud/router": "^2.0.0",
4242
"@nextcloud/vue": "^5.4.0",
43-
"vue": "^2.6.11"
43+
"vue": "^2.6.11",
44+
"vue-material-design-icons": "^5.1.2"
4445
},
4546
"devDependencies": {
4647
"@nextcloud/babel-config": "^1.0.0",

0 commit comments

Comments
Β (0)