Add VibeCoding chat and liked apps board#48
Open
DealPatrol wants to merge 1 commit into
Open
Conversation
Co-authored-by: Cole Collins <DealPatrol@users.noreply.github.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Updates to Preview Branch (cursor/repofuse-ui-chat-updates-36d8) ↗︎
Tasks are run on every commit but only new migration files are pushed.
View logs for this Workflow Run ↗︎. |
| <div className="flex items-center gap-2"> | ||
| <Sparkles className="h-4 w-4 text-chart-2 shrink-0" /> | ||
| <span className="text-sm font-medium text-foreground">Ground ideas in your codebase</span> | ||
| <span className="text-sm font-medium text-foreground">Ground the vibe in an analyzed codebase</span> |
Contributor
| const customerId = typeof subscription.customer === 'string' ? subscription.customer : subscription.customer.id | ||
| const priceId = subscription.items.data[0]?.price.id | ||
| const plan = getPlanFromPriceId(priceId) ?? getMetadataPlan(subscription.metadata, fallbackMetadata) ?? 'pro' | ||
| const githubId = getGithubIdFromMetadata(subscription.metadata, fallbackMetadata) |
Contributor
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
have been waitingis highlighted andforremains white.Testing
npx tsc --noEmitpassed.npx eslint app/page.tsx components/pattern-analyzer.tsx components/idea-board.tsx components/repositories-list.tsx components/billing-client.tsx app/api/app-idea-chat/route.ts app/api/stripe/webhook/route.ts lib/liked-apps.ts lib/stripe.tspassed.pnpm lintstill fails on unrelated pre-existing lint errors elsewhere in the repo.