Skip to content

feat: default machine, storage names, sizes, limit on options#235

Merged
matuskosut merged 7 commits into
masterfrom
small-fix-on-price-estimator
May 22, 2026
Merged

feat: default machine, storage names, sizes, limit on options#235
matuskosut merged 7 commits into
masterfrom
small-fix-on-price-estimator

Conversation

@kei5uke
Copy link
Copy Markdown
Contributor

@kei5uke kei5uke commented May 22, 2026

  • the default machine (home machine) can only have commit_1 or commit_3y options, while additional machines can have all options.
  • the default storage size based on the option
  • machine names

<div class="d-flex ga-2 justify-end">
<v-icon color="medium-emphasis" icon="mdi-pencil" size="small" @click="editCompute(selectedCompute.find((c) => c.id === item.id)!)"></v-icon>
<v-icon color="medium-emphasis" icon="mdi-delete" size="small" @click="removeComputeById(item.id)"></v-icon>
<v-icon v-show="!item.isDefault" color="medium-emphasis" icon="mdi-delete" size="small" @click="removeComputeById(item.id)"></v-icon>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here we are hiding the button, but not informing the user why the button is missing. I think we should improve that.

@matuskosut matuskosut merged commit debe9bb into master May 22, 2026
4 checks passed
@matuskosut matuskosut deleted the small-fix-on-price-estimator branch May 22, 2026 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants