Browse Source
Merge pull request #37021 from nextcloud/enh/notes-recommended
feat: Add notes as recommended app
pull/37026/head
Julius Härtl
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
8 additions and
3 deletions
-
core/img/apps/notes.svg
-
core/src/components/setup/RecommendedApps.vue
-
dist/core-recommendedapps.js
-
dist/core-recommendedapps.js.map
|
|
@ -0,0 +1 @@ |
|
|
|
<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m0 0h24v24h-24z" fill="none"/><path d="m3 17.25v3.75h3.75l11.06-11.06-3.75-3.75zm17.71-10.21c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75z"/></svg> |
|
|
@ -106,6 +106,10 @@ const recommended = { |
|
|
|
description: t('core', 'Collaborative documents, spreadsheets and presentations, built on Collabora Online.'), |
|
|
|
icon: imagePath('core', 'apps/richdocuments.svg'), |
|
|
|
}, |
|
|
|
notes: { |
|
|
|
description: t('core', 'Distraction free note taking app.'), |
|
|
|
icon: imagePath('core', 'apps/notes.svg'), |
|
|
|
}, |
|
|
|
richdocumentscode: { |
|
|
|
hidden: true, |
|
|
|
}, |
|
|
|