-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
bugSomething isn't workingSomething isn't workingduplicateThis issue or pull request already existsThis issue or pull request already existsideIssues related to IDEIssues related to IDE
Description
Project
ide
Description
In Vibe mode, the Changes panel shows modified files with a filename rendered in a span element. The span uses a hardcoded max-width of 128px, which causes longer file names to truncate early (ellipsis) even when there is enough horizontal space. This makes it difficult to identify the full changed file name.
Error Message
Debug Logs
System Information
- OS: Ubuntu 22.04
- Version: v1.1.0
- App: Cortex IDE
- Mode: Vibe modeScreenshots
Steps to Reproduce
- Open Cortex IDE.
- Enable/open Vibe mode.
- Make a change to a file with a long path or long filename.
- Open the Vibe mode Changes panel.
- Observe the filename rendering for the changed file entry.
- Compare: the filename truncates even though there is more space available.
Expected Behavior
The filename span should not be hardcoded to 128px. It should resize based on available panel width (or use a responsive layout) so users can see most/all of the filename.
Actual Behavior
The filename is truncated because the span uses a hardcoded max-width: 128px, making longer filenames hard to identify.
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingduplicateThis issue or pull request already existsThis issue or pull request already existsideIssues related to IDEIssues related to IDE