Skip to content

Commit

Permalink
refactor(Contribution assistant): replace tabs with a stepper (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn authored Jan 17, 2025
1 parent d77cf4c commit 354fb15
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 178 deletions.
4 changes: 2 additions & 2 deletions src/components/ProofUploadCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
<v-progress-linear
v-model="proofObjectList.length"
:max="proofImageList.length"
:color="proofImageList.length == proofObjectList.length ? 'success' : 'info'"
:color="proofImageList.length === proofObjectList.length ? 'success' : 'info'"
height="25"
:indeterminate="proofObjectList.length ? false : true"
striped
:striped="proofImageList.length !== proofObjectList.length"
rounded
/>
</v-card-text>
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@
"Users": "Users",
"UserCount": "{count} users | {count} user | {count} users",
"UserContributorCount": "{count} contributors | {count} contributor | {count} contributors",
"Validate": "Validate",
"ValidatePrices": "Validate prices",
"ValidatePricesWithAI": "Validate prices with AI",
"View": "View",
Expand Down
Loading

0 comments on commit 354fb15

Please sign in to comment.