From 72b9c98a4fa2c0698ca34c56f3829ca5aa825940 Mon Sep 17 00:00:00 2001 From: RoryPTB <47696929+RoryPTB@users.noreply.github.com> Date: Fri, 17 May 2024 11:59:29 +0200 Subject: [PATCH] Targets in table now wrap correctly + button breakpoint handling for small screens --- forge.config.js | 2 +- src/frontend/components/ConfigSub.vue | 45 ++++++++++++++------------- 2 files changed, 25 insertions(+), 22 deletions(-) diff --git a/forge.config.js b/forge.config.js index 2f7b695..005b702 100644 --- a/forge.config.js +++ b/forge.config.js @@ -23,7 +23,7 @@ module.exports = { name: '@electron-forge/maker-squirrel', config: { authors: 'World Meteorological Organization', - iconUrl: 'https://raw.githubusercontent.com/wmo-im/wis2-downloader/main/public/assets/app-icon.ico', + iconUrl: 'https://raw.githubusercontent.com/wmo-im/wis2-downloader-gui/main/public/assets/app-icon.ico', setupIcon: 'public/assets/app-icon.ico', loadingGif: 'public/assets/install-banner.gif' }, diff --git a/src/frontend/components/ConfigSub.vue b/src/frontend/components/ConfigSub.vue index 77967f5..a6c10db 100644 --- a/src/frontend/components/ConfigSub.vue +++ b/src/frontend/components/ConfigSub.vue @@ -97,21 +97,21 @@ - + - +

Topic

No topics are currently active

- +

Sub-Directory

- +

Actions

@@ -129,10 +129,14 @@ - Monitor +

Monitor

+
Remove + @click.stop="confirmRemoval(item.topic, 'active')"> +

Remove

+ + @@ -151,19 +155,19 @@ downloader - + - +

Topic

No topics have been added

- +

Sub-Directory

- +

Actions

@@ -186,10 +190,14 @@ - Activate +

Activate

+
Remove + @click.stop="confirmRemoval(item.topic, 'pending')"> +

Remove

+ + @@ -1099,18 +1107,13 @@ export default defineComponent({