diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7a945f0..227dacc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,6 +35,8 @@ jobs: VITE_APP_CONTENTFUL_API_KEY: ${{ secrets.VITE_APP_CONTENTFUL_API_KEY }} VITE_APP_CONTENTFUL_SPACE_ID: ${{ secrets.VITE_APP_CONTENTFUL_SPACE_ID }} VITE_APP_CONTENTFUL_ENVIRONMENT: ${{ secrets.VITE_APP_CONTENTFUL_ENVIRONMENT }} + - name: Copy CNAME + run: cp CNAME dist/ - name: Deploy uses: peaceiris/actions-gh-pages@v4 with: diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..614635b --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +geekylifehacks.com diff --git a/package.json b/package.json index 27db7a6..1c843b7 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@ant-design/icons" : "^5.5.1", "@contentful/rich-text-html-renderer" : "^17.0.0", "antd" : "^5.22.1", - "contentful" : "^11.2.1", + "contentful" : "^11.2.2", "i18next" : "^23.16.5", "i18next-browser-languagedetector" : "^8.0.0", "mdb-react-ui-kit" : "^9.0.0", @@ -38,16 +38,16 @@ "usehooks-ts" : "^3.1.0" }, "devDependencies" : { - "@eslint/eslintrc" : "^3.1.0", - "@eslint/js" : "^9.14.0", + "@eslint/eslintrc" : "^3.2.0", + "@eslint/js" : "^9.15.0", "@stylistic/eslint-plugin-ts" : "^2.10.1", "@types/eslint__js" : "^8.42.3", "@types/node" : "^22.9.0", "@types/react" : "^18.3.12", "@types/react-dom" : "^18.3.1", - "@typescript-eslint/parser" : "^8.14.0", + "@typescript-eslint/parser" : "^8.15.0", "@vitejs/plugin-react-swc" : "^3.7.1", - "eslint" : "^9.14.0", + "eslint" : "^9.15.0", "eslint-plugin-import" : "^2.31.0", "eslint-plugin-prefer-arrow" : "^1.2.3", "eslint-plugin-react" : "^7.37.2", @@ -57,7 +57,7 @@ "prop-types" : "^15.8.1", "rollup-plugin-visualizer" : "^5.12.0", "typescript" : "^5.6.3", - "typescript-eslint" : "^8.14.0", + "typescript-eslint" : "^8.15.0", "vite" : "^5.4.11" }, "engines" : { diff --git a/src/pages/SecureZone.tsx b/src/pages/SecureZone.tsx index b5c89e8..4ee6513 100644 --- a/src/pages/SecureZone.tsx +++ b/src/pages/SecureZone.tsx @@ -65,10 +65,10 @@ export const SecureZone = () => { + + Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled. + -
-
+
- +
{ flexDirection : 'column', justifyContent : 'center', }} - span={12}> - + span={9}> + {t('sections.products.0.tagline.0')} { flexDirection : 'column', justifyContent : 'center', }} - span={12}> - + span={9}> + {t('sections.products.0.tagline.1')} { {t('sections.products.0.summary.1')} - +
{ marginTop : 24, marginBottom : 96, }}> - +
{ flexDirection : 'column', justifyContent : 'center', }} - span={12}> - + span={9}> + {t('sections.products.0.tagline.2')} { returnObjects : true, }) as string[]).map(plan => ( + level={2}> {plan} @@ -258,19 +273,19 @@ export const SecureZone = () => { {t('label.upgrade.plans.price')} {t('label.upgrade.plans.0.price')} {t('label.upgrade.plans.1.price')} {t('label.upgrade.plans.2.price')} @@ -382,12 +397,12 @@ export const SecureZone = () => { { t('label.upgrade.rich_notifications') } + title={t('label.upgrade.rich_notifications_tooltip')}>{t('label.upgrade.rich_notifications')} { }) as string[]).map((option, index) => ( - { option } + {option} ))} @@ -426,6 +441,9 @@ export const SecureZone = () => {