-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[filter bar] Add aliasing. Closes #5194 #5268
Conversation
I don't like using a key on the JSON for the alias. Can we add an input field that attaches the alias to |
function convertToEditableFilter(filter) { | ||
var model = _.cloneDeep(filter); | ||
|
||
var filterType; |
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.
This variable isn't used anymore, so you can ditch this.
Zooming out to less than 50% can help reproduce the issue with the icon dropping off that the last commit addresses. |
@jbugz confirmed the issue as fixed by the last commit. i zoomed all the way out to 25% :) LGTM |
LGTM |
Merge it! |
[filter bar] Add aliasing. Closes #5194
Super! |
Closes #5194