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

Redesign the filter UI #305

Open
dantownsend opened this issue Apr 27, 2023 · 0 comments
Open

Redesign the filter UI #305

dantownsend opened this issue Apr 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dantownsend
Copy link
Member

dantownsend commented Apr 27, 2023

I'd like to redesign the UI for filters.

On the left side of the image is the current design for filtering Varchar columns.

We have a HTML input, with a placeholder value of All. The problems are:

  1. Specifying null is a hack - you type in null.
  2. PiccoloCRUD has powerful support for text matching (see docs), and we're not exposing this power.

The suggested new design (on the right of the image) is that every field displays a dropdown with a default value of All. You can select a different value from the drop down, and if necessary the input appears for you to type into.

Screenshot 2023-04-27 at 22 12 07

@dantownsend dantownsend added the enhancement New feature or request label Apr 27, 2023
@dantownsend dantownsend added this to To do in Enhancements via automation Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant