Commit graph

189 commits

Author SHA1 Message Date
Emil Gulamov
278d510da0 Update 404 page 2024-07-04 16:38:02 +04:00
Emil Gulamov
cb6aefcf7c Add new insights posts and create dynamic routing for insights page. 2024-07-04 16:16:52 +04:00
Emil Gulamov
a7591b600c Remove french dedicated 404 page and update fallback 404 page.
This commit removes the french version of the 404 page and updates the fallback 404 page to support both English and French languages. In addition, it includes changes in multiple places to handle deletion of specific Insights in French and English and ensure their proper referencing.
2024-07-04 16:16:13 +04:00
Emil Gulamov
f9c8d330ff Fix ClipboardJS not defined 2024-07-02 18:00:58 +04:00
Emil Gulamov
1f3a48c2c8
Update pricing.json 2024-06-29 05:08:50 +04:00
Emil Gulamov
7d2b942f73 Update navbar import in MainLayout.astro 2024-06-29 03:40:52 +04:00
Emil Gulamov
9b4cdac7bb Update MegaMenuLink to use data-driven rendering
The MegaMenuLink component has been refactored to use data-driven rendering rather than hard-coded values.
2024-06-29 03:39:05 +04:00
Emil Gulamov
b867fbc93f Refactor components and update animation scripts 2024-06-29 03:38:42 +04:00
Emil Gulamov
0cecec1424 Add new sections and update navigation in components 2024-06-29 03:37:38 +04:00
Emil Gulamov
188f7b80b2 Remove border from multiple elements in style sheets
The style sheets 'starlight.css' and 'starlight_main.css' have been modified across multiple sections to remove the border.
2024-06-25 04:46:00 +04:00
Emil Gulamov
00ba64c6e1 Modified mobile layout with MobileMenuFooter and ThemeSelectMobile.
Added MobileMenuFooter and ThemeSelectMobile components to enhance user interactivity for mobile layouts. These new components facilitate theme switch and house utility icons and language selection in structured, mobile-friendly layouts. Accompanying style updates were implemented to ensure visual consistency, and the astro.config.mjs file was updated to link the MobileMenuFooter component.
2024-06-25 02:58:36 +04:00
Emil Gulamov
a766a2f462 Update CSS styles for Starlight Docs
Header style adjustments were made to further enhance user interface and align with the main website.
2024-06-25 01:44:45 +04:00
Emil Gulamov
df9b56efd8 Add ThemeSelect component with theme toggle functionality to the Starlight's Navbar
A new ThemeSelect.astro file was added to let users toggle between light and dark themes in Starlight Docs. This component replaces the default ThemeProvider.astro component
2024-06-22 17:47:58 +04:00
Emil Gulamov
f62575ac24 Update various scripts and styles including Lenis library
The Lenis library is updated to improve smooth scrolling. The lenis.js script is replaced by lenisSmoothScroll.js and certain lenis related CSS rules are removed. Also, it encompasses changes in the way some plugins are imported in different components, moving from inline script import to modular imports. Additionally, the customCss file location is updated in the astro.config.mjs file. New dependencies are added to the package and package-lock json.
2024-06-21 19:09:44 +04:00
Emil Gulamov
b03d4658b9 Add lenis.css style and lenisSmoothScroll.js script 2024-06-21 19:09:05 +04:00
Emil Gulamov
49300273be Add MegaMenuLink component and improve main header
This commit introduces the MegaMenuLink component and updates NavbarMegaMenu.astro with the new MegaMenuLink.
2024-06-21 19:07:56 +04:00
Emil Gulamov
f7ec450b87
Merge branch 'main' into starlight_i18n 2024-06-12 22:56:17 +04:00
Emil Gulamov
d894fe35d0 Update language setting and upgrade package dependencies 2024-06-12 22:51:37 +04:00
Lorenzo Tomas Diez
e4e2f088be fix-related-cards: adds property for other languages 2024-06-06 00:23:49 -03:00
mike.feng
beddd13dcd fix:correct a link address path error 2024-05-29 15:52:13 +08:00
Emil Gulamov
1a3c30407d Update package dependencies and simplify blog post metadata 2024-05-26 22:14:10 +04:00
Emil Gulamov
1ee6545eb5 Update product description in a765.md
The previously blank description for the product SF-AB A765 has been updated to "Assorted Screw Set".
2024-04-24 18:33:36 +04:00
Emil Gulamov
58134efaf2 Update French translations on website pages 2024-04-24 00:10:41 +04:00
Emil Gulamov
f0d671ff49 Update French translations on website pages 2024-04-24 00:08:04 +04:00
Emil Gulamov
61882e896e Merge remote-tracking branch 'origin/main' 2024-04-23 23:50:04 +04:00
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
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
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
b54e445a26 Adjust Lenis library's initial configuration settings 2024-04-14 04:29:36 +04: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
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
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
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
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
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
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
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