Emil Gulamov
dc1b76b20f
Update logic for loading blog posts in different languages
...
The changes in this commit involve updates to the logic that drives loading of blog posts. Further changes were made to various components to pass the locale as a prop, which is then used for URL formation in these components.
2024-04-23 23:49:47 +04:00
Emil Gulamov
2da6ae38af
Add new blog posts in English and French
2024-04-23 23:46:21 +04:00
Emil Gulamov
e3e5098d4e
Merge pull request #62 from mearashadowfax/dependabot/npm_and_yarn/astro-4.6.3
...
Bump astro from 4.6.1 to 4.6.3
2024-04-22 19:34:45 +00:00
Emil Gulamov
3f29e82922
Merge pull request #63 from mearashadowfax/dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.5.14
...
Bump prettier-plugin-tailwindcss from 0.5.13 to 0.5.14
2024-04-22 19:34:26 +00:00
Emil Gulamov
69d07cfb8e
Merge pull request #64 from mearashadowfax/dependabot/npm_and_yarn/astro-vtbot-1.7.12
...
Bump astro-vtbot from 1.7.9 to 1.7.12
2024-04-22 19:34:07 +00:00
Emil Gulamov
f1a9e7142e
Merge pull request #65 from mearashadowfax/dependabot/npm_and_yarn/astrojs/sitemap-3.1.4
...
Bump @astrojs/sitemap from 3.1.2 to 3.1.4
2024-04-22 19:33:51 +00:00
dependabot[bot]
e48dae6772
Bump @astrojs/sitemap from 3.1.2 to 3.1.4
...
Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap ) from 3.1.2 to 3.1.4.
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.1.4/packages/integrations/sitemap )
---
updated-dependencies:
- dependency-name: "@astrojs/sitemap"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 18:01:59 +00:00
dependabot[bot]
87e26292e8
Bump astro-vtbot from 1.7.9 to 1.7.12
...
Bumps [astro-vtbot](https://github.com/martrapp/astro-vtbot ) from 1.7.9 to 1.7.12.
- [Changelog](https://github.com/martrapp/astro-vtbot/blob/main/CHANGELOG.md )
- [Commits](https://github.com/martrapp/astro-vtbot/commits )
---
updated-dependencies:
- dependency-name: astro-vtbot
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 18:01:43 +00:00
dependabot[bot]
c8ac35ec50
Bump prettier-plugin-tailwindcss from 0.5.13 to 0.5.14
...
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss ) from 0.5.13 to 0.5.14.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.13...v0.5.14 )
---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 18:01:29 +00:00
dependabot[bot]
ab30ce607a
Bump astro from 4.6.1 to 4.6.3
...
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro ) from 4.6.1 to 4.6.3.
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/astro@4.6.3/packages/astro )
---
updated-dependencies:
- dependency-name: astro
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 18:01:14 +00:00
Emil Gulamov
5aad93b79f
Merge pull request #60 from mearashadowfax/add-tables
...
Add table display for specifications
2024-04-20 10:36:37 +00:00
Emil Gulamov
d2ecb964c2
Refactor product page
2024-04-20 14:34:26 +04:00
Emil Gulamov
93121c1029
Add table display for specifications
...
Restructured the display of product specifications into a table format, providing users with two choices: a list of items or a table.
2024-04-20 14:21:18 +04:00
Emil Gulamov
6a6f08d83f
Update import paths in manifest.json and constants.ts files
2024-04-17 19:24:41 +04:00
Emil Gulamov
597ae6d03d
Merge pull request #57 from mearashadowfax/update-configs
...
Update `tsconfig.json` and `tailwind.config.mjs`
2024-04-17 14:52:22 +00:00
Emil Gulamov
854c3b7046
Update color definitions in Tailwind CSS config file
2024-04-17 18:46:48 +04:00
Emil Gulamov
e57a205784
Refactor imports to utilize absolute paths
...
This commit changes all project imports to use absolute paths instead of relative ones. In addition, the 'tsconfig.json' has been updated to recognize new paths, aiding in easier project navigation and improved readability. The implemented changes result in cleaner imports and a more comprehensible project structure.
2024-04-17 18:25:49 +04:00
Emil Gulamov
70993a3cb0
Merge pull request #54 from mearashadowfax/dependabot/npm_and_yarn/typescript-5.4.5
...
Bump typescript from 5.4.4 to 5.4.5
2024-04-15 19:39:58 +00:00
Emil Gulamov
bf95e44f11
Merge pull request #56 from mearashadowfax/dependabot/npm_and_yarn/astro-vtbot-1.7.9
...
Bump astro-vtbot from 1.7.2 to 1.7.9
2024-04-15 19:39:45 +00:00
Emil Gulamov
c1178cadd3
Merge pull request #55 from mearashadowfax/dependabot/npm_and_yarn/tailwindcss-3.4.3
...
Bump tailwindcss from 3.4.1 to 3.4.3
2024-04-15 19:39:13 +00:00
dependabot[bot]
2ed9032c8f
Bump astro-vtbot from 1.7.2 to 1.7.9
...
Bumps [astro-vtbot](https://github.com/martrapp/astro-vtbot ) from 1.7.2 to 1.7.9.
- [Changelog](https://github.com/martrapp/astro-vtbot/blob/main/CHANGELOG.md )
- [Commits](https://github.com/martrapp/astro-vtbot/commits )
---
updated-dependencies:
- dependency-name: astro-vtbot
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 17:56:53 +00:00
dependabot[bot]
a471fba02e
Bump tailwindcss from 3.4.1 to 3.4.3
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.4.1 to 3.4.3.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.3/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.1...v3.4.3 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 17:56:41 +00:00
dependabot[bot]
d4337c153b
Bump typescript from 5.4.4 to 5.4.5
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.4.4 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 17:56:29 +00:00
Emil Gulamov
a0faa4d428
Update Astro and related dependencies versions
2024-04-15 15:29:15 +04:00
Emil Gulamov
77d89f9fbe
Merge remote-tracking branch 'origin/main'
2024-04-14 04:29:51 +04:00
Emil Gulamov
b54e445a26
Adjust Lenis library's initial configuration settings
2024-04-14 04:29:36 +04:00
Emil Gulamov
f91d9676b2
Merge pull request #53 from mearashadowfax/dependabot/npm_and_yarn/tar-6.2.1
...
Bump tar from 6.2.0 to 6.2.1
2024-04-11 14:55:19 +00:00
dependabot[bot]
e847b6274f
Bump tar from 6.2.0 to 6.2.1
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.0...v6.2.1 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 14:43:12 +00:00
Emil Gulamov
242b411ab0
Update hyperlink paths and import statements across files
2024-04-11 00:00:08 +04:00
Emil Gulamov
b3204904ba
Fix typo in LanguagePicker component's class attribute
2024-04-10 03:28:01 +04:00
Emil Gulamov
27552fa5cc
Merge remote-tracking branch 'origin/main'
2024-04-09 19:23:48 +04:00
Emil Gulamov
b3f670ef52
Refactor code to use Tailwind color names
...
This commit includes both a typo fix in the `icons.ts` file, and substituting hard-coded color hex codes with corresponding Tailwind color palette names.
2024-04-09 19:23:28 +04:00
Emil Gulamov
43ffa81c76
Merge pull request #51 from mearashadowfax/dependabot/npm_and_yarn/astrojs/vercel-7.5.2
...
Bump @astrojs/vercel from 7.5.0 to 7.5.2
2024-04-08 17:41:53 +00:00
Emil Gulamov
a8eca9902d
Merge pull request #49 from mearashadowfax/dependabot/npm_and_yarn/astrojs/starlight-0.21.4
...
Bump @astrojs/starlight from 0.21.3 to 0.21.4
2024-04-08 17:41:40 +00:00
Emil Gulamov
9f9c4ea1c9
Merge pull request #48 from mearashadowfax/dependabot/npm_and_yarn/preline-2.1.0
...
Bump preline from 2.0.3 to 2.1.0
2024-04-08 17:41:28 +00:00
Emil Gulamov
6f9800ca88
Merge pull request #50 from mearashadowfax/dependabot/npm_and_yarn/typescript-5.4.4
...
Bump typescript from 5.4.3 to 5.4.4
2024-04-08 17:40:19 +00:00
Emil Gulamov
cf58fb93f7
Merge branch 'main' into dependabot/npm_and_yarn/astrojs/vercel-7.5.2
2024-04-08 17:39:55 +00:00
dependabot[bot]
d843dc243b
Bump @astrojs/starlight from 0.21.3 to 0.21.4
...
Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight ) from 0.21.3 to 0.21.4.
- [Release notes](https://github.com/withastro/starlight/releases )
- [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md )
- [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.21.4/packages/starlight )
---
updated-dependencies:
- dependency-name: "@astrojs/starlight"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 17:39:28 +00:00
Emil Gulamov
d99c518657
Merge pull request #52 from mearashadowfax/dependabot/npm_and_yarn/astro-4.5.16
...
Bump astro from 4.5.12 to 4.5.16
2024-04-08 17:38:49 +00:00
dependabot[bot]
3fef524a08
Bump astro from 4.5.12 to 4.5.16
...
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro ) from 4.5.12 to 4.5.16.
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/astro@4.5.16/packages/astro )
---
updated-dependencies:
- dependency-name: astro
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 17:31:31 +00:00
dependabot[bot]
2124e30de3
Bump @astrojs/vercel from 7.5.0 to 7.5.2
...
Bumps [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel ) from 7.5.0 to 7.5.2.
- [Release notes](https://github.com/withastro/astro/releases )
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/vercel/CHANGELOG.md )
- [Commits](https://github.com/withastro/astro/commits/@astrojs/vercel@7.5.2/packages/integrations/vercel )
---
updated-dependencies:
- dependency-name: "@astrojs/vercel"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 17:31:18 +00:00
dependabot[bot]
f1cbd23ea8
Bump typescript from 5.4.3 to 5.4.4
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.4.3 to 5.4.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 17:31:05 +00:00
dependabot[bot]
db52450e57
Bump preline from 2.0.3 to 2.1.0
...
Bumps [preline](https://github.com/htmlstreamofficial/preline ) from 2.0.3 to 2.1.0.
- [Release notes](https://github.com/htmlstreamofficial/preline/releases )
- [Commits](https://github.com/htmlstreamofficial/preline/compare/v2.0.3...v2.1.0 )
---
updated-dependencies:
- dependency-name: preline
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 17:30:43 +00:00
Emil Gulamov
c92a067040
Replace color hex codes with Tailwind color palette
...
Replaced all custom color hex codes used in various component classes with their corresponding color names from the expanded Tailwind color palette. This ensures consistent styling across components and enhances readability and maintainability of the code.
2024-04-07 18:23:16 +04:00
Emil Gulamov
4ab913d11a
Improve progress bar functionality on insights page
...
The transformation animation has been replaced by a dynamic script that adjusts the width of the progress bar based on the user's scroll position. This functionality has been implemented for both desktop and mobile.
2024-04-05 21:33:57 +04:00
Emil Gulamov
9e046aceed
Merge remote-tracking branch 'origin/main'
2024-04-05 04:07:16 +04:00
Emil Gulamov
7aede2c230
Adjust dropdown menu transformation properties
...
This commit makes changes to the transformation properties for the dropdown menu in the 'LanguagePicker' component. New properties have been added to better position the dropdown on both mobile and desktop views resulting in a more responsive design.
2024-04-05 04:06:52 +04:00
Emil Gulamov
53eb7e1d4a
Update README.md
2024-04-04 19:05:09 +00:00
Emil Gulamov
433ea0b071
Merge pull request #42 from mearashadowfax/dependabot/npm_and_yarn/vite-5.2.8
...
Bump vite from 5.1.4 to 5.2.8
2024-04-03 17:41:14 +00:00
dependabot[bot]
48d3ae5f45
Bump vite from 5.1.4 to 5.2.8
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.1.4 to 5.2.8.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.2.8/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-03 17:38:43 +00:00