From 6dee2e599081bd9d8176dff8620287eeafaa851d Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 28 Jul 2020 14:42:51 +0200 Subject: fullscreen background colors... update ui with section name --- .../annotationForms/annotationForm.image.js | 1 + .../annotationForms/annotationForm.utility.js | 21 +++++++++++---------- .../annotationForms/annotationForm.video.js | 1 + .../views/media/components/media.indexOptions.js | 6 ------ animism-align/frontend/app/views/media/media.css | 1 - .../frontend/app/views/viewer/nav/nav.parent.js | 12 +++++++----- .../components.fullscreen/fullscreen.image.js | 7 ++++++- .../components.fullscreen/fullscreen.video.js | 14 ++++++++++++-- .../app/views/viewer/player/player.fullscreen.css | 10 ++++++++-- .../frontend/app/views/viewer/viewer.actions.js | 2 +- 10 files changed, 47 insertions(+), 28 deletions(-) (limited to 'animism-align/frontend/app/views') diff --git a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.image.js b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.image.js index 0a6cc17..9ca5295 100644 --- a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.image.js +++ b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.image.js @@ -39,6 +39,7 @@ export const AnnotationFormImage = ({ annotation, media, handleSettingsSelect, h )} diff --git a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.utility.js b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.utility.js index a926741..6c835c5 100644 --- a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.utility.js +++ b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.utility.js @@ -8,15 +8,6 @@ import { annotationFadeTimings } from 'app/utils/annotation.utils' export const AnnotationFormCurtain = ({ annotation, handleSettingsChange, handleSettingsSelect }) => { return (
- + )}
diff --git a/animism-align/frontend/app/views/media/components/media.indexOptions.js b/animism-align/frontend/app/views/media/components/media.indexOptions.js index 09a0f74..d8187c9 100644 --- a/animism-align/frontend/app/views/media/components/media.indexOptions.js +++ b/animism-align/frontend/app/views/media/components/media.indexOptions.js @@ -44,12 +44,6 @@ class IndexOptions extends Component { selected={options.sort} onChange={actions.upload.updateOption} /> -