Guillaume ARM
819d528787
Lint
2016-11-05 15:30:13 +01:00
Guillaume ARM
3aedfcf820
Remove node-polyglot/react-polyglot
...
because we will use redux-polyglot
2016-11-05 15:30:13 +01:00
Guillaume ARM
0ed7528a3e
Add styles/_constants.css
...
instead of styles/_variables.css
2016-11-05 15:30:13 +01:00
Guillaume ARM
53c346ed8a
Merge pull request #13 from Tiqa/tech/eslint
...
Update eslintrc
2016-11-05 15:29:55 +01:00
Guillaume ARM
186ce58db2
Merge pull request #6 from Tiqa/tech/codeship_icon
...
Tech/codeship icon
2016-11-05 15:28:22 +01:00
Guillaume ARM
6998f3d0fc
Merge pull request #7 from Tiqa/tech/remove_lodash
...
Remove unused babel-plugin-lodash
2016-11-05 15:27:51 +01:00
ato
b1d4a49c7f
Update eslintrc
...
remove line max-len
2016-11-05 15:23:20 +01:00
ato
13b7e9b67e
Merge pull request #11 from Tiqa/feat/add_statement_modal
...
Feat/add statement modal
2016-11-05 15:00:30 +01:00
067bad2f35
Removed: entities 'base' selectors from selectors/index so that they are less exposed
2016-11-05 14:56:47 +01:00
3502cc4a3d
Fixed: getEntityByRef selector was using Ramda's prop on an array, so was targeting entities indices and not ids ... Changed by a find with propEq
2016-11-05 14:56:47 +01:00
81fb5745b0
Added: AddStatementButton to header (testing purpose, will see later where to put)
2016-11-05 14:56:47 +01:00
6346b7bff5
Added: New AddStatementButton to open new AddStatementModal, with corresponding actions, reducers, selectors, sagas, constants, styles, ...
2016-11-05 14:56:47 +01:00
ace489bb44
Refacto: Moved API parse functions from entitiesReducer to api/jsonApiParser.js
2016-11-05 14:55:12 +01:00
bf2f938737
Small fixes: fixed missing keys, globalized CSS, ...
2016-11-05 14:55:12 +01:00
183892bdd8
Removed: redux-json-api residues
2016-11-05 14:55:12 +01:00
b30f17b227
Added: new API routes to api/debats/
2016-11-05 14:55:12 +01:00
f91402bfe5
Conf/Webstorm
2016-11-05 14:55:12 +01:00
108e768bfe
Lint: Changed max-len to 120
2016-11-05 14:55:12 +01:00
ato
7207ee8a29
Update routes
...
add route for contact
add route for a propos
add route for mode d emploi
2016-11-05 14:54:49 +01:00
ato
17501e348c
Merge pull request #10 from Tiqa/fix/static-pages
...
Update page Contact
2016-11-05 14:44:54 +01:00
ato
a6611bf728
Update page Contact
...
put correct html in page
2016-11-05 14:43:28 +01:00
ato
ae4c4e5ad8
Merge pull request #8 from Tiqa/feat/static-pages
...
Add static pages
2016-11-05 14:18:10 +01:00
ato
109f479eb4
Add static pages
...
new page About
new page Contact
new page Guide
update page Home
no routing yet
2016-11-05 14:11:12 +01:00
7eb08f9f6c
Add link on Codeship status icon
2016-11-05 13:16:21 +01:00
6097146ce9
Add Codeship status icon to README
2016-11-05 13:16:21 +01:00
bbcb67d6f1
Remove unused babel-plugin-lodash
2016-11-05 13:15:27 +01:00
4605698896
Add the first test
...
src/store/actions/entities.spec.js
2016-11-05 11:46:38 +01:00
983034e2c4
Remove Karma/Mocha/Sinon/Chai and replace by Jest
...
Setup Jest
2016-11-05 11:45:57 +01:00
ato
983ca41e2a
Merge pull request #5 from Tiqa/tech/add-storybook
...
Tech/add storybook
2016-11-05 11:22:57 +01:00
52781be9d9
Add Storybook info addon
...
with usage Example in PublicFigureAvatar/stories
2016-11-05 10:34:57 +01:00
93884e1dfb
Fix Storybook README addon style
...
Github style was not applied due to wrong Webpack loaders not
loading node modules CSS
2016-11-05 09:58:41 +01:00
253d2f4680
Remove redux-json-api
...
Not used anymore (we wrote our own stack)
2016-11-05 09:47:27 +01:00
9a96eabb70
Update to React 15.3.2
2016-11-05 09:47:08 +01:00
84beb06e84
Add Storybook README addon
...
with completely useless usage example in PublicFigureAvatar/stories
2016-11-05 09:46:13 +01:00
20a74e25fe
Add Storybook Knobs addon
...
I add a completely useless usage example in PublicFigureAvatar/stories
2016-11-05 09:23:44 +01:00
047044d7c1
Simplify import in PublicFigureAvatar stories
...
Just to see if new Webpack config is resolving JSX correctly.
(It does :-) )
2016-11-05 08:56:15 +01:00
57cf6926f8
Use webpack.base.config for Storybook
...
Now that webpack.base.config.js is really basic, Storybook conf
can use it as is.
'It works on my machine'
2016-11-05 08:53:57 +01:00
2f79015505
Point final Webpack confs to new bundle.config
...
After entry/output/HtmlWebpackPlugin was moved there
2016-11-05 08:51:08 +01:00
fd1890df08
Move bundle tasks to webpack.bundle.config.js
...
Move HtmlWebpackPlugin, entry and output setting to webpack.bundle.config.js
(not needed for storybook for example, which wants to use webpack.base.config.js)
2016-11-05 08:48:29 +01:00
f4b8945650
Remove ExtractTextPlugin
...
Let's embed all our CSS in Webpack's chunks ! (long live HTTP/2)
2016-11-05 08:43:07 +01:00
10548dd7b5
simplify webpack module definition
...
stripped old spread form
2016-11-05 08:40:17 +01:00
cad4075fa5
move webpack resolve to own file
2016-11-05 08:39:49 +01:00
6afa330258
move babel loader to loaders
...
I moved babel-loader from webpack.base.config.js to webpack/loaders.js
This was supposed to not work (https://github.com/Tiqa/debats-front/pull/5#commitcomment-19550241 )
But it works well for me ... see https://github.com/Tiqa/debats-front/pull/5
2016-11-04 22:17:18 +01:00
5315c7c619
Merge pull request #4 from Tiqa/doc/README
...
add a README
2016-11-04 22:05:31 +01:00
ato
dd2f21b47c
add a README
2016-10-24 22:58:02 +02:00
ato
bf600fa500
add few stories
2016-10-24 22:57:15 +02:00
ato
fd60003140
add storybook
2016-10-24 22:54:40 +02:00
ato
6fbd5b3430
minimal webpack refacto
2016-10-24 22:53:34 +02:00
ato
dfa635ded6
swap preset positions
2016-10-24 22:52:15 +02:00
65e5a51e37
Merge pull request #3 from Tiqa/feat/public_figures_page
...
Feat/public figures page
2016-10-08 11:00:38 +02:00