mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +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
|
@ -202,6 +202,10 @@ let constants = EmberObject.extend({
|
|||
ArrowDown: 'dicon-arrow-down-2',
|
||||
ArrowLeft: 'dicon-arrow-left-2',
|
||||
ArrowRight: 'dicon-arrow-right-2',
|
||||
ArrowSmallUp: 'dicon-small-up',
|
||||
ArrowSmallDown: 'dicon-small-down',
|
||||
ArrowSmallLeft: 'dicon-small-left',
|
||||
ArrowSmallRight: 'dicon-small-right',
|
||||
Attachment: 'dicon-attachment',
|
||||
BarChart: 'dicon-chart-bar-2',
|
||||
Bookmark: 'dicon-bookmark',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue