From 6dbcf71c7f8ec1cd59fb80526d031de20351992f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 4 Jul 2025 13:03:03 +0000 Subject: [PATCH 1/4] Initial plan From ed88d496c0306077701c5a12ab08aa7f09bf1af5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 4 Jul 2025 13:08:45 +0000 Subject: [PATCH 2/4] Implement URL title autofill feature for Activity Title field Co-authored-by: horner <6094599+horner@users.noreply.github.com> --- .meteor/packages | 1 + client/main.html | 6 ++- client/main.js | 88 +++++++++++++++++++++++++++++++++++++++ server/main.js | 105 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 199 insertions(+), 1 deletion(-) diff --git a/.meteor/packages b/.meteor/packages index 044a30e..aa9de54 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -25,3 +25,4 @@ hot-module-replacement@0.5.4 # Update code in development without reloading the blaze-hot # Update files using Blaze's API with HMR accounts-base accounts-password +http diff --git a/client/main.html b/client/main.html index 9bf9543..c904bd7 100644 --- a/client/main.html +++ b/client/main.html @@ -140,7 +140,11 @@