Ghost/ghost/admin/app/components/members
Simon Backx 7c824556c2
Added new members filters and refactored filters (#15667)
fixes https://github.com/TryGhost/Team/issues/2112

- Removed a bit of duplicate code across templates and components that was used to handle filters
- Updated filter objects to contain information about the filter
- Added resource filters that are able to select a single resource, which can be used in columns
- Filters can now define columns by themselves. Not all columns already make use of this functionality, but we can move those over later (cleanup: https://github.com/TryGhost/Team/issues/2133)
- The filter definitions became quite long. We should move them to separate files in the future: https://github.com/TryGhost/Team/issues/2134
- Filters can now have custom NQL parsing
- Improved support for parsing recursive or grouped NQL queries
- Added support for filtering members by feedback
2022-10-21 17:18:00 +02:00
..
modals 🐛 Fixed broken close buttons on modals (#15514) 2022-10-04 06:33:49 +04:00
filter-value.hbs Added new members filters and refactored filters (#15667) 2022-10-21 17:18:00 +02:00
filter-value.js Added new members filters and refactored filters (#15667) 2022-10-21 17:18:00 +02:00
filter.hbs Added new members filters and refactored filters (#15667) 2022-10-21 17:18:00 +02:00
filter.js Added new members filters and refactored filters (#15667) 2022-10-21 17:18:00 +02:00
list-item-column.hbs Added new members filters and refactored filters (#15667) 2022-10-21 17:18:00 +02:00
list-item-column.js Added new members filters and refactored filters (#15667) 2022-10-21 17:18:00 +02:00
list-item-loading.hbs Moved members list item components 2022-10-07 17:09:18 +01:00
list-item.hbs Fixed missed component rename 2022-10-07 17:17:44 +01:00
list-item.js Moved members list item components 2022-10-07 17:09:18 +01:00