Skip to content

Conversation

Cleboost
Copy link
Owner

Introduces a new export_key modal for exporting SSH keys to remote servers. Enhances the add_server dialog with SSH key selection and export functionality, and updates the server tab to use the new dialog and refresh callback after adding a server.

Introduces a new export_key modal for exporting SSH keys to remote servers. Enhances the add_server dialog with SSH key selection and export functionality, and updates the server tab to use the new dialog and refresh callback after adding a server.
Improves code formatting and readability in add_server.rs by adjusting indentation, grouping imports, and refactoring conditional logic for clarity. No functional changes were made; this is a cleanup for maintainability.
Eliminated unnecessary println! calls from src/ui/tab/server.rs to clean up debug output and improve code readability. Also performed minor formatting adjustments for consistency.
Adjusted the order of imports in src/ui/modal/add_server.rs and src/ui/tab/server.rs for consistency and improved readability.
Splits a long gtk4 import line into two for improved readability in add_server.rs.
Cleaned up the gtk4 import line by removing unnecessary trailing whitespace for consistency.
Improves code formatting and readability in export_key.rs by reordering imports, adjusting function signature formatting, and refactoring closure logic for better clarity. No functional changes were made.
Introduces a new export_key modal module to the UI. This prepares the codebase for functionality related to exporting keys.
Adjusted the order of imports in src/ui/modal/export_key.rs for consistency and readability.
@Cleboost Cleboost merged commit e26b35e into master Sep 13, 2025
1 check passed
@Cleboost Cleboost deleted the feature/add-server branch September 13, 2025 23:54
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.

1 participant