Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rex Dri
Rex Dri
Commits
ebe42bc4
Commit
ebe42bc4
authored
Mar 01, 2019
by
Florent Chehab
Browse files
Finish reorganizing frontend and imports are finally linted ! youpiiiii
parent
81f10fe3
Pipeline
#35760
passed with stages
Changes
87
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/reducers/fullScreenDialog.js
→
frontend/src/
redux/
reducers/fullScreenDialog.js
View file @
ebe42bc4
File moved
frontend/src/reducers/index.js
→
frontend/src/
redux/
reducers/index.js
View file @
ebe42bc4
File moved
frontend/src/reducers/map.js
→
frontend/src/
redux/
reducers/map.js
View file @
ebe42bc4
File moved
frontend/src/reducers/search.js
→
frontend/src/
redux/
reducers/search.js
View file @
ebe42bc4
File moved
frontend/src/reducers/theme.js
→
frontend/src/
redux/
reducers/theme.js
View file @
ebe42bc4
File moved
frontend/src/reducers/universityPage.js
→
frontend/src/
redux/
reducers/universityPage.js
View file @
ebe42bc4
File moved
frontend/src/
store/index
.js
→
frontend/src/
redux/store
.js
View file @
ebe42bc4
import
{
createStore
,
applyMiddleware
}
from
"
redux
"
;
import
rootReducer
from
"
.
.
/reducers/index
"
;
import
rootReducer
from
"
./reducers/index
"
;
import
thunkMiddleware
from
"
redux-thunk
"
;
import
{
createLogger
}
from
"
redux-logger
"
;
...
...
@@ -7,7 +7,7 @@ import { createLogger } from "redux-logger";
import
{
SAVE_APP_COLOR_PICKER
,
SAVE_APP_THEME
}
from
"
.
.
/actions/action-types
"
;
}
from
"
./actions/action-types
"
;
const
loggerMiddleware
=
createLogger
(
{
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment