Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change snapshot name #375

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Conversation

buddax2
Copy link
Contributor

@buddax2 buddax2 commented Jul 21, 2024

This pull request introduces a feature that allows users to rename snapshots of virtual machines with meaningful names before saving them. Previously, snapshots were automatically named with a timestamp format such as Save-2024-07-21_12;17;16, which made it difficult to identify the purpose or state of the snapshot.

Changes:
• Implemented a basic UI with a text field that prompts users to enter a custom name for the snapshot before saving.
• The custom name can be descriptive, such as Clean system or VPN issue with DNS, providing better context for the snapshot.

Benefits:
• Enhanced usability by allowing users to assign meaningful names to snapshots.
• Improved organization and management of snapshots, making it easier to identify and retrieve specific snapshots based on their names.

Additional Notes:
• If no custom name is provided, the system will default to the timestamp format as before.
• This feature aims to improve user experience and streamline the workflow for managing virtual machine snapshots.

SCR-20240720-brrs

@insidegui insidegui merged commit e908e80 into insidegui:main Jul 29, 2024
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.

2 participants