Nextcloud-vue: (confirmation) Modal

Created on 21 May 2019  路  2Comments  路  Source: nextcloud/nextcloud-vue

This came up during the development of https://github.com/nextcloud/server/pull/15104

It would be great if we could show a proper styled (confirmation) modal. Similar to the password confirmation input but then just some text and 'OK', 'Cancel" etc.

Since in some (destructive) cases it really is worth it to get the extra confirmation. And having it properly styled would be awesome.

@ChristophWurst @skjnldsv @juliushaertl

1. to develop component

Most helpful comment

We currently have OC.dialogs.confirm() in the server js, so we should probably replace that in the same run once we have a proper component.

Alternative: we don't even ship this anymore with the server but let apps use the component from this lib directly -> small core js -> happy core js devs :wink:

All 2 comments

We currently have OC.dialogs.confirm() in the server js, so we should probably replace that in the same run once we have a proper component.

We currently have OC.dialogs.confirm() in the server js, so we should probably replace that in the same run once we have a proper component.

Alternative: we don't even ship this anymore with the server but let apps use the component from this lib directly -> small core js -> happy core js devs :wink:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jancborchardt picture jancborchardt  路  3Comments

nicolad picture nicolad  路  4Comments

ma12-co picture ma12-co  路  7Comments

raimund-schluessler picture raimund-schluessler  路  7Comments

rullzer picture rullzer  路  7Comments