Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

My new feature branch#24

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

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

Conversation

@Jackson57279

Copy link
Copy Markdown
Collaborator

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

vercel Bot commented Jul 7, 2025

Copy link
Copy Markdown

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

netlify Bot commented Jul 7, 2025

Copy link
Copy Markdown

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

@cursor cursor Bot left a comment

Copy link
Copy Markdown

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant