Commit graph

837 commits

Author SHA1 Message Date
Guillaume ARM
13b614e5d1 Merge branch 'master' into smallFixes 2016-11-06 02:49:12 +01:00
Guillaume ARM
317f847118 Lint all files (big fixes) 2016-11-06 01:04:13 +01:00
Guillaume ARM
c690f6c750 Fix eslint-plugin-import version 2016-11-05 23:22:17 +01:00
ato
675164b55f Add bootstrap-loader config 2016-11-05 22:06:31 +01:00
ato
05d458eae1 Update stories/index.js
add Header stories and dep imports
2016-11-05 22:05:59 +01:00
ato
1d50e361d7 Update _main.css
remove imports of debats.css and header.css
now modules
2016-11-05 22:05:14 +01:00
ato
f2fd55f675 Fix Home padding 2016-11-05 22:04:46 +01:00
ato
397592f129 Refacto Header
Header is now using react-bootstrap components
2016-11-05 22:03:54 +01:00
ato
982b4272f6 Rename HeaderStyle.css to Header.css 2016-11-05 22:03:11 +01:00
Guillaume ARM
cf17529611 Fix eslint configs/plugins 2016-11-05 21:28:41 +01:00
Guillaume ARM
4d34330ceb Update eslint 2016-11-05 21:15:30 +01:00
ato
af76bd68d4 Merge pull request #18 from Tiqa/refacto/css/home
Update Home index
2016-11-05 18:15:33 +01:00
ato
9cbd5a1bfe Update Home index
add title-mask classname
2016-11-05 18:14:53 +01:00
ato
e79db05406 Merge pull request #17 from Tiqa/fix/css/Home
Fix/css/home
2016-11-05 18:11:10 +01:00
ato
0398cc0179 Update Home.css
fix title vertical centering
2016-11-05 18:02:47 +01:00
ato
7c8b8bd587 Update index.html
add meta viewport for mobile responsive
2016-11-05 18:01:32 +01:00
Guillaume ARM
6f17082461 Use middleware from react-router-redux
- move history building in store/index
- use routerMiddleware() from react-router-redux
2016-11-05 17:44:15 +01:00
Guillaume ARM
358f93f299 Fix action_types
fix ADD_STATEMENT_VALIDATE
2016-11-05 15:52:00 +01:00
ato
a63364a02e Merge pull request #15 from Tiqa/tech/jest
Tech/jest
2016-11-05 15:41:25 +01:00
891a9f334b Add missing newline 2016-11-05 15:40:04 +01:00
14c8456215 Merge branch 'master' into tech/jest 2016-11-05 15:37:06 +01:00
ef02ae8c24 Merge pull request #12 from Tiqa/tech/static-routing
Update routes
2016-11-05 15:33:29 +01:00
38fa696c24 Merge pull request #14 from Tiqa/fix/warn
Fix some warnings
2016-11-05 15:32:56 +01:00
ato
0ce3744d22 Update constants paths
sync constants paths with react-router
2016-11-05 15:31:36 +01:00
ato
8b6bcd8bc9 Update routes paths 2016-11-05 15:31:18 +01:00
Guillaume ARM
7cfe5dbdea Lint PublicFigureInList 2016-11-05 15:30:13 +01:00
Guillaume ARM
2df42c07e1 Fix react warning in PublicFigures component
add key prop
2016-11-05 15:30:13 +01:00
Guillaume ARM
eaf89d4015 Fix typo in selectors
relationthips instead of relationships
2016-11-05 15:30:13 +01:00
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