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
parent
commit
26696c4deb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      core/img/apps/notes.svg
  2. 4
      core/src/components/setup/RecommendedApps.vue
  3. 4
      dist/core-recommendedapps.js
  4. 2
      dist/core-recommendedapps.js.map

1
core/img/apps/notes.svg

@ -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>

4
core/src/components/setup/RecommendedApps.vue

@ -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,
},

4
dist/core-recommendedapps.js
File diff suppressed because it is too large
View File

2
dist/core-recommendedapps.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save