feat: Add port availability validation and improve terminal viewer experience and added new column for token revoking#236
Merged
Conversation
Fix: UI bugs and improvements related to overview tab
- Added a new endpoint to check host port availability before deployment. - Integrated port availability checks in the deployment workflow, ensuring ports are free before proceeding. - Enhanced the SocketClientService to handle port check requests and responses. - Updated the DeploymentsService to verify port availability on the target agent. - Improved UI components to provide feedback during port checks and handle deployment failures gracefully. - Added new column for revoked keys
- Integrated horizontal scrolling support in the terminal viewer for better content management. - Updated terminal fitting logic to synchronize content columns dynamically. - Improved UI responsiveness with CSS adjustments for terminal components. - Enhanced wheel trap functionality to prevent page scrolling during terminal interactions. - Refactored terminal scroll down button for better tooltip accessibility. - Added new utility functions for managing terminal content fitting.
- Removed redundant "Deployment failed:" prefix from port conflict messages. - Streamlined messages to focus on the port issue for clarity.
purvangIQUD
approved these changes
Jun 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 What does this change do?
Implemented pre-deployment port availability validation and improved terminal viewer functionality.
🔗 Related Issue / Task
🧪 How was this tested?
Steps to Test:
📸 Screenshots (if UI changes)
✅ Checklist