Skip to content

Commit

Permalink
Merge pull request #265 from ozgurg/dev
Browse files Browse the repository at this point in the history
release: v6.53.0
  • Loading branch information
ozgurg committed Jul 18, 2023
2 parents a70dcd0 + 09d1120 commit 92c59ee
Show file tree
Hide file tree
Showing 10 changed files with 617 additions and 19 deletions.
16 changes: 8 additions & 8 deletions calculators/telefon-vergisi-hesaplayici/data/presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default [
brandId: 1,
title: "iPhone 14 Pro",
slug: "iphone-14-pro", // TODO: "apple-" prefix will be added
releaseDate: new Date("2022-09-07"),
releaseDate: new Date("2022-09-16"),
thumbnail: "telefon-vergisi-hesaplayici/img/apple-iphone-14-pro.webp",
url: buildUrl("iphone-14-pro"), // TODO: "apple-" prefix will be added
ogImageName: "telefon-vergisi-hesaplayici-apple-iphone-14-pro.jpg",
Expand All @@ -22,7 +22,7 @@ export default [
brandId: 1,
title: "iPhone 14 Pro Max",
slug: "iphone-14-pro-max", // TODO: "apple-" prefix will be added
releaseDate: new Date("2022-09-07"),
releaseDate: new Date("2022-09-16"),
thumbnail: "telefon-vergisi-hesaplayici/img/apple-iphone-14-pro-max.webp",
url: buildUrl("iphone-14-pro-max"), // TODO: "apple-" prefix will be added
ogImageName: "telefon-vergisi-hesaplayici-apple-iphone-14-pro-max.jpg",
Expand All @@ -33,7 +33,7 @@ export default [
brandId: 1,
title: "iPhone 14",
slug: "iphone-14", // TODO: "apple-" prefix will be added
releaseDate: new Date("2022-09-07"),
releaseDate: new Date("2022-09-16"),
thumbnail: "telefon-vergisi-hesaplayici/img/apple-iphone-14.webp",
url: buildUrl("iphone-14"), // TODO: "apple-" prefix will be added
ogImageName: "telefon-vergisi-hesaplayici-apple-iphone-14.jpg",
Expand All @@ -44,7 +44,7 @@ export default [
brandId: 1,
title: "iPhone 14 Plus",
slug: "iphone-14-plus", // TODO: "apple-" prefix will be added
releaseDate: new Date("2022-09-07"),
releaseDate: new Date("2022-09-16"),
thumbnail: "telefon-vergisi-hesaplayici/img/apple-iphone-14-plus.webp",
url: buildUrl("iphone-14-plus"), // TODO: "apple-" prefix will be added
ogImageName: "telefon-vergisi-hesaplayici-apple-iphone-14-plus.jpg",
Expand Down Expand Up @@ -88,7 +88,7 @@ export default [
brandId: 1,
title: "iPhone 12",
slug: "iphone-12", // TODO: "apple-" prefix will be added
releaseDate: new Date("2020-10-13"),
releaseDate: new Date("2020-10-23"),
thumbnail: "telefon-vergisi-hesaplayici/img/apple-iphone-12.webp",
url: buildUrl("iphone-12"), // TODO: "apple-" prefix will be added
ogImageName: "telefon-vergisi-hesaplayici-apple-iphone-12.jpg",
Expand All @@ -99,7 +99,7 @@ export default [
brandId: 1,
title: "Vision Pro",
slug: "apple-vision-pro",
releaseDate: new Date("2023-06-05"),
releaseDate: new Date("2024-12-31"),
thumbnail: "telefon-vergisi-hesaplayici/img/apple-vision-pro.webp",
url: buildUrl("apple-vision-pro"),
ogImageName: "telefon-vergisi-hesaplayici-apple-vision-pro.jpg",
Expand Down Expand Up @@ -143,7 +143,7 @@ export default [
brandId: 2,
title: "Galaxy Z Fold4",
slug: "samsung-galaxy-z-fold4",
releaseDate: new Date("2022-10-25"),
releaseDate: new Date("2022-08-25"),
thumbnail: "telefon-vergisi-hesaplayici/img/samsung-galaxy-z-fold4.webp",
url: buildUrl("samsung-galaxy-z-fold4"),
ogImageName: "telefon-vergisi-hesaplayici-samsung-galaxy-z-fold4.jpg",
Expand All @@ -154,7 +154,7 @@ export default [
brandId: 2,
title: "Galaxy Z Flip4",
slug: "samsung-galaxy-z-flip4",
releaseDate: new Date("2022-10-26"),
releaseDate: new Date("2022-08-26"),
thumbnail: "telefon-vergisi-hesaplayici/img/samsung-galaxy-z-flip4.webp",
url: buildUrl("samsung-galaxy-z-flip4"),
ogImageName: "telefon-vergisi-hesaplayici-samsung-galaxy-z-flip4.jpg",
Expand Down
1 change: 1 addition & 0 deletions components/Calculation/CalculationPresetCardItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default {
&__thumb {
height: 96px;
width: auto;
min-width: 72px;
max-width: 96px;
object-fit: contain
}
Expand Down
2 changes: 1 addition & 1 deletion components/Calculator/CalculatorShareDialogScreenshot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<img
:src="require('@/assets/img/logo-screenshot.png')"
class="me-1"
loading="lazy"
loading="eager"
decoding="async"
alt="Logo"
width="136"
Expand Down
4 changes: 4 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ export default {
]
},
modules: [
["nuxt-content-git", {
createdAtName: "gitCreatedAt",
updatedAtName: "gitUpdatedAt"
}],
"@nuxt/content"
],
buildModules: [
Expand Down
Loading

0 comments on commit 92c59ee

Please sign in to comment.