mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #37021 from nextcloud/enh/notes-recommended
feat: Add notes as recommended app
This commit is contained in:
commit
26696c4deb
4 changed files with 8 additions and 3 deletions
1
core/img/apps/notes.svg
Normal file
1
core/img/apps/notes.svg
Normal file
|
|
@ -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>
|
||||
|
After Width: | Height: | Size: 274 B |
|
|
@ -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
vendored
4
dist/core-recommendedapps.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-recommendedapps.js.map
vendored
2
dist/core-recommendedapps.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue