diff --git a/webapp/src/assets/less/theme.less b/webapp/src/assets/less/theme.less index a2a1dfcf..a8c6e80f 100644 --- a/webapp/src/assets/less/theme.less +++ b/webapp/src/assets/less/theme.less @@ -80,7 +80,11 @@ // Nav // -@nav-header-font-size: 12px; +@nav-header-font-size: 16px; +.uk-nav-header{ + text-transform:none; +} + // // Subnav @@ -358,6 +362,7 @@ a:hover { padding: 0 8px; border-color: @global-border; margin-bottom: 2px; + text-transform:none !important; } .uk-button-default { diff --git a/webapp/src/components/appContent.vue b/webapp/src/components/appContent.vue index 2662eebc..fcbf7296 100644 --- a/webapp/src/components/appContent.vue +++ b/webapp/src/components/appContent.vue @@ -205,27 +205,27 @@ export default { topTabs: function() { let tabs = [ { - id: "view", + id: "View", icon: "visibility", component: viewContent }, { - id: "navigate", + id: "Navigate", icon: "gamepad", component: navigateContent }, { - id: "background detect", + id: "Background Detect", icon: "background_replace", component: backgroundDetectContent }, { - id: "slide scan", + id: "Slide Scan", icon: "settings_overscan", component: slideScanContent }, { - id: "scan list", + id: "Scan List", icon: "photo_library", component: ScanListContent } diff --git a/webapp/src/components/tabContentComponents/aboutComponents/devTools.vue b/webapp/src/components/tabContentComponents/aboutComponents/devTools.vue index 0bcc9cb5..0c17a105 100644 --- a/webapp/src/components/tabContentComponents/aboutComponents/devTools.vue +++ b/webapp/src/components/tabContentComponents/aboutComponents/devTools.vue @@ -25,12 +25,6 @@ Apply -
diff --git a/webapp/src/components/tabContentComponents/aboutComponents/statusPane.vue b/webapp/src/components/tabContentComponents/aboutComponents/statusPane.vue index dc34291f..e3ca4f35 100644 --- a/webapp/src/components/tabContentComponents/aboutComponents/statusPane.vue +++ b/webapp/src/components/tabContentComponents/aboutComponents/statusPane.vue @@ -3,12 +3,12 @@- Camera/stage mapping allows the stage to move relative to the camera + Camera-stage mapping allows the stage to move relative to the camera view. This enables functions like click-to-move, and more precise tile scans.
diff --git a/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue b/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue index 5c9d02c4..8c892057 100644 --- a/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue +++ b/webapp/src/components/tabContentComponents/settingsComponents/CSMSettingsComponents/CSMCalibrationSettings.vue @@ -11,7 +11,7 @@ " thing="camera_stage_mapping" action="calibrate_xy" - :submit-label="'Auto-Calibrate using camera'" + :submit-label="'Auto-Calibrate Using Camera'" :modal-progress="true" @response="onRecalibrateResponse" @error="modalError" @@ -24,7 +24,7 @@ class="uk-button uk-button-default uk-width-1-1" @click="getCalibrationData()" > - Download calibration data + Download Calibration Data- -
-- ImJoy enables integration with a wide - variety of microscopy and image analysis applications, including ImageJ.JS - and Kaibu. Support for ImJoy within the OFM software is currently - experimental, and it may slow down loading of the application. -
-- ImJoy plugins are disabled in this build of the OpenFlexure software. -
-- -
-- The "gallery" tab can cause performance issues; un-tick the box above to - disable it. -
-This will disable the embedded web stream of the camera. diff --git a/webapp/src/components/tabContentComponents/settingsContent.vue b/webapp/src/components/tabContentComponents/settingsContent.vue index 58ad15fd..8ccc315d 100644 --- a/webapp/src/components/tabContentComponents/settingsContent.vue +++ b/webapp/src/components/tabContentComponents/settingsContent.vue @@ -3,7 +3,7 @@