-
Notifications
You must be signed in to change notification settings - Fork 29
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
Allow saving of filters #401
Comments
Some initial ideas~
we could use the following schema:
|
Behaviour upon filters becoming invalid
Option 2: Remove the saved filter set
|
Not sure if milestones and labels are a strong-enough reason for making preset filters repo-specific, but making the preset filters repo-specific only makes it more confusing. There are cases where users want to make preset filters that can applied across repos. Furthermore, user can switch to another preset filters if he needs to change the preset filter. |
Is your feature request related to a problem? Please describe.
There already exists two "default" custom views for users. Let's allow users to save a custom selection of filters.
Describe the solution you'd like
A save button can be provided (location TBC). This could open a dialog asking the user to choose a label. Upon save, this would appear in the current dropdown (for contributions / currently active). As we have no backend, we can potentially simply save the configs in localstorage (non-sensitive, anyway)
The text was updated successfully, but these errors were encountered: