mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
Provide better user list paging UX
This commit is contained in:
parent
8a654fcf3d
commit
d1bc4a5b4c
9 changed files with 84 additions and 44 deletions
|
@ -16,7 +16,7 @@ export default Controller.extend({
|
|||
userService: service('user'),
|
||||
globalSvc: service('global'),
|
||||
syncInProgress: false,
|
||||
userLimit: 100,
|
||||
userLimit: 25,
|
||||
|
||||
loadUsers(filter) {
|
||||
this.get('userService').getComplete(filter, this.get('userLimit')).then((users) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue