Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix(button): Resolve BOQ Button issue #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

YoussefBouhdyd
Copy link

Summary

This PR Fix BOQ button

Changes

  • Replace the supabase Url with a new one

Related Issues

Fixes #70

Copy link

vercel bot commented Mar 18, 2025

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

Name Status Preview Comments Updated (UTC)
layout ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 18, 2025 2:43pm

Copy link

netlify bot commented Mar 18, 2025

Deploy Preview for 603interiorlayout ready!

Name Link
🔨 Latest commit 8d8a440
🔍 Latest deploy log https://app.netlify.com/sites/603interiorlayout/deploys/67d986839d20200008b81252
😎 Deploy Preview https://deploy-preview-73--603interiorlayout.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request fixes the BOQ Button issue by updating the Supabase connection details and adjusting the corresponding database table references.

  • Updated Supabase URL and key in supabaseClient.js
  • Changed database table references from 'user' to 'users' and adjusted query methods in LoginForm.js
  • Commented out the redirect code in AreaInput.js

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/supabaseClient.js Replaced Supabase URL and key with new values to address the issue
src/LoginForm.js Updated table name from "user" to "users" and adjusted query calls
src/AreaInput.js Disabled the redirect by commenting out the related code
Comments suppressed due to low confidence (1)

src/AreaInput.js:144

  • [nitpick] If the redirect is no longer required, consider removing the commented code to improve code clarity and reduce clutter.
    // window.location.href = 'https://lucky-kataifi-065416.netlify.app/'; // Redirect to the new page

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.

Fix Generate BOQ Button
1 participant