Skip to content

Commit

Permalink
Merge branch 'recommendations-labels' of 'https://github.com/evamilla…
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas authored Mar 10, 2025
2 parents 752dd31 + f8bee19 commit 778c939
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions releases/unreleased/renamed-recommendations-view-labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Renamed recommendations view labels
category: added
author: Eva Millán <[email protected]>
issue: 954
notes: >
The text of the buttons on the recommendations view
was changed to make the actions to be performed clearer.
9 changes: 6 additions & 3 deletions ui/src/components/Recommendations.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,21 +127,24 @@

<v-card-actions class="px-0 mt-4">
<v-btn
class="text-subtitle-2"
color="primary darken-1"
variant="text"
@click.prevent="fetchItem(page + 1)"
>
Skip
Ask again later
</v-btn>
<v-spacer></v-spacer>
<v-btn
class="text-subtitle-2"
color="primary darken-1"
variant="text"
variant="outlined"
@click.prevent="applyRecommendation(false)"
>
Dismiss
Keep separate
</v-btn>
<v-btn
class="text-subtitle-2"
color="primary"
variant="flat"
@click.prevent="applyRecommendation(true)"
Expand Down

0 comments on commit 778c939

Please sign in to comment.