Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: archive page style fixes #124

Merged
merged 2 commits into from
Dec 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/events-helsinki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"react-content-loader": "^6.2.0",
"react-datepicker": "^4.8.0",
"react-dom": "18.2.0",
"react-helsinki-headless-cms": "1.0.0-alpha75",
"react-helsinki-headless-cms": "1.0.0-alpha77",
"react-i18next": "11.18.6",
"react-scroll": "^1.8.7",
"react-toastify": "^9.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const getAllArticles = async (): Promise<PageInfo[]> => {
locale: node.language.code.toLowerCase(),
slug: node.slug,
});
node.translations?.forEach((translation: PageType['translations']) => {
node.translations?.forEach((translation) => {
if (
translation?.uri &&
translation.slug &&
Expand Down Expand Up @@ -86,7 +86,7 @@ export const getAllPages = async (): Promise<PageInfo[]> => {
locale: node.language.code.toLowerCase(),
slug: node.slug,
});
node.translations?.forEach((translation: PageType['translations']) => {
node.translations?.forEach((translation) => {
if (
translation?.uri &&
translation.slug &&
Expand Down
2 changes: 1 addition & 1 deletion apps/hobbies-helsinki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"react-content-loader": "^6.2.0",
"react-datepicker": "^4.8.0",
"react-dom": "18.2.0",
"react-helsinki-headless-cms": "1.0.0-alpha75",
"react-helsinki-headless-cms": "1.0.0-alpha77",
"react-i18next": "11.18.6",
"react-scroll": "^1.8.7",
"react-toastify": "^9.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const getAllArticles = async (): Promise<PageInfo[]> => {
locale: node.language.code.toLowerCase(),
slug: node.slug,
});
node.translations?.forEach((translation: PageType['translations']) => {
node.translations?.forEach((translation) => {
if (
translation?.uri &&
translation.slug &&
Expand Down Expand Up @@ -92,7 +92,7 @@ export const getAllPages = async (): Promise<PageInfo[]> => {
locale: node.language.code.toLowerCase(),
slug: node.slug,
});
node.translations?.forEach((translation: PageType['translations']) => {
node.translations?.forEach((translation) => {
if (
translation?.uri &&
translation.slug &&
Expand Down
1 change: 1 addition & 0 deletions apps/hobbies-helsinki/src/styles/globals.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@import 'fonts';

html,
body,
#__next,
main {
height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion apps/sports-helsinki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"react-content-loader": "^6.2.0",
"react-datepicker": "^4.8.0",
"react-dom": "18.2.0",
"react-helsinki-headless-cms": "1.0.0-alpha75",
"react-helsinki-headless-cms": "1.0.0-alpha77",
"react-i18next": "11.18.6",
"react-leaflet": "4.2.0",
"react-scroll": "^1.8.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const getAllArticles = async (): Promise<PageInfo[]> => {
locale: node.language.code.toLowerCase(),
slug: node.slug,
});
node.translations?.forEach((translation: PageType['translations']) => {
node.translations?.forEach((translation) => {
if (
translation?.uri &&
translation.slug &&
Expand Down Expand Up @@ -92,7 +92,7 @@ export const getAllPages = async (): Promise<PageInfo[]> => {
locale: node.language.code.toLowerCase(),
slug: node.slug,
});
node.translations?.forEach((translation: PageType['translations']) => {
node.translations?.forEach((translation) => {
if (
translation?.uri &&
translation.slug &&
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"react-content-loader": "6.2.0",
"react-datepicker": "4.8.0",
"react-dom": ">=17.0.2",
"react-helsinki-headless-cms": "1.0.0-alpha75",
"react-helsinki-headless-cms": "1.0.0-alpha77",
"react-i18next": "11.18.6",
"react-leaflet": "4.2.0",
"sanitize-html": "2.7.2"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13759,7 +13759,7 @@ __metadata:
react-content-loader: "npm:6.2.0"
react-datepicker: "npm:4.8.0"
react-dom: "npm:>=17.0.2"
react-helsinki-headless-cms: "npm:1.0.0-alpha75"
react-helsinki-headless-cms: "npm:1.0.0-alpha77"
react-i18next: "npm:11.18.6"
react-leaflet: "npm:4.2.0"
require-from-string: "npm:2.0.2"
Expand Down Expand Up @@ -13936,7 +13936,7 @@ __metadata:
react-content-loader: "npm:^6.2.0"
react-datepicker: "npm:^4.8.0"
react-dom: "npm:18.2.0"
react-helsinki-headless-cms: "npm:1.0.0-alpha75"
react-helsinki-headless-cms: "npm:1.0.0-alpha77"
react-i18next: "npm:11.18.6"
react-scroll: "npm:^1.8.7"
react-toastify: "npm:^9.0.3"
Expand Down Expand Up @@ -16105,7 +16105,7 @@ __metadata:
react-content-loader: "npm:^6.2.0"
react-datepicker: "npm:^4.8.0"
react-dom: "npm:18.2.0"
react-helsinki-headless-cms: "npm:1.0.0-alpha75"
react-helsinki-headless-cms: "npm:1.0.0-alpha77"
react-i18next: "npm:11.18.6"
react-scroll: "npm:^1.8.7"
react-toastify: "npm:^9.0.3"
Expand Down Expand Up @@ -24195,9 +24195,9 @@ __metadata:
languageName: node
linkType: hard

"react-helsinki-headless-cms@npm:1.0.0-alpha75":
version: 1.0.0-alpha75
resolution: "react-helsinki-headless-cms@npm:1.0.0-alpha75"
"react-helsinki-headless-cms@npm:1.0.0-alpha77":
version: 1.0.0-alpha77
resolution: "react-helsinki-headless-cms@npm:1.0.0-alpha77"
dependencies:
hds-design-tokens: "npm:^2.3.0"
html-react-parser: "npm:^1.4.8"
Expand All @@ -24211,7 +24211,7 @@ __metadata:
peerDependenciesMeta:
"@apollo/client":
optional: true
checksum: ee6eabca4c1d45eab2741301ce70375e473ee6c63a2951a508eb01ea531fceed103aca60e403fd2a0847a760a2ff9444603ea312ec193b86548690045139806d
checksum: 9b575c37ae071fb8e01f2bf0e6de9b72841f285e41e6f4deeeaf66057fe2cfdfaa30f0c9fe04b32a802c0196a25071f12ae3f72c3853d734f2a1b0a55f20abad
languageName: node
linkType: hard

Expand Down Expand Up @@ -26515,7 +26515,7 @@ __metadata:
react-content-loader: "npm:^6.2.0"
react-datepicker: "npm:^4.8.0"
react-dom: "npm:18.2.0"
react-helsinki-headless-cms: "npm:1.0.0-alpha75"
react-helsinki-headless-cms: "npm:1.0.0-alpha77"
react-i18next: "npm:11.18.6"
react-leaflet: "npm:4.2.0"
react-scroll: "npm:^1.8.7"
Expand Down