Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Oct 19, 2023
2 parents 3286f3f + e472c56 commit 3197746
Show file tree
Hide file tree
Showing 20 changed files with 360 additions and 428 deletions.
20 changes: 10 additions & 10 deletions pwa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"private": true,
"description": "Product Website Template",
"author": "Conduction",
"keywords": [
"gatsby"
],
"keywords": ["gatsby"],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
Expand All @@ -24,8 +22,8 @@
"prepare": "cd .. && husky install"
},
"dependencies": {
"@conduction/components": "2.2.8",
"@conduction/theme": "1.0.45",
"@conduction/components": "2.2.17",
"@conduction/theme": "1.0.48",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.1.18",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const ResultsDisplaySwitch: React.FC<ResultsDisplaySwitchProps> = ({ layoutClass
appearance={isActive(displayKey, "cards") ? "primary-action-button" : "secondary-action-button"}
className={styles.button}
onClick={() => setDisplay({ [displayKey]: "cards" })}
discription={t("Show cards")}
aria-label={t("Cards view")}
>
<FontAwesomeIcon icon={faGripVertical} /> {t("Cards")}
</Button>
Expand All @@ -31,7 +31,7 @@ const ResultsDisplaySwitch: React.FC<ResultsDisplaySwitchProps> = ({ layoutClass
appearance={isActive(displayKey, "table") ? "primary-action-button" : "secondary-action-button"}
className={styles.button}
onClick={() => setDisplay({ [displayKey]: "table" })}
discription={t("Show table")}
aria-label={t("Table view")}
>
<FontAwesomeIcon icon={faTable} /> {t("Table")}
</Button>
Expand Down
8 changes: 0 additions & 8 deletions pwa/src/data/content.ts

This file was deleted.

278 changes: 0 additions & 278 deletions pwa/src/data/detail.ts

This file was deleted.

Loading

0 comments on commit 3197746

Please sign in to comment.