-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(front): refactors day/night theme colors and layout
refactors all colors and application thereof in `theme.css` - closes #592 - closes #662 - closes #663 - closes #574 - closes #681
- Loading branch information
Showing
177 changed files
with
1,450 additions
and
1,158 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
cancel-in-progress: true | ||
|
||
steps: | ||
- name: ✓ Approve CMS Dispatch | ||
- name: ✓ Approve | ||
uses: dgrebb/[email protected] | ||
with: | ||
secret: ${{ github.TOKEN }} | ||
|
@@ -23,7 +23,7 @@ jobs: | |
issue-body: "Please approve or deny the deployment of version ${{ github.ref_name }}." | ||
exclude-workflow-initiator-as-approver: false | ||
additional-approved-words: y,a | ||
labels: 'publish' | ||
labels: 'content' | ||
|
||
frontend: | ||
runs-on: ubuntu-latest | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: ➡ 🚀 B&D FE Release | ||
name: 🚀 Build & Deploy Release | ||
|
||
on: | ||
push: | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: 🙈 BackstopJS - Refs | ||
name: 🙊 Generate Refs | ||
on: | ||
workflow_dispatch: | ||
workflow_call: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
#!/bin/bash | ||
|
||
jq -c -r '"<table><tr><th align=\"left\">Test</th><th>Viewport</th><th align=\"right\">Mismatch Amount</th></tr>", (.tests[] | select(.status | contains("fail")) | "<tr><td><a href=\"" + .pair.url + "\" target=\"_blank\">" + .pair.label + "</a></td>", "<td align=\"center\">" + .pair.viewportLabel + "</td>", "<td align=\"right\">" + .pair.diff.misMatchPercentage + "</td></tr>"), "</table>"' ./bd/bitmaps_test/*/*/report.json | ||
DOMAIN=$1 | ||
DIR=$2 | ||
jq -c -r --arg REPORT_DOMAIN $DOMAIN --arg ENV_DIR $DIR ' | ||
"<table><tr><th align=\"left\">Test</th><th>Viewport</th><th align=\"right\">Mismatch Amount</th></tr>", | ||
(.tests[] | select(.status | contains("fail")) | | ||
"<tr><td><a href=\"https://" + $REPORT_DOMAIN + "/backstop/html_report/gh-" + $ENV_DIR + "/index.html#test" + (.pair.testIndex|tostring) + "\" target=\"_blank\">" + .pair.label + "</a></td>", | ||
"<td align=\"center\">" + .pair.viewportLabel + "</td>", | ||
"<td align=\"right\">" + .pair.diff.misMatchPercentage + "</td></tr>" | ||
), | ||
"</table>" | ||
' ./bd/bitmaps_test/*/*/report.json |
Binary file modified
BIN
-1.5 KB
(97%)
...aps_reference/gh-stg/GithubSTG_Cats_-_Active_Tests_Category_0_viewport_0_xs.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.95 KB
(110%)
...aps_reference/gh-stg/GithubSTG_Cats_-_Active_Tests_Category_0_viewport_1_sm.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
+61.5 KB
(130%)
...ackstop/bd/bitmaps_reference/gh-stg/GithubSTG_Cats_-_Mobile_0_document_0_xs.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
+51 KB
(120%)
...ackstop/bd/bitmaps_reference/gh-stg/GithubSTG_Cats_-_Mobile_0_document_1_sm.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
+75.5 KB
(120%)
...itmaps_reference/gh-stg/GithubSTG_Cats_-_Navigate_from_Post_0_document_0_md.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
+92.7 KB
(130%)
...itmaps_reference/gh-stg/GithubSTG_Cats_-_Navigate_from_Post_0_document_1_lg.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
+102 KB
(130%)
...itmaps_reference/gh-stg/GithubSTG_Cats_-_Navigate_from_Post_0_document_2_xl.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
+58.1 KB
(110%)
...tmaps_reference/gh-stg/GithubSTG_Cats_-_Navigate_from_Post_0_document_3_2xl.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
+21.6 KB
(110%)
...aps_reference/gh-stg/GithubSTG_Cats_-_Select_Tests_Category_0_viewport_0_md.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
+1.84 KB
(100%)
...aps_reference/gh-stg/GithubSTG_Cats_-_Select_Tests_Category_0_viewport_0_xs.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.1 KB
(120%)
...aps_reference/gh-stg/GithubSTG_Cats_-_Select_Tests_Category_0_viewport_1_lg.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
-641 Bytes
(99%)
...aps_reference/gh-stg/GithubSTG_Cats_-_Select_Tests_Category_0_viewport_1_sm.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
+45.6 KB
(120%)
...aps_reference/gh-stg/GithubSTG_Cats_-_Select_Tests_Category_0_viewport_2_xl.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
+25.9 KB
(110%)
...ps_reference/gh-stg/GithubSTG_Cats_-_Select_Tests_Category_0_viewport_3_2xl.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.9 KB
(85%)
.../bitmaps_reference/gh-stg/GithubSTG_Homepage_-_Switch_Theme_0_viewport_0_xs.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
-38.8 KB
(71%)
.../bitmaps_reference/gh-stg/GithubSTG_Homepage_-_Switch_Theme_0_viewport_1_sm.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
-122 KB
(55%)
.../bitmaps_reference/gh-stg/GithubSTG_Homepage_-_Switch_Theme_0_viewport_2_md.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
-104 KB
(61%)
.../bitmaps_reference/gh-stg/GithubSTG_Homepage_-_Switch_Theme_0_viewport_3_lg.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
-154 KB
(55%)
.../bitmaps_reference/gh-stg/GithubSTG_Homepage_-_Switch_Theme_0_viewport_4_xl.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
-253 KB
(48%)
...bitmaps_reference/gh-stg/GithubSTG_Homepage_-_Switch_Theme_0_viewport_5_2xl.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
+3.72 KB
(110%)
_ci/backstop/bd/bitmaps_reference/gh-stg/GithubSTG_Homepage_0_viewport_0_xs.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
+1.1 KB
(100%)
_ci/backstop/bd/bitmaps_reference/gh-stg/GithubSTG_Homepage_0_viewport_1_sm.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
-9.69 KB
(95%)
_ci/backstop/bd/bitmaps_reference/gh-stg/GithubSTG_Homepage_0_viewport_2_md.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
+8.58 KB
(100%)
_ci/backstop/bd/bitmaps_reference/gh-stg/GithubSTG_Homepage_0_viewport_3_lg.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
+4.94 KB
(100%)
_ci/backstop/bd/bitmaps_reference/gh-stg/GithubSTG_Homepage_0_viewport_4_xl.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
-13.5 KB
(95%)
_ci/backstop/bd/bitmaps_reference/gh-stg/GithubSTG_Homepage_0_viewport_5_2xl.png
Oops, something went wrong.
Binary file added
BIN
+59.1 KB
...rence/gh-stg/GithubSTG_Post_-_Aside_TOC_Active_Item_Onload_0_postaside_0_md.png
Oops, something went wrong.
Binary file added
BIN
+52.8 KB
...rence/gh-stg/GithubSTG_Post_-_Aside_TOC_Active_Item_Onload_0_postaside_1_lg.png
Oops, something went wrong.
Binary file added
BIN
+52 KB
...rence/gh-stg/GithubSTG_Post_-_Aside_TOC_Active_Item_Onload_0_postaside_2_xl.png
Oops, something went wrong.
Binary file added
BIN
+51.8 KB
...ence/gh-stg/GithubSTG_Post_-_Aside_TOC_Active_Item_Onload_0_postaside_3_2xl.png
Oops, something went wrong.
Binary file modified
BIN
-37.4 KB
(79%)
...d/bitmaps_reference/gh-stg/GithubSTG_Post_-_Aside_TOC_Click_0_viewport_0_md.png
Oops, something went wrong.
Binary file modified
BIN
-37.6 KB
(77%)
...d/bitmaps_reference/gh-stg/GithubSTG_Post_-_Aside_TOC_Click_0_viewport_1_lg.png
Oops, something went wrong.
Binary file modified
BIN
-21.2 KB
(91%)
...d/bitmaps_reference/gh-stg/GithubSTG_Post_-_Aside_TOC_Click_0_viewport_2_xl.png
Oops, something went wrong.
Binary file modified
BIN
-28.1 KB
(92%)
.../bitmaps_reference/gh-stg/GithubSTG_Post_-_Aside_TOC_Click_0_viewport_3_2xl.png
Oops, something went wrong.
Binary file modified
BIN
-8.02 KB
(91%)
...aps_reference/gh-stg/GithubSTG_Post_-_Mobile_Expand_Mininav_0_viewport_0_xs.png
Oops, something went wrong.
Binary file modified
BIN
-14.4 KB
(88%)
...aps_reference/gh-stg/GithubSTG_Post_-_Mobile_Expand_Mininav_0_viewport_1_sm.png
Oops, something went wrong.
Binary file modified
BIN
-5.91 KB
(92%)
...ithubSTG_Post_-_Mobile_Mininav_TOC_Active_Onload_0_page-navigationmini_0_xs.png
Oops, something went wrong.
Binary file modified
BIN
-14 KB
(83%)
...ithubSTG_Post_-_Mobile_Mininav_TOC_Active_Onload_0_page-navigationmini_1_sm.png
Oops, something went wrong.
Binary file modified
BIN
-42 KB
(91%)
...tmaps_reference/gh-stg/GithubSTG_Post_-_Navigate_From_Posts_0_document_0_xs.png
Oops, something went wrong.
Binary file modified
BIN
-36.6 KB
(92%)
...tmaps_reference/gh-stg/GithubSTG_Post_-_Navigate_From_Posts_0_document_1_sm.png
Oops, something went wrong.
Binary file modified
BIN
+48.5 KB
(110%)
...tmaps_reference/gh-stg/GithubSTG_Post_-_Navigate_From_Posts_0_document_2_md.png
Oops, something went wrong.
Binary file modified
BIN
-128 KB
(85%)
...tmaps_reference/gh-stg/GithubSTG_Post_-_Navigate_From_Posts_0_document_3_lg.png
Oops, something went wrong.
Binary file modified
BIN
-89.6 KB
(90%)
...tmaps_reference/gh-stg/GithubSTG_Post_-_Navigate_From_Posts_0_document_4_xl.png
Oops, something went wrong.
Binary file modified
BIN
+37.1 KB
(100%)
...maps_reference/gh-stg/GithubSTG_Post_-_Navigate_From_Posts_0_document_5_2xl.png
Oops, something went wrong.
Binary file modified
BIN
+55.2 KB
(110%)
...bitmaps_reference/gh-stg/GithubSTG_Posts_-_Hover_First_Post_0_document_0_sm.png
Oops, something went wrong.
Binary file modified
BIN
+46.6 KB
(110%)
...bitmaps_reference/gh-stg/GithubSTG_Posts_-_Hover_First_Post_0_document_1_md.png
Oops, something went wrong.
Binary file modified
BIN
+73.8 KB
(110%)
...bitmaps_reference/gh-stg/GithubSTG_Posts_-_Hover_First_Post_0_document_2_lg.png
Oops, something went wrong.
Binary file modified
BIN
+62 KB
(110%)
...bitmaps_reference/gh-stg/GithubSTG_Posts_-_Hover_First_Post_0_document_3_xl.png
Oops, something went wrong.
Binary file modified
BIN
+47.9 KB
(110%)
...itmaps_reference/gh-stg/GithubSTG_Posts_-_Hover_First_Post_0_document_4_2xl.png
Oops, something went wrong.
Binary file modified
BIN
+46.4 KB
(110%)
...tmaps_reference/gh-stg/GithubSTG_Posts_-_Hover_Seventh_Post_0_document_0_md.png
Oops, something went wrong.
Binary file modified
BIN
+65.5 KB
(110%)
...tmaps_reference/gh-stg/GithubSTG_Posts_-_Hover_Seventh_Post_0_document_1_xl.png
Oops, something went wrong.
Binary file modified
BIN
+48.1 KB
(110%)
...maps_reference/gh-stg/GithubSTG_Posts_-_Hover_Seventh_Post_0_document_2_2xl.png
Oops, something went wrong.
Binary file modified
BIN
+66.4 KB
(120%)
...tmaps_reference/gh-stg/GithubSTG_Posts_-_Navigate_From_Home_0_document_0_xs.png
Oops, something went wrong.
Binary file modified
BIN
+63.3 KB
(120%)
...tmaps_reference/gh-stg/GithubSTG_Posts_-_Navigate_From_Home_0_document_1_sm.png
Oops, something went wrong.
Binary file modified
BIN
+70 KB
(110%)
...tmaps_reference/gh-stg/GithubSTG_Posts_-_Navigate_From_Home_0_document_2_md.png
Oops, something went wrong.
Binary file modified
BIN
+90.7 KB
(120%)
...tmaps_reference/gh-stg/GithubSTG_Posts_-_Navigate_From_Home_0_document_3_lg.png
Oops, something went wrong.
Binary file modified
BIN
+80.5 KB
(110%)
...tmaps_reference/gh-stg/GithubSTG_Posts_-_Navigate_From_Home_0_document_4_xl.png
Oops, something went wrong.
Binary file modified
BIN
+65.2 KB
(110%)
...maps_reference/gh-stg/GithubSTG_Posts_-_Navigate_From_Home_0_document_5_2xl.png
Oops, something went wrong.
Binary file modified
BIN
+9.84 KB
(120%)
...ckstop/bd/bitmaps_reference/gh-stg/GithubSTG_Privacy_Policy_0_viewport_0_xs.png
Oops, something went wrong.
Binary file modified
BIN
+19.7 KB
(120%)
...ckstop/bd/bitmaps_reference/gh-stg/GithubSTG_Privacy_Policy_0_viewport_1_sm.png
Oops, something went wrong.
Binary file modified
BIN
+159 KB
(180%)
...ckstop/bd/bitmaps_reference/gh-stg/GithubSTG_Privacy_Policy_0_viewport_2_md.png
Oops, something went wrong.
Binary file modified
BIN
+174 KB
(200%)
...ckstop/bd/bitmaps_reference/gh-stg/GithubSTG_Privacy_Policy_0_viewport_3_lg.png
Oops, something went wrong.
Binary file modified
BIN
+222 KB
(190%)
...ckstop/bd/bitmaps_reference/gh-stg/GithubSTG_Privacy_Policy_0_viewport_4_xl.png
Oops, something went wrong.
Binary file modified
BIN
+215 KB
(160%)
...kstop/bd/bitmaps_reference/gh-stg/GithubSTG_Privacy_Policy_0_viewport_5_2xl.png
Oops, something went wrong.
Binary file modified
BIN
-8.64 KB
(87%)
.../bitmaps_reference/local/Local_Cats_-_Active_Tests_Category_0_viewport_0_xs.png
Oops, something went wrong.
Binary file modified
BIN
-5.28 KB
(95%)
.../bitmaps_reference/local/Local_Cats_-_Active_Tests_Category_0_viewport_1_sm.png
Oops, something went wrong.
Binary file modified
BIN
+66.6 KB
(130%)
_ci/backstop/bd/bitmaps_reference/local/Local_Cats_-_Mobile_0_document_0_xs.png
Oops, something went wrong.
Binary file modified
BIN
+56.9 KB
(130%)
_ci/backstop/bd/bitmaps_reference/local/Local_Cats_-_Mobile_0_document_1_sm.png
Oops, something went wrong.
Binary file modified
BIN
+120 KB
(140%)
.../bd/bitmaps_reference/local/Local_Cats_-_Navigate_from_Post_0_document_0_md.png
Oops, something went wrong.
Binary file modified
BIN
+129 KB
(150%)
.../bd/bitmaps_reference/local/Local_Cats_-_Navigate_from_Post_0_document_1_lg.png
Oops, something went wrong.
Binary file modified
BIN
+148 KB
(150%)
.../bd/bitmaps_reference/local/Local_Cats_-_Navigate_from_Post_0_document_2_xl.png
Oops, something went wrong.
Binary file modified
BIN
+108 KB
(130%)
...bd/bitmaps_reference/local/Local_Cats_-_Navigate_from_Post_0_document_3_2xl.png
Oops, something went wrong.
Binary file modified
BIN
+41 KB
(120%)
.../bitmaps_reference/local/Local_Cats_-_Select_Tests_Category_0_viewport_0_md.png
Oops, something went wrong.
Binary file modified
BIN
-3.88 KB
(93%)
.../bitmaps_reference/local/Local_Cats_-_Select_Tests_Category_0_viewport_0_xs.png
Oops, something went wrong.
Binary file modified
BIN
+46.7 KB
(120%)
.../bitmaps_reference/local/Local_Cats_-_Select_Tests_Category_0_viewport_1_lg.png
Oops, something went wrong.
Binary file modified
BIN
-15.6 KB
(84%)
.../bitmaps_reference/local/Local_Cats_-_Select_Tests_Category_0_viewport_1_sm.png
Oops, something went wrong.
Binary file modified
BIN
+60.6 KB
(120%)
.../bitmaps_reference/local/Local_Cats_-_Select_Tests_Category_0_viewport_2_xl.png
Oops, something went wrong.
Binary file modified
BIN
+63.9 KB
(120%)
...bitmaps_reference/local/Local_Cats_-_Select_Tests_Category_0_viewport_3_2xl.png
Oops, something went wrong.
Binary file modified
BIN
-2.67 KB
(97%)
...op/bd/bitmaps_reference/local/Local_Homepage_-_Switch_Theme_0_viewport_0_xs.png
Oops, something went wrong.
Binary file modified
BIN
-22.1 KB
(81%)
...op/bd/bitmaps_reference/local/Local_Homepage_-_Switch_Theme_0_viewport_1_sm.png
Oops, something went wrong.
Binary file modified
BIN
-69.4 KB
(67%)
...op/bd/bitmaps_reference/local/Local_Homepage_-_Switch_Theme_0_viewport_2_md.png
Oops, something went wrong.
Binary file modified
BIN
-57.2 KB
(72%)
...op/bd/bitmaps_reference/local/Local_Homepage_-_Switch_Theme_0_viewport_3_lg.png
Oops, something went wrong.
Binary file modified
BIN
-83.4 KB
(67%)
...op/bd/bitmaps_reference/local/Local_Homepage_-_Switch_Theme_0_viewport_4_xl.png
Oops, something went wrong.
Binary file modified
BIN
-126 KB
(61%)
...p/bd/bitmaps_reference/local/Local_Homepage_-_Switch_Theme_0_viewport_5_2xl.png
Oops, something went wrong.
Binary file modified
BIN
+1.54 KB
(100%)
_ci/backstop/bd/bitmaps_reference/local/Local_Homepage_0_viewport_0_xs.png
Oops, something went wrong.
Binary file modified
BIN
-5.07 KB
(95%)
_ci/backstop/bd/bitmaps_reference/local/Local_Homepage_0_viewport_1_sm.png
Oops, something went wrong.
Binary file modified
BIN
+3.01 KB
(100%)
_ci/backstop/bd/bitmaps_reference/local/Local_Homepage_0_viewport_2_md.png
Oops, something went wrong.
Binary file modified
BIN
+9.61 KB
(110%)
_ci/backstop/bd/bitmaps_reference/local/Local_Homepage_0_viewport_3_lg.png
Oops, something went wrong.
Binary file modified
BIN
+18 KB
(110%)
_ci/backstop/bd/bitmaps_reference/local/Local_Homepage_0_viewport_4_xl.png
Oops, something went wrong.
Binary file modified
BIN
+20.9 KB
(110%)
_ci/backstop/bd/bitmaps_reference/local/Local_Homepage_0_viewport_5_2xl.png
Oops, something went wrong.
Binary file removed
BIN
-69.4 KB
...reference/local/Local_Post_-_Aside_TOC_Active_Item_Onload_0_post-aside_0_md.png
Diff not rendered.
Binary file removed
BIN
-68.9 KB
...reference/local/Local_Post_-_Aside_TOC_Active_Item_Onload_0_post-aside_1_lg.png
Diff not rendered.
Binary file removed
BIN
-69.7 KB
...reference/local/Local_Post_-_Aside_TOC_Active_Item_Onload_0_post-aside_2_xl.png
Diff not rendered.
Binary file removed
BIN
-71 KB
...eference/local/Local_Post_-_Aside_TOC_Active_Item_Onload_0_post-aside_3_2xl.png
Diff not rendered.
Binary file added
BIN
+70.3 KB
..._reference/local/Local_Post_-_Aside_TOC_Active_Item_Onload_0_postaside_0_md.png
Oops, something went wrong.
Binary file added
BIN
+64.5 KB
..._reference/local/Local_Post_-_Aside_TOC_Active_Item_Onload_0_postaside_1_lg.png
Oops, something went wrong.
Binary file added
BIN
+64.9 KB
..._reference/local/Local_Post_-_Aside_TOC_Active_Item_Onload_0_postaside_2_xl.png
Oops, something went wrong.
Binary file added
BIN
+64.8 KB
...reference/local/Local_Post_-_Aside_TOC_Active_Item_Onload_0_postaside_3_2xl.png
Oops, something went wrong.
Binary file modified
BIN
-40.3 KB
(83%)
...top/bd/bitmaps_reference/local/Local_Post_-_Aside_TOC_Click_0_viewport_0_md.png
Oops, something went wrong.
Binary file modified
BIN
-20 KB
(91%)
...top/bd/bitmaps_reference/local/Local_Post_-_Aside_TOC_Click_0_viewport_1_lg.png
Oops, something went wrong.
Binary file modified
BIN
-7.87 KB
(97%)
...top/bd/bitmaps_reference/local/Local_Post_-_Aside_TOC_Click_0_viewport_2_xl.png
Oops, something went wrong.
Binary file modified
BIN
+10 KB
(100%)
...op/bd/bitmaps_reference/local/Local_Post_-_Aside_TOC_Click_0_viewport_3_2xl.png
Oops, something went wrong.
Binary file modified
BIN
-12.2 KB
(87%)
.../bitmaps_reference/local/Local_Post_-_Mobile_Expand_Mininav_0_viewport_0_xs.png
Oops, something went wrong.
Binary file modified
BIN
-18.6 KB
(84%)
.../bitmaps_reference/local/Local_Post_-_Mobile_Expand_Mininav_0_viewport_1_sm.png
Oops, something went wrong.
Binary file modified
BIN
-11.5 KB
(85%)
...al/Local_Post_-_Mobile_Mininav_TOC_Active_Onload_0_page-navigationmini_0_xs.png
Oops, something went wrong.
Binary file modified
BIN
-20.9 KB
(74%)
...al/Local_Post_-_Mobile_Mininav_TOC_Active_Onload_0_page-navigationmini_1_sm.png
Oops, something went wrong.
Binary file modified
BIN
-45.4 KB
(92%)
...bd/bitmaps_reference/local/Local_Post_-_Navigate_From_Posts_0_document_0_xs.png
Oops, something went wrong.
Binary file modified
BIN
-38.9 KB
(94%)
...bd/bitmaps_reference/local/Local_Post_-_Navigate_From_Posts_0_document_1_sm.png
Oops, something went wrong.
Binary file modified
BIN
+41.3 KB
(100%)
...bd/bitmaps_reference/local/Local_Post_-_Navigate_From_Posts_0_document_2_md.png
Oops, something went wrong.
Binary file modified
BIN
+26.6 KB
(100%)
...bd/bitmaps_reference/local/Local_Post_-_Navigate_From_Posts_0_document_3_lg.png
Oops, something went wrong.
Binary file modified
BIN
+71.2 KB
(110%)
...bd/bitmaps_reference/local/Local_Post_-_Navigate_From_Posts_0_document_4_xl.png
Oops, something went wrong.
Binary file modified
BIN
+79.3 KB
(110%)
...d/bitmaps_reference/local/Local_Post_-_Navigate_From_Posts_0_document_5_2xl.png
Oops, something went wrong.
Binary file modified
BIN
+53.5 KB
(110%)
...p/bd/bitmaps_reference/local/Local_Posts_-_Hover_First_Post_0_document_0_sm.png
Oops, something went wrong.
Binary file modified
BIN
+64 KB
(110%)
...p/bd/bitmaps_reference/local/Local_Posts_-_Hover_First_Post_0_document_1_md.png
Oops, something went wrong.
Binary file modified
BIN
+40.8 KB
(110%)
...p/bd/bitmaps_reference/local/Local_Posts_-_Hover_First_Post_0_document_2_lg.png
Oops, something went wrong.
Binary file modified
BIN
+38 KB
(110%)
...p/bd/bitmaps_reference/local/Local_Posts_-_Hover_First_Post_0_document_3_xl.png
Oops, something went wrong.
Binary file modified
BIN
+32.5 KB
(100%)
.../bd/bitmaps_reference/local/Local_Posts_-_Hover_First_Post_0_document_4_2xl.png
Oops, something went wrong.
Binary file modified
BIN
+49 KB
(110%)
...bd/bitmaps_reference/local/Local_Posts_-_Hover_Seventh_Post_0_document_0_md.png
Oops, something went wrong.
Binary file modified
BIN
+77.7 KB
(110%)
...bd/bitmaps_reference/local/Local_Posts_-_Hover_Seventh_Post_0_document_1_xl.png
Oops, something went wrong.
Binary file modified
BIN
+55.9 KB
(110%)
...d/bitmaps_reference/local/Local_Posts_-_Hover_Seventh_Post_0_document_2_2xl.png
Oops, something went wrong.
Binary file modified
BIN
+70.1 KB
(120%)
...bd/bitmaps_reference/local/Local_Posts_-_Navigate_From_Home_0_document_0_xs.png
Oops, something went wrong.
Binary file modified
BIN
+71.7 KB
(120%)
...bd/bitmaps_reference/local/Local_Posts_-_Navigate_From_Home_0_document_1_sm.png
Oops, something went wrong.
Binary file modified
BIN
+94.4 KB
(120%)
...bd/bitmaps_reference/local/Local_Posts_-_Navigate_From_Home_0_document_2_md.png
Oops, something went wrong.
Binary file modified
BIN
+74.6 KB
(110%)
...bd/bitmaps_reference/local/Local_Posts_-_Navigate_From_Home_0_document_3_lg.png
Oops, something went wrong.
Binary file modified
BIN
+74.9 KB
(110%)
...bd/bitmaps_reference/local/Local_Posts_-_Navigate_From_Home_0_document_4_xl.png
Oops, something went wrong.
Binary file modified
BIN
+68.8 KB
(110%)
...d/bitmaps_reference/local/Local_Posts_-_Navigate_From_Home_0_document_5_2xl.png
Oops, something went wrong.
Binary file modified
BIN
+6.83 KB
(110%)
_ci/backstop/bd/bitmaps_reference/local/Local_Privacy_Policy_0_viewport_0_xs.png
Oops, something went wrong.
Binary file modified
BIN
+9.76 KB
(110%)
_ci/backstop/bd/bitmaps_reference/local/Local_Privacy_Policy_0_viewport_1_sm.png
Oops, something went wrong.
Binary file modified
BIN
+151 KB
(160%)
_ci/backstop/bd/bitmaps_reference/local/Local_Privacy_Policy_0_viewport_2_md.png
Oops, something went wrong.
Binary file modified
BIN
+153 KB
(170%)
_ci/backstop/bd/bitmaps_reference/local/Local_Privacy_Policy_0_viewport_3_lg.png
Oops, something went wrong.
Binary file modified
BIN
+212 KB
(170%)
_ci/backstop/bd/bitmaps_reference/local/Local_Privacy_Policy_0_viewport_4_xl.png
Oops, something went wrong.
Binary file modified
BIN
+204 KB
(150%)
_ci/backstop/bd/bitmaps_reference/local/Local_Privacy_Policy_0_viewport_5_2xl.png
Oops, something went wrong.
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
Oops, something went wrong.