Interactive mode
Created by: attfarhan
This PR implements the rest of interactive mode.
It includes a dropdown for adding filters to your query (other than Repo
and File
). Included in these are filters with finite options (archived, forks), which are displayed as radio button options.
It also adds a toggle for case sensitivity to the query input, preferring that as the mechanism for setting case sensitivity rather than a radio option menu.
TODO:
- e2e tests
- filter negation (separate PR)