minio/browser/app/js
Kanagaraj M 54e5ee6535 removed duplicate route components from browser (#5584)
All routes '/', '/:bucket/', '/:bucket/*' render the same
component. Instead we could just have a single route like following which
combines all the above routes

'/:bucket?/*'

bucket is optional here, so it can cover '/'
2018-03-21 11:38:56 -07:00
..
__tests__ removed duplicate route components from browser (#5584) 2018-03-21 11:38:56 -07:00
alert Refactor delete object and share object components (#5537) 2018-03-21 11:30:50 -07:00
browser Refactor bucket delete and bucket policy (#5580) 2018-03-21 11:38:56 -07:00
buckets removed duplicate route components from browser (#5584) 2018-03-21 11:38:56 -07:00
components Refactor bucket delete and bucket policy (#5580) 2018-03-21 11:38:56 -07:00
jest Add missing unit tests to JavaScript and React components (#5505) 2018-03-21 11:30:50 -07:00
objects Refactor bucket delete and bucket policy (#5580) 2018-03-21 11:38:56 -07:00
store re-organize components and actions by feature (#5518) 2018-03-21 11:30:50 -07:00
uploads Refactor make bucket and upload components (#5521) 2018-03-21 11:30:50 -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 Refactor of components (#5499) 2018-03-21 11:30:50 -07:00
jsonrpc.js browser: Update ui-assets and fix the copyright header. (#3790) 2017-02-22 17:27:26 -08:00
loader.js upgrading react and refactoring components (#5409) (#5444) 2018-03-21 11:30:50 -07:00
mime.js browser: Update ui-assets and fix the copyright header. (#3790) 2017-02-22 17:27:26 -08:00
reducers.js Refactor make bucket and upload components (#5521) 2018-03-21 11:30:50 -07:00
utils.js browser: Update ui-assets and fix the copyright header. (#3790) 2017-02-22 17:27:26 -08:00
web.js upgrading react and refactoring components (#5409) (#5444) 2018-03-21 11:30:50 -07:00