Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow unified search filtering and bump @nextcloud/vue #22111

Merged
merged 4 commits into from
Sep 3, 2020

Commits on Sep 3, 2020

  1. Allow unified search filtering

    Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
    skjnldsv committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    f359529 View commit details
    Browse the repository at this point in the history
  2. Fix search placeholder animation & dark theme compatibility

    Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
    skjnldsv committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    f04b182 View commit details
    Browse the repository at this point in the history
  3. Bump @nextcloud/vue to v2.6.3

    Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
    skjnldsv committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    43243ce View commit details
    Browse the repository at this point in the history
  4. Adjust acceptance tests to changes in @nextcloud/vue 2.6.3

    The menu button and the menu of a share are no longer direct childs of
    the actions of the share row. The menu button is now a child of a
    ".trigger" element, while the menu is a direct child of the body and has
    an id defined in the "aria-describedby" attribute of the ".trigger"
    element.
    
    In XPath 1.0 it does not seem possible to "backreference" a value or
    create variables, so when the share menu or one of its item is needed
    now the ".trigger" element is first found and then its XPath expression
    is used to compose its "aria-describedby" attribute in the XPath
    expression for the menu.
    
    Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
    danxuliu authored and skjnldsv committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    9682194 View commit details
    Browse the repository at this point in the history