Closed
Conversation
…tion This commit introduces a new Getting Started component, complete with a stepper interface for guiding users through data ingestion and configuration. It includes a dedicated SCSS module for styling and a Storybook setup for showcasing various states of the component. The component supports displaying system status and allows users to copy the endpoint and API key.
…pport This update improves the Getting Started component by adding a stepper interface for guiding users through data ingestion and configuration. It introduces new styles for completed steps and integrates mock data for sources and connections in Storybook. The component now supports callbacks for user actions, enhancing interactivity and usability.
…u and SourceForm This commit modifies the button styles in the ConfirmDeleteMenu to use a light variant with a red color for better visibility. Additionally, it enhances the SourceForm layout by replacing the previous button structure with a more streamlined design, incorporating a Flex container for better alignment and spacing. The GettingStarted component also sees updates with new icons and improved button styles for a more cohesive user experience.
…ariants This commit introduces a new ActionIcon component with various size and variant examples in Storybook. Additionally, it enhances the Button component stories by adding new variants (primary, secondary, danger) and sizes, improving the overall showcase of button functionalities. The GettingStarted component's SCSS has also been cleaned up for better maintainability.
🦋 Changeset detectedLatest commit: 40709c5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR Review✅ No critical issues found. The implementation is well-structured with good attention to detail: Highlights:
Minor notes (non-blocking):
Overall: Clean implementation following project patterns. Ready to merge. |
Contributor
E2E Test Results✅ All tests passed • 54 passed • 4 skipped • 734s
Tests ran across 4 shards in parallel. |
… SourcesList components for consistency
… and update Storybook preview to include fontFamily in ThemeWrapper
…ck for better performance
…mproved styling consistency
…s with error handling and loading states
…ed structure and functionality
…nts and refactor ConfirmDeleteMenu button variant
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.
Summary
Implements a new "Getting Started" onboarding wizard to guide users through initial setup, including data ingestion and source configuration.
Changes
New Components
Refactored Components
components/Sources/for reuse across GettingStarted and TeamPagevariant,withCard,withBorder,showEmptyStatecomponents/Sources/folder with updated import pathsTheme Enhancements
primary,secondary,dangerOther Improvements
agent_docs/code_style.mdwith custom Mantine variants documentationScreenshots
Add screenshots of the GettingStarted component in Step 1 and Step 2
Testing
Getting started
Button
ActionButton