Add a Scrollbar to the SSH Error Popup#1741
Conversation
Previously, the ssh error popup would show a small portion of the error message ending in ellipses. This extends it so it can cover multiple lines. Additionally, it puts a max height on the component and allow the text to be scrolled if it exceeds that.
WalkthroughThe pull request introduces changes to the frontend's block component, specifically modifying the styling in In the SCSS file, style modifications include the removal of the In the TypeScript component file, new imports are added, specifically 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (3)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This modifies the SSH error popup in the following ways: - adds a scrollbar to the error message so it is easily viewed - overlays a copy button so it's easy to copy
This modifies the SSH error popup in the following ways: