refactor(ui): better remove, delete icons, and select components
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
v-tippy="{ theme: 'tooltip' }"
|
||||
icon="remove_circle_outline"
|
||||
color="red"
|
||||
:title="$t('delete')"
|
||||
:title="$t('action.remove')"
|
||||
class="hidden group-hover:inline-flex"
|
||||
data-testid="delete_history_entry"
|
||||
@click.native="$emit('delete-entry')"
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
data-testid="clear_history"
|
||||
:disabled="history.length === 0"
|
||||
icon="clear_all"
|
||||
:title="$t('clear_all')"
|
||||
:title="$t('action.clear_all')"
|
||||
@click.native="confirmRemove = true"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
v-tippy="{ theme: 'tooltip' }"
|
||||
icon="remove_circle_outline"
|
||||
color="red"
|
||||
:title="$t('delete')"
|
||||
:title="$t('action.remove')"
|
||||
class="group-hover:inline-flex hidden"
|
||||
data-testid="delete_history_entry"
|
||||
@click.native="$emit('delete-entry')"
|
||||
|
||||
Reference in New Issue
Block a user