Fix/wcag issues on singing list and signee list#4305
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughFour CSS-only changes address WCAG 1.4.10 reflow accessibility: ChangesCSS Reflow Accessibility Fixes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/layout/SigningDocumentList/SigningDocumentListComponent.tsx`:
- Line 86: The downloadButton class used in SigningDocumentListComponent is
currently being imported from the wrong CSS module
(SigneeListComponent.module.css). Create a new dedicated CSS module file at
src/layout/SigningDocumentList/SigningDocumentListComponent.module.css and move
the downloadButton class definition there from the SigneeList module. Then
update the import statement in SigningDocumentListComponent.tsx (currently
importing from SigneeListComponent.module.css) to import from the new
SigningDocumentListComponent.module.css file to properly scope the CSS and
remove the undocumented coupling between components.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: ea438631-519f-41e0-afac-bb7e77c72f95
📒 Files selected for processing (5)
src/app-components/Table/Table.module.csssrc/layout/SigneeList/SigneeListComponent.module.csssrc/layout/SigneeList/SigneeStateTag.tsxsrc/layout/SigneeList/SigningStateTag.module.csssrc/layout/SigningDocumentList/SigningDocumentListComponent.tsx
…nging-list-and-signee-list
|
|
✅ Automatic backport successful! A backport PR has been automatically created for the The release branch The cherry-pick was clean with no conflicts. Please review the backport PR when it appears. |
* fix overflow on apptable and download button in signingdocumentlist * fix signeelist status-tag in 400% zoom * re-apply word-break fix after merge conflicts



Description
fixes overflowing content in the tables for SigneeList and SigningDocumentList when using 400% zoom.
Related Issue(s)
Verification/QA
kind/*andbackport*label to this PR for proper release notes groupingSummary by CodeRabbit