-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update logo nav component in header (#2136)
* Fix VHomeLink styles * Update snapshots
- Loading branch information
Showing
157 changed files
with
125 additions
and
32 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
frontend/src/components/VHeader/meta/VHomeLink.stories.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
import { | ||
ArgsTable, | ||
Canvas, | ||
Description, | ||
Meta, | ||
Story, | ||
} from "@storybook/addon-docs" | ||
import VHomeLink from "~/components/VHeader/VHomeLink.vue" | ||
|
||
<Meta | ||
title="Components/VHeader/HomeLinks/VHomeLink" | ||
components={VHomeLink} | ||
argTypes={{ | ||
variant: { | ||
type: "string", | ||
control: { | ||
type: "select", | ||
options: ["dark", "light"], | ||
}, | ||
}, | ||
}} | ||
/> | ||
|
||
export const Template = (args) => ({ | ||
template: `<div class="flex p-4" :class="args.bg"><VHomeLink v-bind="args" /></div>`, | ||
components: { VHomeLink }, | ||
setup() { | ||
args.bg = args.variant === "dark" ? "bg-white" : "bg-black" | ||
return { args } | ||
}, | ||
}) | ||
|
||
# VHomeLink | ||
|
||
<Description of={VHomeLink} /> | ||
|
||
<ArgsTable of={VHomeLink} /> | ||
|
||
<Canvas> | ||
<Story name="Default">{Template.bind({})}</Story> | ||
</Canvas> |
36 changes: 36 additions & 0 deletions
36
frontend/src/components/VHeader/meta/VLogoButton.stories.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
import { | ||
ArgsTable, | ||
Canvas, | ||
Description, | ||
Meta, | ||
Story, | ||
} from "@storybook/addon-docs" | ||
import VLogoButton from "~/components/VHeader/VLogoButton.vue" | ||
|
||
<Meta | ||
title="Components/VHeader/HomeLinks/VLogoButton" | ||
component={VLogoButton} | ||
argTypes={{ | ||
isFetching: { | ||
type: "boolean", | ||
}, | ||
}} | ||
/> | ||
|
||
export const Template = (args) => ({ | ||
template: `<div class="flex p-4"><VLogoButton v-bind="args" /></div>`, | ||
components: { VLogoButton }, | ||
setup() { | ||
return { args } | ||
}, | ||
}) | ||
|
||
# VLogoButton | ||
|
||
<Description of={VLogoButton} /> | ||
|
||
<ArgsTable of={VLogoButton} /> | ||
|
||
<Canvas> | ||
<Story name="Default">{Template.bind({})}</Story> | ||
</Canvas> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-61 Bytes
(99%)
...l-regression/components/header.spec.ts-snapshots/filters-open-ltr-2xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-29 Bytes
(99%)
...al-regression/components/header.spec.ts-snapshots/filters-open-ltr-lg-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-53 Bytes
(99%)
...al-regression/components/header.spec.ts-snapshots/filters-open-ltr-xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-14 Bytes
(100%)
...l-regression/components/header.spec.ts-snapshots/filters-open-rtl-2xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-29 Bytes
(99%)
...al-regression/components/header.spec.ts-snapshots/filters-open-rtl-lg-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-7 Bytes
(100%)
...al-regression/components/header.spec.ts-snapshots/filters-open-rtl-xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-46 Bytes
(99%)
...visual-regression/components/header.spec.ts-snapshots/resting-ltr-2xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-27 Bytes
(99%)
.../visual-regression/components/header.spec.ts-snapshots/resting-ltr-lg-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-37 Bytes
(99%)
.../visual-regression/components/header.spec.ts-snapshots/resting-ltr-xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+11 Bytes
(100%)
...visual-regression/components/header.spec.ts-snapshots/resting-rtl-2xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-27 Bytes
(99%)
.../visual-regression/components/header.spec.ts-snapshots/resting-rtl-lg-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+19 Bytes
(100%)
.../visual-regression/components/header.spec.ts-snapshots/resting-rtl-xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-46 Bytes
(99%)
...isual-regression/components/header.spec.ts-snapshots/scrolled-ltr-2xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-28 Bytes
(99%)
...visual-regression/components/header.spec.ts-snapshots/scrolled-ltr-lg-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-36 Bytes
(99%)
...visual-regression/components/header.spec.ts-snapshots/scrolled-ltr-xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 Bytes
(100%)
...isual-regression/components/header.spec.ts-snapshots/scrolled-rtl-2xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-28 Bytes
(99%)
...visual-regression/components/header.spec.ts-snapshots/scrolled-rtl-lg-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+17 Bytes
(100%)
...visual-regression/components/header.spec.ts-snapshots/scrolled-rtl-xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-27 Bytes
(99%)
...gression/components/header.spec.ts-snapshots/searchbar-active-ltr-2xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-35 Bytes
(99%)
...egression/components/header.spec.ts-snapshots/searchbar-active-ltr-lg-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-24 Bytes
(100%)
...egression/components/header.spec.ts-snapshots/searchbar-active-ltr-xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-26 Bytes
(100%)
...gression/components/header.spec.ts-snapshots/searchbar-active-rtl-2xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-29 Bytes
(99%)
...egression/components/header.spec.ts-snapshots/searchbar-active-rtl-lg-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-26 Bytes
(99%)
...egression/components/header.spec.ts-snapshots/searchbar-active-rtl-xl-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-24 Bytes
(100%)
...ression/components/header.spec.ts-snapshots/searchbar-hovered-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-27 Bytes
(99%)
...gression/components/header.spec.ts-snapshots/searchbar-hovered-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-21 Bytes
(100%)
...gression/components/header.spec.ts-snapshots/searchbar-hovered-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-23 Bytes
(100%)
...ression/components/header.spec.ts-snapshots/searchbar-hovered-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-30 Bytes
(99%)
...gression/components/header.spec.ts-snapshots/searchbar-hovered-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-22 Bytes
(100%)
...gression/components/header.spec.ts-snapshots/searchbar-hovered-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.38 KB
(98%)
...ession/pages/homepage.spec.ts-snapshots/content-switcher-open-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+216 Bytes
(100%)
...ression/pages/homepage.spec.ts-snapshots/content-switcher-open-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+196 Bytes
(100%)
...ression/pages/homepage.spec.ts-snapshots/content-switcher-open-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+400 Bytes
(100%)
...ession/pages/homepage.spec.ts-snapshots/content-switcher-open-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+49 Bytes
(100%)
...ression/pages/homepage.spec.ts-snapshots/content-switcher-open-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+115 Bytes
(100%)
...ression/pages/homepage.spec.ts-snapshots/content-switcher-open-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-67 Bytes
(100%)
...spec.ts-snapshots/content-switcher-with-external-sources-open-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+139 Bytes
(100%)
....spec.ts-snapshots/content-switcher-with-external-sources-open-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1.11 KB
(100%)
....spec.ts-snapshots/content-switcher-with-external-sources-open-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1.29 KB
(100%)
...spec.ts-snapshots/content-switcher-with-external-sources-open-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+32 Bytes
(100%)
....spec.ts-snapshots/content-switcher-with-external-sources-open-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+70 Bytes
(100%)
....spec.ts-snapshots/content-switcher-with-external-sources-open-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.27 KB
(98%)
...ight/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+302 Bytes
(100%)
...right/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+196 Bytes
(100%)
...right/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+215 Bytes
(100%)
...right/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+251 Bytes
(100%)
...right/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+197 Bytes
(100%)
...right/visual-regression/pages/homepage.spec.ts-snapshots/index-ltr-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+1.64 KB
(100%)
...ight/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+199 Bytes
(100%)
...right/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+182 Bytes
(100%)
...right/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+217 Bytes
(100%)
...right/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.77 KB
(97%)
...right/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+226 Bytes
(100%)
...right/visual-regression/pages/homepage.spec.ts-snapshots/index-rtl-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
-54 Bytes
(100%)
...-regression/pages/no-results.spec.ts-snapshots/no-results-all-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-39 Bytes
(100%)
...l-regression/pages/no-results.spec.ts-snapshots/no-results-all-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-37 Bytes
(100%)
...l-regression/pages/no-results.spec.ts-snapshots/no-results-all-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-36 Bytes
(100%)
...-regression/pages/no-results.spec.ts-snapshots/no-results-all-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-28 Bytes
(100%)
...l-regression/pages/no-results.spec.ts-snapshots/no-results-all-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-34 Bytes
(100%)
...l-regression/pages/no-results.spec.ts-snapshots/no-results-all-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-48 Bytes
(100%)
...egression/pages/no-results.spec.ts-snapshots/no-results-audio-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-20 Bytes
(100%)
...regression/pages/no-results.spec.ts-snapshots/no-results-audio-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-41 Bytes
(100%)
...regression/pages/no-results.spec.ts-snapshots/no-results-audio-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-27 Bytes
(100%)
...egression/pages/no-results.spec.ts-snapshots/no-results-audio-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+8 Bytes
(100%)
...regression/pages/no-results.spec.ts-snapshots/no-results-audio-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-43 Bytes
(100%)
...regression/pages/no-results.spec.ts-snapshots/no-results-audio-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-39 Bytes
(100%)
...egression/pages/no-results.spec.ts-snapshots/no-results-image-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-42 Bytes
(100%)
...regression/pages/no-results.spec.ts-snapshots/no-results-image-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-35 Bytes
(100%)
...regression/pages/no-results.spec.ts-snapshots/no-results-image-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-22 Bytes
(100%)
...egression/pages/no-results.spec.ts-snapshots/no-results-image-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-28 Bytes
(100%)
...regression/pages/no-results.spec.ts-snapshots/no-results-image-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-18 Bytes
(100%)
...regression/pages/no-results.spec.ts-snapshots/no-results-image-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+224 Bytes
(100%)
...n/pages/pages-single-result.spec.ts-snapshots/ltr-full-page-report-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+302 Bytes
(100%)
...n/pages/pages-single-result.spec.ts-snapshots/ltr-full-page-report-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+228 Bytes
(100%)
...n/pages/pages-single-result.spec.ts-snapshots/rtl-full-page-report-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+174 Bytes
(100%)
...n/pages/pages-single-result.spec.ts-snapshots/rtl-full-page-report-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+382 Bytes
(100%)
...ywright/visual-regression/pages/pages.spec.ts-snapshots/about-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+328 Bytes
(100%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+306 Bytes
(100%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+280 Bytes
(100%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-ltr-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+366 Bytes
(100%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+217 Bytes
(100%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-ltr-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+285 Bytes
(100%)
...ywright/visual-regression/pages/pages.spec.ts-snapshots/about-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+318 Bytes
(100%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+318 Bytes
(100%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+425 Bytes
(100%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-rtl-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+263 Bytes
(100%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+247 Bytes
(100%)
...aywright/visual-regression/pages/pages.spec.ts-snapshots/about-rtl-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+205 Bytes
(100%)
.../visual-regression/pages/pages.spec.ts-snapshots/non-existent-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
-1.31 KB
(97%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+212 Bytes
(100%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+439 Bytes
(100%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-ltr-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+122 Bytes
(100%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+231 Bytes
(100%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-ltr-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+175 Bytes
(100%)
.../visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+164 Bytes
(100%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-144 Bytes
(100%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
-153 Bytes
(99%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+183 Bytes
(100%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+209 Bytes
(100%)
...t/visual-regression/pages/pages.spec.ts-snapshots/non-existent-rtl-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+284 Bytes
(100%)
...right/visual-regression/pages/pages.spec.ts-snapshots/privacy-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+274 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+245 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+248 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-ltr-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+291 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+242 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-ltr-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+142 Bytes
(100%)
...right/visual-regression/pages/pages.spec.ts-snapshots/privacy-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+145 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+223 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+253 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-rtl-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+136 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+239 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/privacy-rtl-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+363 Bytes
(100%)
...t/visual-regression/pages/pages.spec.ts-snapshots/search-help-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+352 Bytes
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+347 Bytes
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+367 Bytes
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-ltr-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+416 Bytes
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+219 Bytes
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-ltr-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+224 Bytes
(100%)
...t/visual-regression/pages/pages.spec.ts-snapshots/search-help-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+246 Bytes
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+312 Bytes
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+384 Bytes
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-rtl-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+246 Bytes
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+227 Bytes
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-help-rtl-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
-33 Bytes
(100%)
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-page-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+359 Bytes
(100%)
...right/visual-regression/pages/pages.spec.ts-snapshots/sources-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+368 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-ltr-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+391 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-ltr-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+388 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-ltr-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+365 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-ltr-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+244 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-ltr-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+228 Bytes
(100%)
...right/visual-regression/pages/pages.spec.ts-snapshots/sources-rtl-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+239 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-rtl-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
+343 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-rtl-md-linux.png
Oops, something went wrong.
Binary file modified
BIN
+353 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-rtl-sm-linux.png
Oops, something went wrong.
Binary file modified
BIN
+214 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-rtl-xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+229 Bytes
(100%)
...wright/visual-regression/pages/pages.spec.ts-snapshots/sources-rtl-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
-50 Bytes
(100%)
...pages/search-with-banners.spec.ts-snapshots/page-with-all-banners-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+26 Bytes
(100%)
.../pages/search-with-banners.spec.ts-snapshots/page-with-all-banners-lg-linux.png
Oops, something went wrong.
Binary file modified
BIN
-28 Bytes
(100%)
.../pages/search-with-banners.spec.ts-snapshots/page-with-all-banners-xl-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.23 KB
...-regression/v-button.spec.ts-snapshots/transparent-tx-focused-hovered-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.23 KB
...k/visual-regression/v-button.spec.ts-snapshots/transparent-tx-focused-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.03 KB
...k/visual-regression/v-button.spec.ts-snapshots/transparent-tx-hovered-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.03 KB
...k/visual-regression/v-button.spec.ts-snapshots/transparent-tx-resting-linux.png
Oops, something went wrong.
Binary file modified
BIN
+420 Bytes
(110%)
...n/v-header-internal.spec.ts-snapshots/desktop-header-internal-ltr-2xl-linux.png
Oops, something went wrong.
Binary file modified
BIN
+319 Bytes
(110%)
...eader-internal.spec.ts-snapshots/mobile-header-internal-closed-ltr-xs-linux.png
Oops, something went wrong.
Binary file modified
BIN
+215 Bytes
(110%)
...eader-internal.spec.ts-snapshots/mobile-header-internal-closed-rtl-xs-linux.png
Oops, something went wrong.