]> source.dussan.org Git - nextcloud-server.git/commit
Convert Add group link to button 38202/head
authorfenn-cs <fenn25.fn@gmail.com>
Thu, 11 May 2023 14:08:26 +0000 (15:08 +0100)
committerfenn-cs <fenn25.fn@gmail.com>
Sun, 14 May 2023 00:01:12 +0000 (01:01 +0100)
commit1ee8fbaad1eea6544b21059f65efe12a9e601956
tree6ae8714dc32df4ec8784683ec77476ce1d533c33
parent598859d96995cf8857da9733883cf6ed95fd1524
Convert Add group link to button

The "Add group" peforms an on-page action and does not route or link to
anywhere else hence, not semantically a link but a button.

This commit implements the ehancement described at the respository level.

A change would be required in [@nextcloud/nextcloud-vue](https://github.com/nextcloud/nextcloud-vue/issues/4108)
since the `NcAppNavigationNewItem` is an out-of-repo dependency.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
apps/settings/src/views/Users.vue