Merged
Conversation
…dding - Added Section component with default and customizable styles. - Created tests for Section component to validate rendering and style application. - Introduced ShimmerLoader components for loading states. - Implemented Google Analytics hooks for tracking page views and events. - Added error handling hook for consistent error management. - Created utility functions for SEO structured data generation. - Established Zustand store for global application state management. - Enhanced testing utilities and configurations for improved test coverage.
…irements, and unused dependencies - Remove Husky pre-commit hooks for faster development iteration - Remove test coverage thresholds (80%) to reduce development friction - Remove @tanstack/react-query (unused data fetching) - Remove @tanstack/react-query-devtools - Remove Zustand and unused store (no global state actually used) - Remove lint-staged configuration (can be added back if needed) - Simplify README to focus on actual stack - Add dist/ and build/ to .gitignore Tech stack now simplified to: - React 18 + TypeScript + Vite - TanStack Router (keeps type-safe routing) - Tailwind + Framer Motion for styling/animations - ESLint with StandardJS + TS Standard (linting only) - Vitest for optional testing (not required for commits) This maintains code quality through linting while reducing friction for portfolio development.
✅ Deploy Preview for grwmdev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.