diff --git a/src/components/CardSetImportModal.vue b/src/components/CardSetImportModal.vue new file mode 100644 index 0000000..310803b --- /dev/null +++ b/src/components/CardSetImportModal.vue @@ -0,0 +1,77 @@ + + + + + Import Set + + + Import a Set by its name + + Set Name + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main.ts b/src/main.ts index 70a7255..d04a78b 100644 --- a/src/main.ts +++ b/src/main.ts @@ -143,10 +143,6 @@ const apiUrl = import.meta.env.PROD ? "/" : `http://${getConfig().API_HOST}:${getConfig().API_PORT}`; -console.log(apiUrl) -console.log(import.meta.env.PROD) -console.log(`http://${getConfig().API_HOST}:${getConfig().API_PORT}`) - const axiosInstance = axios.create({ baseURL: apiUrl, headers: { diff --git a/src/views/set/SetsView.vue b/src/views/set/SetsView.vue index 0d52d2d..7fd3b94 100644 --- a/src/views/set/SetsView.vue +++ b/src/views/set/SetsView.vue @@ -1,4 +1,8 @@ + importModalVisible = args" + /> + + + + + @@ -24,7 +33,9 @@ - + @@ -41,25 +52,26 @@ - {{slotProps.data.name}} + {{ slotProps.data.name }} - - {{ slotProps.data.regionalSets.length }} + + N/A - In total there are {{ sets ? sets.length : 0 }} Card Sets + In total there are {{ sets ? sets.length : 0 }} Card Sets
- {{slotProps.data.name}} + {{ slotProps.data.name }}