aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src/components/Users
Commit message (Collapse)AuthorAgeFilesLines
* test(settings): Users tableChristopher Ng2023-07-121-2/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(cypress): users_disableChristopher Ng2023-07-121-1/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh(a11y): Users tableChristopher Ng2023-07-127-542/+894
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(settings): Migrate away from deprecated `NcPopoverMenu`Ferdinand Thiessen2023-06-303-81/+118
| | | | | | | | | * 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>
* Replace plain input fields with NcTextField fields and NcMultiSelect fields ↵julia.kirschenheuter2023-06-281-132/+198
| | | | | | with NcSelect fields Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* enh(a11y): New user modalChristopher Ng2023-06-213-0/+1427
Signed-off-by: Christopher Ng <chrng8@gmail.com>