From dfbc2193eb75288b9ee9f3cbb92d929e63e14810 Mon Sep 17 00:00:00 2001 From: Matthew Letter Date: Wed, 22 Jul 2020 11:18:43 -0600 Subject: [PATCH] fixing button styling for controls --- .../__snapshots__/LoadingPage.test.tsx.snap | 5 +++++ web-server/components/ControlsButton.js | 2 +- .../plugin-components/LoadButton.tsx | 2 +- .../plugin-components/LoadingPage.tsx | 6 +++++ .../plugin-components/LoadingPageButtons.tsx | 22 +++++++------------ .../plugin-components/types.ts | 2 -- 6 files changed, 21 insertions(+), 18 deletions(-) diff --git a/web-server/__tests__/plugins/slycat-timeseries-model/plugin-components/__snapshots__/LoadingPage.test.tsx.snap b/web-server/__tests__/plugins/slycat-timeseries-model/plugin-components/__snapshots__/LoadingPage.test.tsx.snap index e1b0e7f9c..6879c48fe 100644 --- a/web-server/__tests__/plugins/slycat-timeseries-model/plugin-components/__snapshots__/LoadingPage.test.tsx.snap +++ b/web-server/__tests__/plugins/slycat-timeseries-model/plugin-components/__snapshots__/LoadingPage.test.tsx.snap @@ -37,6 +37,11 @@ exports[`Timeseries LoadingPage we have expected props on initial load 2`] = `
+
{ }) return props.hidden ? null : (
+
= (props) => { // wait until all the jquery stuff is loaded - $( document ).ready(function( $ ) { + $(document).ready(function ($) { // enable tooltips $('[data-toggle="tooltip"]').tooltip(); - }) + }); return ( -