Commit graph

713 commits

Author SHA1 Message Date
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
Emil Gulamov
d795a4a578 Change locale codes in astro.config.mjs 2024-04-03 15:45:19 +04:00
Emil Gulamov
3554489b60 Adjust sitemap locale settings and meta tags formatting in astro.config 2024-04-03 15:29:21 +04:00
Emil Gulamov
b817b83219 Merge remote-tracking branch 'origin/main' 2024-04-02 23:45:34 +04:00
Emil Gulamov
293ad66d99 Update astro-vtbot dependency to version 1.7.2 2024-04-02 23:45:18 +04:00
Emil Gulamov
f28987a86e
Merge pull request #41 from mearashadowfax/update-toc
Update README and refactor Table of Contents (ToC) code
2024-04-02 22:02:08 +04:00
Emil Gulamov
1fc42828b3 Refactor ToC generation and active link handling
The SVG HTML was moved into a constant for cleaner code.
2024-04-02 21:59:53 +04:00
Emil Gulamov
65037e910f Add spacing in CSS for improved readability 2024-04-02 21:43:50 +04:00
Emil Gulamov
332dd8f5ce Refine README and add typings to ToC functions 2024-04-02 21:33:55 +04:00
Emil Gulamov
e896368f49 Update README and refactor Table of Contents (ToC) code
This commit updates the README file to reflect the addition of a dynamic ToC with a scroll progress indicator in the insights posts. The code related to this functionality has also been refactored in the insights file to split the logic within event listeners into separate functions, leading to higher readability and cleaner code.
2024-04-02 21:21:43 +04:00
Emil Gulamov
06e2222650 Refactor logo imports and update logo attributes in SiteTitle 2024-04-02 21:07:43 +04:00
Emil Gulamov
263acb2c18
Merge pull request #39 from mearashadowfax/add-toc
Add table of contents (TOC)
2024-04-02 20:25:52 +04:00
Emil Gulamov
616346ef9f Merge remote-tracking branch 'origin/add-toc' into add-toc 2024-04-02 20:22:19 +04:00
Emil Gulamov
dfc6d085e0 Remove generateToc file and refactor TOC in insights page
The generateToc.ts file has been deleted and the way Table of Contents is generated in the insights page has been refactored. The refactoring changes include graphical enhancements, making the UI more dynamic, and implementing GSAP's ScrollTrigger for the headings. Increased readability and easier code maintenance are also anticipated from this.
2024-04-02 20:21:57 +04:00
Emil Gulamov
4bd7100de9
Merge branch 'main' into add-toc 2024-04-02 16:18:33 +04:00
Emil Gulamov
3efb1ff04f
Update README.md 2024-04-02 12:17:07 +00:00
Emil Gulamov
c96c76deb2
Merge pull request #40 from mearashadowfax/add-starlight-vt
Add new Starlight Head component, add View Transitions to docs, and update dependencies
2024-04-02 16:06:08 +04:00
Emil Gulamov
0393815c68 Upgrade astro-vtbot to version 1.7.1
The astro-vtbot dependency has been upgraded from version 1.7.0 to 1.7.1 in both package.json and package-lock.json files.
2024-04-02 16:02:21 +04:00
Emil Gulamov
5cac9eb782 Add new Head component and update dependencies
A new Head component has been added and interactions with view transitions have been defined within it. The .webp format is now being used for social media metadata. Also, astro-vtbot has been added as a new dependency.
2024-04-02 03:58:26 +04:00
Emil Gulamov
27f163e882
Merge branch 'main' into add-toc 2024-04-02 01:48:06 +04:00
Emil Gulamov
c1fc2b759a Update configuration and enhance insight page interactions
This commit updates certain configurations for improved functionality. Significant updates have been made to enhance the structure of the 'insights' webpage, with the addition of scroll-triggered animations. A progress indicator has now been implemented, to improve interactivity and user experience.
2024-04-02 01:44:19 +04:00
Emil Gulamov
064a48b157 Update configuration and enhance insight page interactions
This commit updates certain configurations for improved functionality. Significant updates have been made to enhance the structure of the 'insights' webpage, with the addition of scroll-triggered animations. A progress indicator has now been implemented, to improve interactivity and user experience.
2024-04-02 01:44:15 +04:00
Emil Gulamov
103b3cb75a Add generateToc utility and GSAP's ScrollTrigger library
A new utility function `generateToc` has been created in `src/utils/generateToc.ts` for generation of table of contents. The utility includes child component extraction and error handling for orphan headings. Additionally, GSAP's ScrollTrigger library has been included under `public/scripts/vendor/gsap/` to manage scroll-triggered animations.
2024-04-02 01:43:19 +04:00
Emil Gulamov
02c93cb3ba
Merge pull request #35 from mearashadowfax/dependabot/npm_and_yarn/astrojs/starlight-0.21.3
Bump @astrojs/starlight from 0.21.2 to 0.21.3
2024-04-02 01:40:47 +04:00
Emil Gulamov
f62d73299e
Merge pull request #36 from mearashadowfax/dependabot/npm_and_yarn/prettier-plugin-tailwindcss-0.5.13
Bump prettier-plugin-tailwindcss from 0.5.12 to 0.5.13
2024-04-02 01:40:12 +04:00
dependabot[bot]
be6f05b4cb
Bump @astrojs/starlight from 0.21.2 to 0.21.3
Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.21.2 to 0.21.3.
- [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.3/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-01 21:39:21 +00:00
Emil Gulamov
d96adb00d8
Merge pull request #34 from mearashadowfax/dependabot/npm_and_yarn/astrojs/vercel-7.5.0
Bump @astrojs/vercel from 7.4.0 to 7.5.0
2024-04-02 01:38:21 +04:00
Emil Gulamov
7d75c588ae
Merge pull request #37 from mearashadowfax/dependabot/npm_and_yarn/astrojs/sitemap-3.1.2
Bump @astrojs/sitemap from 3.1.1 to 3.1.2
2024-04-02 01:38:02 +04:00
dependabot[bot]
9754196642
Bump @astrojs/vercel from 7.4.0 to 7.5.0
Bumps [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) from 7.4.0 to 7.5.0.
- [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.0/packages/integrations/vercel)

---
updated-dependencies:
- dependency-name: "@astrojs/vercel"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 20:31:27 +00:00
Emil Gulamov
6238d0b993
Merge pull request #38 from mearashadowfax/dependabot/npm_and_yarn/astro-4.5.12
Bump astro from 4.5.9 to 4.5.12
2024-04-02 00:05:49 +04:00
dependabot[bot]
6d692f8a5c
Bump astro from 4.5.9 to 4.5.12
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.5.9 to 4.5.12.
- [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.12/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-01 17:39:39 +00:00
dependabot[bot]
ff9b382c33
Bump @astrojs/sitemap from 3.1.1 to 3.1.2
Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.1.1 to 3.1.2.
- [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.2/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-01 17:39:25 +00:00
dependabot[bot]
2617b237fd
Bump prettier-plugin-tailwindcss from 0.5.12 to 0.5.13
Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.5.12 to 0.5.13.
- [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.12...v0.5.13)

---
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-01 17:39:11 +00:00
Emil Gulamov
559569cf1c Add titles to social icons and update URLs
Added titles to the social icons for better accessibility and updated the URLs for each social platform in the navigation component. Also added an aria-label to the LanguagePicker component and included the icon title in the Icon.astro file.
2024-03-31 00:48:41 +04:00
Emil Gulamov
007e23dd23 Merge remote-tracking branch 'origin/main' 2024-03-30 14:52:00 +04:00
Emil Gulamov
87c23ca26e Rename product subtitles and adjust schema in collections
Redesigned the product markdown files and schema to divide product title and subtitle into separate 'title' and 'description' fields to provide better data representation. Adjusted CardWide and CardSmall components to accommodate these changes, ensuring consistent and appropriate depiction of product descriptions across all pages.
2024-03-30 14:51:44 +04:00
Emil Gulamov
841f8b9948
Update README.md 2024-03-30 10:25:09 +00:00
Emil Gulamov
4b3877db03
Merge pull request #32 from rotary-dev-fellowship/chore/vscode-collection-images
Add VSCode settings for pasting/dropping images into content collection pages
2024-03-30 14:07:28 +04:00
Ricardo Tribaldos
f2c2aa7b8d chore: add vscode settings to allow pasting/dropping images directly into content collections 2024-03-30 01:57:30 -05:00
Emil Gulamov
9566b4403f
Merge pull request #29 from rotary-dev-fellowship/refactor/brandlogo-props
Refactor: Simplify BrandLogo Component Props Handling
2024-03-30 03:45:40 +04:00
Emil Gulamov
084fb32ab5 Merge remote-tracking branch 'origin/main' 2024-03-30 03:34:51 +04:00