Commit Graph

11 Commits

Author SHA1 Message Date
Alfredo Sumaran 323a326c73 Improve pagination when searching or filtering
[ci skip]
2017-06-06 04:31:40 -05:00
Alfredo Sumaran bfa371020e Remove unnecesary passed parameter 2017-05-31 15:16:15 -05:00
Alfredo Sumaran 73067e1cd7 Add missing parameter to onFilterSuccess 2017-05-31 14:56:14 -05:00
Alfredo Sumaran 876107d520 Fix search by input 2017-05-30 23:21:40 -05:00
Alfredo Sumaran 1604c76493 Build tree object from endpoint response 2017-05-12 03:36:08 -05:00
Alfredo Sumaran 8064a400a8 Add support to filter groups by filter options 2017-05-10 20:24:31 -05:00
Alfredo Sumaran 312d02ad6d Add GroupFilterableList to be used as filterable class
- GroupFilterableList extends from FilterableList which is used in other places that doesn’t use Vue.
- GroupFilterableList interacts with a Vue store object.
- Deleted groups_list.js since is not needed anymore, filtering is handled via ajax in GroupFilterableList
2017-05-10 13:40:27 -05:00
Alfredo Sumaran 3b6ff7fcaf Add support to filter by name to Group list 2017-05-10 03:06:51 -05:00
Mike Greiling 8796d17a26 remove IIFEs in preparation for ES module refactor 2017-03-13 14:41:32 -05:00
Dmitriy Zaporozhets 8a910ba297
Improve projects/groups list js code
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-04 13:10:16 +02:00
Dmitriy Zaporozhets 5bb6a85b90
Refactor projects filtering by name
Reuse same search form and behavior for dashboard#projects, group#projects
and admin#projects. Repsect all other options like sorting, personal
filter when search projects by name. Create FilterableList JS class to
handle identical behaviour of projects and groups lists.

This change also makes filtering and sorting availabe on explore#projects
and explore#groups no matter if you are logged in or not.

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-03 18:39:30 +02:00