aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/components/HeaderMenu.vue
Commit message (Collapse)AuthorAgeFilesLines
* Port global search menu to focus trapped NcHeaderMenuChristopher Ng2023-01-181-238/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Close global search menu when focus leavesChristopher Ng2022-11-171-1/+8
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add an OCP method to check the shortcut state and use it for global search ↵Joas Schilling2022-09-151-0/+5
| | | | | | and menu control Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix UnifiedSearchCarl Schwan2022-09-081-3/+5
| | | | | | | | | - Fix too big margins - Fix horizontal scrolbar (caused by margin in text field) - Add some spacing between the items (4px) - Center items (I love flex) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Accessibility improvements to unified searchChristopher Ng2022-09-021-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add ```aria-expanded``` value to select2-container om systemtag and file tagsjulia.kirschenheuter2022-08-171-1/+1
| | | | | | | | | | | | Add ```aria-expanded``` to color picker Add ```aria-expanded``` to UnifiedSearch.vue Add ```aria-expanded``` to new button on files Add ```aria-expanded``` to action menu Add ```aria-expanded``` to icon .federation-menu Add ```aria-expanded``` to app navigation collapse button Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix contrast of the search iconCarl Schwan2022-07-251-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Properly calculate carret positionLouis Chemineau2022-06-071-9/+4
| | | | | | | | The carret position is currently hard coded based on the position of the icon in the header. This PR calculate its position relatively to the header icon. Signed-off-by: Louis Chemineau <louis@chmn.me>
* Improve accessibility with more visible focus indication for non vue appsCarl Schwan2022-05-161-2/+6
| | | | | | | | | | | | - Add visible-focus effect on each header entry - Show focus outline when using focus-visible (keyboard navigation) - Add polyfy for focus-visible since it's only very recently available on webkit - Change text for link to home button to describe the destination and not the current page - Improve focus effect in app sidebar navigation Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Auto fix warningsLouis Chemineau2022-01-211-2/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix position of search barCarl Schwan2021-08-311-4/+10
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix missing label and accessibility of Search functionJan C. Borchardt2021-07-291-2/+7
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Make search popup usable on mobile, tooszaimen2021-07-071-2/+2
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Readd element ID after component mount.Joas Schilling2021-01-181-1/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add users and apps inner search and add HeaderMenu cancelJohn Molakvoæ (skjnldsv)2020-09-141-12/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix search placeholder animation & dark theme compatibilityJohn Molakvoæ (skjnldsv)2020-09-031-1/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix unified searchJohn Molakvoæ (skjnldsv)2020-08-031-0/+206
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>