-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
gabbaxx
commented
Oct 25, 2018
- Virtual scrolling in filterbox with full range data paging
- Key type visible as 1..n, 1..1, n..n labels on the link, and not only color shades
- Sublime color indications for zero and one matching values in a field
- Support for data islands
- Initial support for example values in the hover title
- Right aligned frequency column in filterbox
# Conflicts: # package.json # src/components/filterbox.jsx
Deploy preview for catwalk ready! Built with commit 84c0d08 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! :)
Just some minor comments.
The search field is not clickable.. and the styling gets cut.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall! Please remove all the commented code or we'll live with it forever...
And as we discussed earlier today, would prefer if we could deliver things like this in smaller PRs, easy to miss details when they're big like this.
<div role="Listbox" tabIndex="-1" className="filterbox" style={style} onClick={preventDefaultFn}> | ||
{search} | ||
<ul className="items">{items}</ul> | ||
<div role="Listbox" tabIndex="-1" className="filterbox" onClick={preventDefaultFn}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're mixing "listbox" and "filterbox" a lot now, can we use one name for it?
Fix for resetting search in filterbox