Closed jdanish closed 1 year ago
Working on this will be a good way to get our heads around the filtering system and current data/state management. So prioritizing it in front of the others.
I wonder if we should change the top-level label to "Views" or something like that so that filter, highlight, remove and then eventually highlight or decorate or whatever all fit? Not a high priority but related.
@jdanish how should the filtering search work for "remove/collapse"? Are we removing everything that matches? Or are we keeping everything that matches?
e.g. if I set a Collapse filter for nodes:
I think keep is most intuitive and matches the others.
Addressed. Close for now. See pull request #264
Currently the filtering functionality has an option to highlight (fade) or filter, which hides the items not selected, but doesn't change their impact on the system. It'd be nice to have an additional "remove" tab that removes the impact of the filtered items on the system (e.g., don't impact centrality). Note that this should only be on the local display copy, so it will not impact the stored data.