Skip to content

My new feature branch#24

Closed
Jackson57279 wants to merge 6 commits intomasterfrom
my-new-feature-branch
Closed

My new feature branch#24
Jackson57279 wants to merge 6 commits intomasterfrom
my-new-feature-branch

Conversation

@Jackson57279
Copy link
Owner

No description provided.

…ckages to package.json and bun.lock, and introduce new components (PublicPlayground, ExampleGallery, CompetitiveEdge) to the main page. Revise Hero component text for clarity and improve button actions for better user engagement.
…BrowserButton with standard Button components in Hero and page.tsx for improved consistency. Introduce a new AuthButtons component to manage user authentication states and streamline button actions. Update floating CTA for better visibility and user engagement.
…upabaseProvider component for improved authentication management, replacing AuthProvider. Update session handling with shorter timeouts for better user feedback and add console logging for environment checks. Refactor error logging for consistency and clarity in error messages across authentication processes.
@vercel
Copy link

vercel bot commented Jul 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
zapdev ❌ Failed (Inspect) Jul 7, 2025 11:24pm

@netlify
Copy link

netlify bot commented Jul 7, 2025

Deploy Preview for zapdev failed. Why did it fail? →

Name Link
🔨 Latest commit cc885d7
🔍 Latest deploy log https://app.netlify.com/projects/zapdev/deploys/686c57190b7fbe000838dedf

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Authentication Timeout Ignores Loading State

The global authentication timeout in SupabaseProvider.tsx (line 38) no longer checks the loading state. This causes it to unconditionally trigger after 5 seconds, setting user to null and loading to false, which can interrupt ongoing authentication or clear already authenticated user sessions.

components/SupabaseProvider.tsx#L37-L44

https://github.com/otdoges/zapdev/blob/cc885d7b68b447c00d382cf3a85a85a049152a92/components/SupabaseProvider.tsx#L37-L44

Fix in CursorFix in Web


BugBot free trial expires on July 22, 2025
You have used $0.00 of your $5.00 spend limit so far. Manage your spend limit in the Cursor dashboard.

Was this report helpful? Give feedback by reacting with 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant