minio/browser/app/js
Kanagaraj M cb3818be27
adding local pagination to bucket list (#5684)
* adding local pagination to bucket list

When there are more than 5000 buckets, browser ui
becomes unresponsive since react needs to create
5000 elements which takes browser resources.
So we show only 100 buckets for the first time,
and load more buckets when the user is scrolling down.

* move inline styles to less file
2018-03-22 23:28:48 +05:30
..
__tests__ Browser: Update UI with new components and elements (#5671) 2018-03-21 11:38:57 -07:00
alert Browser: Update UI with new components and elements (#5671) 2018-03-21 11:38:57 -07:00
browser Browser: Update UI with new components and elements (#5671) 2018-03-21 11:38:57 -07:00
buckets adding local pagination to bucket list (#5684) 2018-03-22 23:28:48 +05:30
components Browser: Update UI with new components and elements (#5671) 2018-03-21 11:38:57 -07:00
jest Browser: Update UI with new components and elements (#5671) 2018-03-21 11:38:57 -07:00
objects Browser: Update UI with new components and elements (#5671) 2018-03-21 11:38:57 -07:00
store re-organize components and actions by feature (#5518) 2018-03-21 11:30:50 -07:00
uploads Browser: Update UI with new components and elements (#5671) 2018-03-21 11:38:57 -07:00
App.js removed duplicate route components from browser (#5584) 2018-03-21 11:38:56 -07:00
constants.js Refactor delete object and share object components (#5537) 2018-03-21 11:30:50 -07:00
history.js Browser: Update UI with new components and elements (#5671) 2018-03-21 11:38:57 -07:00
jsonrpc.js Browser: Update UI with new components and elements (#5671) 2018-03-21 11:38:57 -07:00
loader.js Browser: Update UI with new components and elements (#5671) 2018-03-21 11:38:57 -07:00
mime.js Browser: Update UI with new components and elements (#5671) 2018-03-21 11:38:57 -07:00
reducers.js Browser: Update UI with new components and elements (#5671) 2018-03-21 11:38:57 -07:00
utils.js Browser: Update UI with new components and elements (#5671) 2018-03-21 11:38:57 -07:00
web.js Browser: Update UI with new components and elements (#5671) 2018-03-21 11:38:57 -07:00