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 custom list views #810

Open
mildred opened this issue Jan 16, 2024 · 0 comments
Open

Add custom list views #810

mildred opened this issue Jan 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mildred
Copy link
Contributor

mildred commented Jan 16, 2024

Part of #798

Implementation:

  • Add a CustomListView model
    • name: string
    • filter: JSON
    • groupName: string
  • in sidebarConfig.ts, add those custom lists views to the sidebar config
  • In ListView.vue
    • when a filter is defined, add a button to save the view
    • if the view is already a custom view, it will jsut save the view
    • if the view is not a custom view, ask for a view name and create the custom view
    • if the view is a custom view, add a button to remove the custom view and a way to rename it
    • custom view filters should not be marked implicit (in setFilter(filters, implicit))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant