Community Section - Search Commenters (#60)

* Table

* úsers api

* Ádding envs and version

* Community Table Added

* Ádding redux

* Adding loading data state

* Community Actions

* Adding Inmutable

* Fetching commenters

* Search commenters

* Linting and translations

* Ádding Sort

* sortBuilder

* pagr

* request per page, pager and mor

* package.json

* new Page actiokn

* éslint

* Changes and cleaner comps

* removed console.log
This commit is contained in:
Belén Curcio
2016-11-11 11:14:26 -05:00
committed by Dan Zajdband
parent 4a704fa85c
commit 5b74beabd6
28 changed files with 517 additions and 33 deletions
+6
View File
@@ -82,6 +82,12 @@ module.exports = {
precss,
new webpack.ProvidePlugin({
'fetch': 'imports?this=>global!exports?global.fetch!whatwg-fetch'
}),
new webpack.DefinePlugin({
'process.env': {
'NODE_ENV': `"${'development'}"`,
'VERSION': `"${require('./package.json').version}"`
}
})
],
resolve: {