From 13f2f380c4e204a1a89894a511c3d26e0a6aca65 Mon Sep 17 00:00:00 2001 From: "Cole D. Connelly" Date: Sat, 17 Jan 2026 09:43:21 -0600 Subject: [PATCH 1/2] Add hardcoded link to landline site. --- src/views/files/DownloadCategory.vue | 105 +++++++------ src/views/files/Downloads.vue | 214 +++++++++++++++------------ 2 files changed, 177 insertions(+), 142 deletions(-) diff --git a/src/views/files/DownloadCategory.vue b/src/views/files/DownloadCategory.vue index a729b3fb..0ed1ea24 100644 --- a/src/views/files/DownloadCategory.vue +++ b/src/views/files/DownloadCategory.vue @@ -1,65 +1,82 @@ \ No newline at end of file + diff --git a/src/views/files/Downloads.vue b/src/views/files/Downloads.vue index f035222c..2e913172 100644 --- a/src/views/files/Downloads.vue +++ b/src/views/files/Downloads.vue @@ -1,123 +1,141 @@ From 0fc84fddecbc5e674d4b70f5535071ca5f9f4cec Mon Sep 17 00:00:00 2001 From: "Cole D. Connelly" Date: Sat, 17 Jan 2026 09:45:24 -0600 Subject: [PATCH 2/2] Change wording. --- src/views/files/Downloads.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/files/Downloads.vue b/src/views/files/Downloads.vue index 2e913172..32d01012 100644 --- a/src/views/files/Downloads.vue +++ b/src/views/files/Downloads.vue @@ -57,7 +57,7 @@ export default { miscFiles.unshift({ id: "landline", name: "Landline ATC Coordination", - description: "ATC coordination software used by ZAB controllers.", + description: "Virtual ATC coordination software used by controllers.", updatedAt: "2026-01-17T00:00:00Z", redirectUrl: "https://landline.creativeshrimp.dev/", });