diff --git a/ui/public/fav.svg b/ui/public/fav.svg new file mode 100644 index 000000000..f30e7c5ee --- /dev/null +++ b/ui/public/fav.svg @@ -0,0 +1,5 @@ + diff --git a/ui/public/favicon.ico b/ui/public/favicon.ico deleted file mode 100644 index a11777cc4..000000000 Binary files a/ui/public/favicon.ico and /dev/null differ diff --git a/ui/public/index.html b/ui/public/index.html index 6ec223149..8485870fb 100644 --- a/ui/public/index.html +++ b/ui/public/index.html @@ -2,7 +2,7 @@
- + = ({setAnalyzeStatus}) => { fetch(`${mizuApiUrl}/api/analyzeStatus`) .then(response => response.json()) .then(data => setAnalyzeStatus(data)); + // eslint-disable-next-line }, []); diff --git a/ui/src/components/assets/Mizu-logo.svg b/ui/src/components/assets/Mizu-logo.svg new file mode 100644 index 000000000..cbf980097 --- /dev/null +++ b/ui/src/components/assets/Mizu-logo.svg @@ -0,0 +1,24 @@ + diff --git a/ui/src/components/assets/play.svg b/ui/src/components/assets/play.svg deleted file mode 100644 index a623aa817..000000000 --- a/ui/src/components/assets/play.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/ui/src/components/assets/run.svg b/ui/src/components/assets/run.svg new file mode 100644 index 000000000..1c7ca94cc --- /dev/null +++ b/ui/src/components/assets/run.svg @@ -0,0 +1,4 @@ + diff --git a/ui/src/components/style/HarPage.sass b/ui/src/components/style/HarPage.sass index bd72d48a6..fd6b7a91b 100644 --- a/ui/src/components/style/HarPage.sass +++ b/ui/src/components/style/HarPage.sass @@ -6,7 +6,7 @@ flex-direction: column overflow: hidden flex-grow: 1 - height: calc(100vh - 80px) + height: calc(100vh - 70px) .harPageHeader padding: 20px 24px diff --git a/ui/src/index.sass b/ui/src/index.sass index b230a5c51..ffa0f2ec3 100644 --- a/ui/src/index.sass +++ b/ui/src/index.sass @@ -14,6 +14,7 @@ body -moz-osx-font-smoothing: grayscale margin: 0 padding: 0 + overflow: hidden code font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace