mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
refactor: update button labels for import and export actions
This commit is contained in:
@@ -5,8 +5,8 @@ defineOptions({ name: 'PlayersView' });
|
||||
|
||||
import type { QTableColumn } from 'quasar';
|
||||
import { computed, reactive, ref, watch } from 'vue';
|
||||
import type { Schemas } from '../../../types';
|
||||
import { countryOptions, getCountryLabel } from '../../../shared/countries';
|
||||
import type { Schemas } from '../../../types';
|
||||
import { usePlayersStore } from '../stores/players';
|
||||
|
||||
useHead({ title: 'Players' });
|
||||
@@ -175,14 +175,14 @@ const handleImport = async (event: Event) => {
|
||||
color="secondary"
|
||||
outline
|
||||
icon="file_upload"
|
||||
label="Import JSON"
|
||||
label="Import"
|
||||
@click="triggerImport"
|
||||
/>
|
||||
<QBtn
|
||||
color="secondary"
|
||||
outline
|
||||
icon="file_download"
|
||||
label="Export JSON"
|
||||
label="Export"
|
||||
@click="exportPlayers"
|
||||
/>
|
||||
<input
|
||||
|
||||
Reference in New Issue
Block a user