Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ICAT
Datahub
Commits
d22482e9
Commit
d22482e9
authored
Aug 25, 2020
by
Axel Bocciarelli
Browse files
Move all remaining global styles to `styles` folder
parent
34a02d88
Pipeline
#31875
passed with stage
in 3 minutes and 14 seconds
Changes
9
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/Logbook/Menu/EventListMenu.js
View file @
d22482e9
...
...
@@ -19,7 +19,6 @@ import {
import
LogbookPager
from
'
../LogbookPager
'
;
import
EventListMenuButton
from
'
./EventListMenuButton
'
;
import
NewlyAvailableEventsDialogue
from
'
./NewlyAvailableEventsDialogue
'
;
import
'
./eventListMenu.css
'
;
/**
* The menu displayed above the event list
...
...
src/components/Menu/Menu.js
View file @
d22482e9
...
...
@@ -6,7 +6,6 @@ import UI from '../../config/ui/config';
import
BreadCrumbs
from
'
../Breadcrumbs/BreadCrumbs
'
;
import
ManagerMenu
from
'
./ManagerMenu
'
;
import
keycloak
from
'
../../config/sso/keycloak
'
;
import
'
./glyphicon-spinner.css
'
;
import
{
useSelector
,
useDispatch
}
from
'
react-redux
'
;
import
{
doLogOut
}
from
'
../../actions/login
'
;
import
{
fetchInvestigationsAsInstrumentScientist
}
from
'
../../actions/investigations
'
;
...
...
src/containers/CameraPage.js
View file @
d22482e9
...
...
@@ -4,7 +4,6 @@ import Camera, { FACING_MODES } from 'react-html5-camera-photo';
import
{
connect
}
from
'
react-redux
'
;
import
{
setBreadCrumbs
}
from
'
../actions/breadcrumbs
'
;
import
{
createEventFromBase64
}
from
'
../api/icat/icatPlus
'
;
import
'
./CameraPage.css
'
;
class
CameraPage
extends
Component
{
/* TODO: This should be refactored */
...
...
src/containers/Logbook/LogbookContainer.js
View file @
d22482e9
...
...
@@ -35,7 +35,6 @@ import {
getSelectionFiltersBySearchCriteria
,
getSelectionFiltersForMongoQuery
,
}
from
'
./SelectionFilterHelper
'
;
import
'
../../components/Logbook/event.css
'
;
/**
* This class represents the event container component. It's role is to retrieve events from the server asynchronuously.
...
...
src/index.css
View file @
d22482e9
@import
'styles/base.css'
;
@import
'styles/glyphicon-spinner.css'
;
@import
'styles/event-list-menu.css'
;
@import
'styles/event.css'
;
@import
'styles/camera-page.css'
;
src/
container
s/
C
amera
P
age.css
→
src/
style
s/
c
amera
-p
age.css
View file @
d22482e9
File moved
src/
components/Logbook/Menu
/event
L
ist
M
enu.css
→
src/
styles
/event
-l
ist
-m
enu.css
View file @
d22482e9
File moved
src/
components/Logbook
/event.css
→
src/
styles
/event.css
View file @
d22482e9
File moved
src/
components/Menu
/glyphicon-spinner.css
→
src/
styles
/glyphicon-spinner.css
View file @
d22482e9
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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