Skip to content

Conversation

@yashin4112
Copy link
Contributor

horizontal scroll removed in execution-log modal, ellipses and tooltip added in audit log

@yashin4112 yashin4112 requested a review from a team as a code owner August 12, 2025 06:29
@umeshmore45 umeshmore45 requested a review from Copilot August 12, 2025 09:33
Copy link
Contributor

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 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

overflow-wrap: break-word ;
white-space: pre-wrap;
width: 100%
width: 100%
Copy link
Contributor

Choose a reason for hiding this comment

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

add ;

@sayalijoshi27 sayalijoshi27 merged commit 7b93470 into dev Aug 12, 2025
7 checks passed
@sayalijoshi27 sayalijoshi27 deleted the bugfix/audit-log branch August 12, 2025 10:34
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.

5 participants