aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components/Users/UserRowSimple.vue
Commit message (Collapse)AuthorAgeFilesLines
* enh(a11y): Users tableChristopher Ng2023-07-121-185/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(settings): Migrate away from deprecated `NcPopoverMenu`Ferdinand Thiessen2023-06-301-33/+10
| | | | | | | | | * Replace popover menu with `NcActions` * Deduplicate user actions code between `UserRow` and `UserRowSimple` * Fix user action to cover whole row heigh to prevent dropdown from shining through the actions * Fix user action popover to be overlayed by current edited row actions Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(a11y): New user modalChristopher Ng2023-06-211-0/+208
Signed-off-by: Christopher Ng <chrng8@gmail.com>