aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/components/ContactsMenu/Contact.vue
Commit message (Collapse)AuthorAgeFilesLines
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-291-4/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-291-4/+5
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-1/+1
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-19/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(a11y): Aria-hide contacts menu icon imagesChristoph Wurst2024-01-111-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unneeded links and add `focus-visible` state on a linkjulia.kirschenheuter2023-11-241-24/+8
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* feat(contactsmenu): Show user statusChristoph Wurst2023-10-311-12/+36
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix(a11y): Increase contrast of contacts menu actionsChristopher Ng2023-10-301-12/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* refactor: Contacts menu to VueChristoph Wurst2023-10-161-0/+191
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>