Skip to content

fix: managesign report alignment and loader issue#1889

Merged
prafull-opensignlabs merged 1 commit intostagingfrom
updates-16770567266
Aug 6, 2025
Merged

fix: managesign report alignment and loader issue#1889
prafull-opensignlabs merged 1 commit intostagingfrom
updates-16770567266

Conversation

@nxglabs
Copy link
Collaborator

@nxglabs nxglabs commented Aug 6, 2025

fix: managesign report alignment and loader issue

fix: managesign report alignment and loader issue
Copilot AI review requested due to automatic review settings August 6, 2025 07:35
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 fixes alignment and loader issues in the ManageSign report by standardizing signature canvas dimensions and removing redundant loader implementation.

  • Introduces a new .mysignatureCanvas CSS class with consistent dimensions across different screen sizes
  • Removes the loader overlay from the signature canvas area in ManageSign component
  • Updates signature canvas to use the new CSS class instead of inline width/height properties

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
apps/OpenSign/src/styles/signature.css Adds new .mysignatureCanvas class with responsive dimensions and dark theme support
apps/OpenSign/src/pages/Managesign.jsx Updates signature canvas to use new CSS class and removes loader overlay

)}
{image ? (
<div className="signatureCanvas relative border-[2px] border-[#888] rounded-box overflow-hidden">
<div className="mysignatureCanvas relative border-[2px] border-[#888] rounded-box overflow-hidden">
Copy link

Copilot AI Aug 6, 2025

Choose a reason for hiding this comment

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

There are two spaces between 'mysignatureCanvas' and 'relative' in the className. This should be a single space for consistency.

Copilot uses AI. Check for mistakes.
@vercel
Copy link

vercel bot commented Aug 6, 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 Aug 6, 2025 7:36am

@prafull-opensignlabs prafull-opensignlabs changed the title Merge pull request #1105 from nxglabs/raktima-main-patch-2 fix: managesign report alignment and loader issue Aug 6, 2025
@prafull-opensignlabs prafull-opensignlabs merged commit 086d8ee into staging Aug 6, 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