summaryrefslogtreecommitdiffstats
path: root/core/src/views/ContactsMenu.vue
Commit message (Collapse)AuthorAgeFilesLines
* Replace input form with `NcTextField`julia.kirschenheuter2023-11-221-23/+51
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix styles for input fields on focus statejulia.kirschenheuter2023-11-061-2/+13
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* feat(contactsmenu): Show user statusChristoph Wurst2023-10-311-10/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix width of input on contacts menujulia.kirschenheuter2023-10-181-1/+0
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* refactor: Contacts menu to VueChristoph Wurst2023-10-161-113/+113
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* enh(a11y): Add search contacts labelChristopher Ng2023-09-071-1/+7
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix too long entries in contacts-menuSimon L2023-02-161-7/+3
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Focus trap contacts menu with NcHeaderMenu portChristopher Ng2023-01-131-0/+198
Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>