-
Notifications
You must be signed in to change notification settings - Fork 8
bug resolved #754
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
bug resolved #754
Conversation
…es and tooltip added in audit log
… to version 12.9.1
…ndencies in package-lock.json files of upload microservices
…age-lock.json with new dependencies
There was a problem hiding this 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 horizontal scrolling issues in execution-log modals and adds ellipses with tooltips for better text handling in audit logs. The changes primarily focus on improving UI/UX by preventing overflow and providing better text visibility.
- Enhanced log modal with word wrapping to prevent horizontal scroll
- Added tooltip functionality with text ellipsis for long content in audit logs
- Improved path security validation in the migration service
Reviewed Changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| ui/src/components/ContentMapper/index.scss | Sets fixed width for table select body |
| ui/src/components/Common/Modal/LogModal/LogModal.tsx | Wraps log message content in a styled container |
| ui/src/components/Common/Modal/LogModal/LogModal.scss | Adds word-break and overflow styles to prevent horizontal scroll |
| ui/src/components/AuditLogs/index.tsx | Implements tooltip functionality and improves code formatting |
| ui/src/components/AuditLogs/index.scss | Adds ellipsis styling for tooltip text |
| api/src/services/migration.service.ts | Enhances path security validation with additional checks |
| .talismanrc | Updates checksum for ContentMapper styles |
No duplication Co-authored-by: Copilot <[email protected]>
…ling whitespace in log-modal css
| overflow-wrap: break-word ; | ||
| white-space: pre-wrap; | ||
| width: 100% | ||
| width: 100% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add ;
horizontal scroll removed in execution-log modal, ellipses and tooltip added in audit log