Implement pagination

This commit is contained in:
Chi Vinh Le
2017-07-20 01:19:45 +07:00
parent 7005175fc0
commit b769e95898
8 changed files with 142 additions and 21 deletions
@@ -0,0 +1 @@
export {addNotification} from 'coral-framework/actions/notification';
+1 -1
View File
@@ -1,3 +1,3 @@
export {t} from 'coral-framework/services/i18n';
export {t, timeago} from 'coral-framework/services/i18n';
export {can} from 'coral-framework/services/perms';
export {isSlotEmpty} from 'coral-framework/helpers/plugins';
+6 -2
View File
@@ -1,2 +1,6 @@
export {isTagged, insertCommentsSorted} from 'coral-framework/utils';
export {getSlotFragmentSpreads} from 'coral-framework/utils';
export {
isTagged,
insertCommentsSorted,
getSlotFragmentSpreads,
forEachError,
} from 'coral-framework/utils';