-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(timeline): enhance timeline component with new features and UI i… #1
Merged
Conversation
This file contains 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
…mprovements - Added support for custom icons, animation, and connector colors in the TimelineLayout component. - Refactored Timeline and TimelineItem components to improve structure and styling. - Introduced new Card and Tabs components for better UI organization and presentation. - Updated timeline data structure to include an interface for better type safety. - Enhanced the main page layout with installation, usage, and example sections for improved documentation. Additionally, updated .gitignore to include IDE and environment files, and modified package dependencies for better compatibility.
- Revised project description for clarity and added emphasis on customization options. - Introduced a new "Features" section highlighting key attributes of the timeline component. - Updated usage instructions with a clearer example of importing and utilizing the TimelineLayout component. - Improved installation steps for better user guidance. - Enhanced the Tech Stack section to include Framer Motion as a key dependency.
…efactor TimelineItem structure - Added Framer Motion for smooth animations in the TimelineLayout component. - Refactored TimelineItem to support conditional animations and improved class management. - Updated icon and connector color handling for better customization. - Enhanced the layout structure for clearer separation of content and styling.
… and testing - Integrated Storybook for visual component development and testing. - Added Jest configuration and setup for unit testing of the timeline components. - Implemented loading and error states in the TimelineItem component for better user feedback. - Enhanced README.md with updated usage examples and installation instructions. - Updated ESLint configuration to include Storybook recommendations. - Modified package.json scripts to include Storybook commands for easier development.
…uctions - Introduced a new "Demo & Documentation" section with a link to Storybook. - Updated the "Features" section to highlight full Storybook documentation. - Added instructions for running Storybook locally and testing commands. - Enhanced overall clarity and usability of the README for developers.
…k deployment workflow - Removed `@radix-ui/react-icons` and added `next-themes` and `chromatic` to package dependencies for theme management and Storybook deployment. - Introduced a new `ThemeProvider` component to manage theme context across the application. - Added a `ThemeToggle` component for switching between light and dark themes. - Created a GitHub Actions workflow for deploying Storybook to GitHub Pages. - Updated Storybook configuration to include theme support and improved layout. - Enhanced the timeline component with new icons and improved structure for better customization.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
…mprovements
Additionally, updated .gitignore to include IDE and environment files, and modified package dependencies for better compatibility.