You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⭐ Add project list limit and "View All Projects" link for enhanced project display (06ad1a1)
⭐ Enables theme switching across all headers (a1dfa9f)
⭐ Improve GSAP configuration and enhance animation handling for better performance (e439985)
⭐ Refactors header height usage to avoid repeated DOM queries. (4c48bf9)
⭐ Replace Framer Motion icon with Motion icon and add NATS and Render icons (571030d)
⭐ Update commitlint configuration with extended rules for commit message types (d81eb4e)
⭐ Update cursor event listeners and comment out transition for performance (21f35c9)
⭐ Update ProjectsHeader styles for improved button appearance and add image overlay gradient in global styles (5b93690)
⭐ Update theme handling and mobile menu animations across components (75965b3)
🐛 Bug Fixes
🐛 Add missing aria-label to theme dropdown button for accessibility (a4762df)
🐛 Adjust layout and styling in Hero component for better responsiveness (9588b65)
🐛 Adjust orbit dot positioning and add outline for better visibility (0ecf74d)
🐛 Correct hero section name formatting and re-enable cursor transition effect (29443a3)
🐛 Default to dark theme if no saved theme is found and update default theme name (3facefd)
🐛 Ensures all scroll-triggered animations above the target section finish before initiating smooth scroll, providing a more seamless transition. (7ca4c15)
🐛 Fix Header nav links underline animation flickering by replacing throttle with debounce function (e70468f)
🐛 #15 | Resolve header elements fade animation (af16ca6)
🐛 Improve mobile navigation behavior and state management for inline menu (5f25a25)
🐛 Resolve issue where duplicate ghosted cursor is created on top left of the screen (56ed33d)
🐛 Resolve issue where Resume link in mobile ham menu was not redirecting to the provided url (edbd7d7)
🐛 Update mobile header link to include full path for home (6abfd20)
🐛 Update project header layout and improve menu animations (9b83f69)
🐛 Update sitemap URLs and last modified dates for accuracy (48788c5)
♻️ Code Refactoring
.♻️ Rename portfolio template config file from index.ts to portfolio.config.ts (cd2a06c)
♻️ Add opacity style to avatar image for initial visibility control (17f59a1)
♻️ Adds theme system and refactors color variables (c530e90)
♻️ Comment out transition for cursor dot to improve performance (21bec06)
♻️ Create SkillStack constants with detailed descriptions and structured organization (069773a)
♻️ Enhance Astro configuration for improved integration and build options (dea2e48)
♻️ Implement theme toggle functionality in MobileHeader and ThemeButton components (24e5eee)
♻️ Improve theme toggle functionality and enhance theme persistence (5a90186)
♻️ Organize GSAP configuration and transitions for better readability and performance (dae1143)
♻️ Rearrange path mappings in tsconfig for improved organization (f6e7637)
♻️ Refactor color variables for social icons and footer styles (32211b4)
♻️ Refactor Hero Section to adapt to tailwind v4 (b708993)
♻️ Refactor image imports for better asset organization (0b8fd2d)
♻️ Refactor Skill section and modified skill categories (8a1841b)
♻️ Remove SCSS preprocessor options from Vite configuration and update lock file (9247ed3)
♻️ Rename "State, Data & Realtime" to "State & Events" for clarity (5066146)