nextcloud-vue icon indicating copy to clipboard operation
nextcloud-vue copied to clipboard

ActionLink does not display icon when a URL is passed

Open Pytal opened this issue 4 years ago • 4 comments

When a URL is passed into the icon prop on ActionLink no icon is displayed. This should work correctly like when passing a CSS class.

This only occurs with a single action, and otherwise works correctly when there are multiple actions or a dropdown menu is forced :force-menu="true"

Pytal avatar Oct 15 '21 05:10 Pytal

Could be that this is already fixed with https://github.com/nextcloud/nextcloud-vue/pull/2532 can you check that maybe?

juliusknorr avatar Mar 04 '22 10:03 juliusknorr

Will test this when 5.1.1 is released

Pytal avatar Mar 10 '22 20:03 Pytal

@juliushaertl I can confirm that the icon is still blank when passing a URL as the icon prop

Pytal avatar Mar 23 '22 16:03 Pytal

We discourage using icon-classes now. How do we go about URL being passed? @skjnldsv?

raimund-schluessler avatar Aug 07 '22 05:08 raimund-schluessler