From 526ade448e7e56fb11fc999612af50e6f9b3d9ac Mon Sep 17 00:00:00 2001 From: Alexey Kartashov Date: Mon, 4 Nov 2024 14:53:21 +0100 Subject: [PATCH] improvement(GithubIssues.svelte): Add fixed Argus repo link This commit adds a fixed link visible on every test type to quickly open an issue for Argus itself. Fixes #465 --- frontend/Github/GithubIssues.svelte | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/Github/GithubIssues.svelte b/frontend/Github/GithubIssues.svelte index a2fb0a7d..d860720e 100644 --- a/frontend/Github/GithubIssues.svelte +++ b/frontend/Github/GithubIssues.svelte @@ -300,6 +300,14 @@
  • +
  • + Argus +
  • {#each newIssueDestinations[pluginName] ?? newIssueDestinations[PLUGIN_NAMES.SCT] as destination}