|
|
c441e66ba7
|
Lint
|
2016-11-06 17:53:49 +01:00 |
|
|
|
454b45123b
|
Change ESLint indent rule (fix + enable function call)
|
2016-11-06 17:53:11 +01:00 |
|
|
|
6cc04bd079
|
Fix indentSwitchCase option for ESLint indent rule
|
2016-11-06 17:36:48 +01:00 |
|
|
|
c42fca2a83
|
Lint .eslintrc ^^
|
2016-11-06 16:52:42 +01:00 |
|
|
|
cc342224bf
|
Disable linebreak-style ESlint rule
This is GIT's job
|
2016-11-06 16:51:10 +01:00 |
|
Guillaume ARM
|
1b4161d7c1
|
Lint
- Main/Header
- Main/Footer
|
2016-11-06 04:57:41 +01:00 |
|
Guillaume ARM
|
7ba84d8601
|
Merge branch 'master' into smallFixes
|
2016-11-06 04:57:24 +01:00 |
|
Guillaume ARM
|
ab644934a1
|
Merge pull request #19 from Tiqa/refacto/Header
Refacto/header
|
2016-11-06 04:48:20 +01:00 |
|
Guillaume ARM
|
f61b0cec4f
|
Update eslintrc
use react/sort-comp rule in eslintrc (thanks to planet-v3)
|
2016-11-06 04:34:07 +01:00 |
|
Guillaume ARM
|
90e2a4014f
|
Lint
- components
- pages
- routes
- store
- api
|
2016-11-06 04:34:07 +01:00 |
|
Guillaume ARM
|
8549e6e2af
|
Remove component/general folder
- delete Empty component (useless, just return null in a component)
- move Identity in components folder
|
2016-11-06 04:34:07 +01:00 |
|
ato
|
393a25f51d
|
Merge branch 'refacto/Header' of https://github.com/Tiqa/debats-front into refacto/Header
|
2016-11-06 04:25:38 +01:00 |
|
ato
|
8e5075ce90
|
Change Link for LinkContainer in Header
use new react-router-bootstrap LinkContainer
|
2016-11-06 04:08:04 +01:00 |
|
ato
|
92a6c9e5da
|
Update package.json
add react-router-bootstrap module
|
2016-11-06 04:07:00 +01:00 |
|
Guillaume ARM
|
6dfe38fbec
|
Merge branch 'master' into smallFixes
|
2016-11-06 03:17:25 +01:00 |
|
ato
|
0b85187200
|
Add bootstrap-loader config
|
2016-11-06 03:09:25 +01:00 |
|
ato
|
52cbcc1ae9
|
Update stories/index.js
add Header stories and dep imports
|
2016-11-06 03:09:25 +01:00 |
|
ato
|
b700bd078b
|
Update _main.css
remove imports of debats.css and header.css
now modules
|
2016-11-06 03:09:25 +01:00 |
|
ato
|
f9a0855f9c
|
Fix Home padding
|
2016-11-06 03:09:25 +01:00 |
|
ato
|
9fd2892052
|
Refacto Header
Header is now using react-bootstrap components
|
2016-11-06 03:09:25 +01:00 |
|
ato
|
18ad93cf1e
|
Rename HeaderStyle.css to Header.css
|
2016-11-06 03:09:25 +01:00 |
|
ato
|
e20beac03e
|
Merge pull request #16 from Tiqa/fix/react-router-redux
Use middleware from react-router-redux
|
2016-11-06 03:07:18 +01:00 |
|
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 |
|