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

186752905 filter function fixes #27

Merged
merged 7 commits into from
Jan 26, 2024
Merged

Conversation

eireland
Copy link
Contributor

Fixes bugs found by QA:

  • Changing attribute selected to filter does not update the info in the filter modal
  • Expand click handler to include the Edit Icon
  • Made operator list a little wider to accomodate the scroll bar
  • Fixed the "greater than or equal to" text
  • Added unit to the lower value for the between operator
  • Fix bug where input value does not show when above mean or below mean were previously selected
  • Fixed bug where if user changes unit type selection, the filter modal didn't update to the new unit type
  • Changed the default height of the plugin to accomodate the lowest filter modal position by default.
  • Made operator selection list scrollable if the bottom of the list is below the window height.

Fixes missing units in between lower value in filter table

Fixes click handler for operator edit icon in filter modal

Fixes greater than text
…lter modal by defaulte

Moves filter modal up if window is too short

Makes operator selection list a scrollable list if window is too short.
Copy link
Contributor

@lublagg lublagg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good 👍 just a console.log to remove

src/components/attribute-filter.tsx Outdated Show resolved Hide resolved
Copy link
Member

@dougmartin dougmartin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

@eireland eireland merged commit cd7661f into main Jan 26, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants