Skip to content

fix: quicksend screen get black out while sending document#1829

Merged
prafull-opensignlabs merged 1 commit intostagingfrom
updates-16070658635
Jul 4, 2025
Merged

fix: quicksend screen get black out while sending document#1829
prafull-opensignlabs merged 1 commit intostagingfrom
updates-16070658635

Conversation

@nxglabs
Copy link
Collaborator

@nxglabs nxglabs commented Jul 4, 2025

fix: quicksend screen get black out while sending document

fix: quicksend screen get black out while sending document
Copilot AI review requested due to automatic review settings July 4, 2025 09:32
@vercel
Copy link

vercel bot commented Jul 4, 2025

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

Name Status Preview Comments Updated (UTC)
open-sign ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 4, 2025 9:33am

@prafull-opensignlabs prafull-opensignlabs changed the title Merge pull request #942 from nxglabs/staging fix: quicksend screen get black out while sending document Jul 4, 2025
Copy link

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 PR adds a new state variable to support bulk email handling and aims to address a screen blackout issue when sending documents.

  • Introduces emails state in the BulkSend UI component
  • (Likely) Prepares for managing recipient email entries
Comments suppressed due to low confidence (1)

apps/OpenSign/src/components/BulkSendUi.jsx:19

  • [nitpick] The variable name 'emails' is quite generic. Renaming it to 'recipientEmails' or 'emailList' could improve clarity.
  const [emails, setEmails] = useState([]);

const [isDisableBulkSend, setIsDisableBulkSend] = useState(false);
const [isLoader, setIsLoader] = useState(false);
const [signers, setSigners] = useState([]);
const [emails, setEmails] = useState([]);
Copy link

Copilot AI Jul 4, 2025

Choose a reason for hiding this comment

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

The state variable 'emails' is declared but not yet used. Consider removing it or integrating its usage to prevent dead code.

Copilot uses AI. Check for mistakes.
@prafull-opensignlabs prafull-opensignlabs merged commit 1cc017b into staging Jul 4, 2025
5 checks passed
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.

3 participants