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

Add the ability to deny tags for flow filtering #2

Closed
wants to merge 1 commit into from

Conversation

Wardenfar
Copy link
Contributor

With theses changes, there are now required tags and denied tags.

Each flow must contains all required tags but none denied tags.

In the filter UI, the shift key acts as an effect inverter.

Click event rules table :

inactive => click => required
inactive => shift+click => denied

required => click => inactive
required => shift+click => denied

denied => click => inactive
denied => shift+click => required

In this example, GIF is required and SLOW is denied :

image

@aiooss-anssi
Copy link
Contributor

Merged in #3, thanks!

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.

2 participants