Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hub: pretty icons #27945

Open
mmeeks opened this issue Jul 9, 2021 · 2 comments
Open

Hub: pretty icons #27945

mmeeks opened this issue Jul 9, 2021 · 2 comments

Comments

@mmeeks
Copy link

@mmeeks mmeeks commented Jul 9, 2021

Just did a new Nextcloud install on my laptop (well perhaps it was an older version) - and saw this:

image

Would be lovely to have something that is not that gear; but worth checking if this is the case in the latest Nextcloud. Pedro - I assume we can provide some artwork - except that I think richdocuments is not installed at the time this is show, so we prolly want this in the NC core somehow (?)

@juliushaertl juliushaertl transferred this issue from nextcloud/richdocuments Jul 13, 2021
@juliushaertl
Copy link
Member

@juliushaertl juliushaertl commented Jul 13, 2021

Moving over to server. We would basically need to ship the app icons with the server and make sure they are added to the corresponding apps:

calendar: {
description: t('core', 'Schedule work & meetings, synced with all your devices.'),
icon: imagePath('core', 'places/calendar.svg'),
},
contacts: {
description: t('core', 'Keep your colleagues and friends in one place without leaking their private info.'),
icon: imagePath('core', 'places/contacts.svg'),
},
mail: {
description: t('core', 'Simple email app nicely integrated with Files, Contacts and Calendar.'),
icon: imagePath('core', 'actions/mail.svg'),
},
spreed: {
description: t('core', 'Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps.'),
},
richdocuments: {
description: t('core', 'Collaboratively edit office documents.'),
},
richdocumentscode: {
description: t('core', 'Local document editing back-end used by the Collabora Online app.'),
},

cc @nextcloud/designers I think we can just reuse the existing app icons we have there, what do you think:

@jancborchardt
Copy link
Member

@jancborchardt jancborchardt commented Jul 30, 2021

Sounds good @juliushaertl!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants