Commit 80815d9
committed
feat: Implement existing repository analysis feature
- Added ExistingRepoEntryClient component for user input of GitHub repository URLs.
- Updated ExistingRepoEntryPage to utilize the new client component and set appropriate metadata.
- Enhanced global styles with new loading animations for repository scanning.
- Introduced new utility functions for normalizing GitHub repository URLs.
- Created RepoScanLoader component for displaying loading states during repository scans.
- Updated stack wizard components to support initial stack steps and labels.
- Improved input handling and validation for GitHub URLs in the Hero component.
- Added scanning and pre-filling logic for wizard responses based on repository analysis.
- Defined new types for repository scan summaries and responses.
- Refactored existing components and utilities to accommodate the new features and improve code organization.1 parent f26e8ef commit 80815d9
File tree
25 files changed
+2054
-67
lines changed- app
- api/scan-repo
- existing
- [repoUrl]
- new/stack
- [[...stackSegments]]
- stacks
- components
- ui
- lib
- __tests__
- types
25 files changed
+2054
-67
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
0 commit comments