Skip to content

Commit

Permalink
Minor UI changes because @bascurtiz is complaining too much
Browse files Browse the repository at this point in the history
  • Loading branch information
Marekkon5 committed Aug 24, 2023
1 parent ffaacab commit c410343
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions client/src/components/ManualTag.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
round
size='sm'
color='grey-5'
class='q-ml-xs'
style='margin-left: 5px;'
@click='$1t.url(match.track.url)'
v-if='match.track.url'
></q-btn>
Expand All @@ -55,9 +55,7 @@
<q-item-section>
<q-item-label overline class='text-white'>
<span>{{ match.track.platform.toUpperCase() }}</span>
<span class='q-px-sm'>|</span>
<span :class='accuracyColor(match.accuracy)'>{{ (match.accuracy * 100.0).toFixed(2) }}%</span>
<span v-if='match.reason != "fuzzy"' class='q-px-sm'>|</span>
<span class='q-px-sm' :class='accuracyColor(match.accuracy)'>{{ (match.accuracy * 100.0).toFixed(2) }}%</span>
<span v-if='match.reason != "fuzzy"'>{{ match.reason.toUpperCase() }}</span>
</q-item-label>
<q-item-label class='text-grey-5'>{{ match.track.artists.join(", ") }} - {{ match.track.title }}</q-item-label>
Expand Down

0 comments on commit c410343

Please sign in to comment.