Skip to content

feat: Tag newly installed VMs as 'new' #275

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

ivoheck
Copy link
Contributor

@ivoheck ivoheck commented May 13, 2025

Description

Please include a summary of the changes along with any relevant motivation and context.

After downloading a VM, a button appears that takes the user directly to the VM manager page.
Newly downloaded VMs are temporarily marked with the label "new" when the manager page is opened for the first time. The label disappears on subsequent visits.

image

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • I have performed a self-review of my code
  • I have tested my code in common scenarios and confirmed there are no regressions
  • I have added comments to my code, particularly in hard-to-understand sections
  • I have updated and committed pubspec.yaml and pubspec.lock
    • flutter pub get

yq above is yq-go

@ivoheck ivoheck changed the title feat(vm): Tag newly installed VMs as 'new' feat: Tag newly installed VMs as 'new' May 13, 2025
@lj3954
Copy link
Member

lj3954 commented May 14, 2025

I would choose a different icon for new, that looks like it would be alerting the user of an error.

@ivoheck
Copy link
Contributor Author

ivoheck commented May 14, 2025

I would choose a different icon for new, that looks like it would be alerting the user of an error.

You're right – I changed the icon to a different one that should fit better.

@ivoheck
Copy link
Contributor Author

ivoheck commented May 15, 2025

The test-build-ppa-x64 job is failing — is this something I can fix myself, or is it unrelated to the changes in this PR?

@lj3954
Copy link
Member

lj3954 commented May 15, 2025

Appears to be an unrelated issue.

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.

feat: add a "Run" option after an image finishes downloading
2 participants