-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Problem
The terminal preview in the app breaks or becomes unreadable when generating long cloud-init YAML files. This affects usability by hiding or distorting output for lengthy configurations.
Steps to Reproduce
- Use the app to generate a cloud-init YAML with a large amount of configuration text (hundreds of lines).
- Attempt to view the YAML in the terminal preview.
Expected Behavior
- The entire YAML should be visible, scrollable, and formatted properly regardless of the file's length.
Actual Behavior
- The preview layout overflows, compresses the text, or fails to render large files effectively.
Suggested Solution
- Investigate and update the terminal preview component/UI to support large file previews; consider adding line wrapping, scrollbar, or pagination if necessary.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working