nextcloud-libraries / nextcloud-dialogs

Nextcloud dialog helpers https://npmjs.org/@nextcloud/dialogs
https://nextcloud-libraries.github.io/nextcloud-dialogs/
GNU Affero General Public License v3.0
19 stars 9 forks source link

Design review #920

Open susnux opened 1 year ago

susnux commented 1 year ago

Copy-Pasted notes from design review to be triaged and implemented:

susnux commented 1 year ago

Add icons to copy and move by default

Can someone recommend icons for this purpose? I am not happy with the ones I found on MDI :sweat_smile: @szaimen @nimishavijay

skjnldsv commented 1 year ago

Can someone recommend icons for this purpose?

Move is folder-move Copy is content-copy


EDIT: it seems google fonts have more up-to-date ones: https://fonts.google.com/icons?icon.query=copy But they're not available in our @mdi/svg or vue-material-design-icons libs it seems :thinking:

EDIT2, ah, it's material symbols, not material icons..... Material icons look like this (but still not available) File Folder
round_file_copy_black_24dp round_folder_copy_black_24dp

EDIT3: https://github.com/Templarian/MaterialDesign/issues/7218

skjnldsv commented 1 year ago

But they're not available in our @mdi/svg or vue-material-design-icons libs it seems 🤔

Ah, they are, but renamed file-multiple.svg and folder-multiple.svg File Folder
file-multiple folder-multiple