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

search filter tooltip has wrong description #2593

Open
stefan123t opened this issue Nov 26, 2024 · 0 comments
Open

search filter tooltip has wrong description #2593

stefan123t opened this issue Nov 26, 2024 · 0 comments
Labels
bug Something isn't working Frontend Issue or PR related to the frontend code

Comments

@stefan123t
Copy link

stefan123t commented Nov 26, 2024

Description

The search filter tooltip is giving the description for the other setting.

Image

  • (*(*)*) Show recipes containing all selected keywords
  • ( (*) ) Show recipes containing any selected keywords

Reproduction
Steps to reproduce the behavior:

  1. Go to Cookbook > All recipes
  2. Hover over the search filter inclusive / exclusive button

Actual behavior
3. Note that the icon shows the any (*(*)*) icon whereas the tooltip says all
4. Toggle the search filter
5. Note that the icon shows the all ( (*) ) icon whereas the tooltip says any

Expected behavior

Please replace the description in the tooltips with a short description of the current setting:

  • (*(*)*) Inclusive / logical OR: Show recipes containing any selected keywords
  • ( (*) ) Exclusive / logical AND: Show recipes containing all selected keywords

For accessibility reasons there might be a "toggle" or "switch" keyword added to the tooltip to explain that the behaviour will be changed.

Versions
Nextcloud server version: Hub 8 / 29.0.4
Cookbook version: 0.11.2

@stefan123t stefan123t added the bug Something isn't working label Nov 26, 2024
@christianlupus christianlupus added the Frontend Issue or PR related to the frontend code label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Frontend Issue or PR related to the frontend code
Projects
None yet
Development

No branches or pull requests

2 participants