Nextcloud-vue: ActionLink looks odd inside Actions

Created on 21 Oct 2019  路  9Comments  路  Source: nextcloud/nextcloud-vue

ActionLink looks odd inside an Actions component:

E43FB9AB-2BA9-43E4-8F45-AE0757E3F208

1. to develop bug actions

All 9 comments

Plus there is no ellipsis or line-break on long text

737378AF-166C-4F07-B51E-E4A5499547DE

There is an issue with the title :)
Can you post some code pls?

<Actions>
    <ActionButton icon="icon-add" @click="alert('Add')">Add new</ActionButton>
    <ActionButton icon="icon-delete" title="Long button" @click="alert('Delete')">This button is associated with a very long text.\nAnd with new lines too.</ActionButton>
    <ActionLink icon="icon-add" title="I'm a short title" />
    <ActionLink icon="icon-add" title="I'm a very long title that doesn't break for some reason" />
</Actions>

7B1EF498-0A6F-4C7A-B88C-A7F7049B56BE

Oh, if i use <ActionLink icon="icon-add">I'm a short title</ActionLink> it shows normally. Why didn't you say that :P

Why didn't you say that :P

...
Have you read the documentation? ^^'

Have you read the documentation? ^^'

Yes, i did :P

There is exactly one example and it uses title
https://nextcloud-vue-components.netlify.com/#/Components/Actions?id=actionlink

Git blame is blaming :drum: :drum: :drum: :drum: @skjnldsv

God dammit!!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ChristophWurst picture ChristophWurst  路  7Comments

jancborchardt picture jancborchardt  路  9Comments

raimund-schluessler picture raimund-schluessler  路  9Comments

ChristophWurst picture ChristophWurst  路  6Comments

rullzer picture rullzer  路  7Comments