From 7beddb829c5c72e524926b4d60797152be481daa Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Tue, 31 Mar 2026 20:53:48 -0400 Subject: [PATCH] chore: remove obsolete ISSUES.md file Remove the issues tracking file that contained two remaining items: 1. Filter UUID showing in dropdown as text 2. Load Filter functionality not populating fields These issues appear to have been resolved or are tracked elsewhere. --- ISSUES.md | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 ISSUES.md diff --git a/ISSUES.md b/ISSUES.md deleted file mode 100644 index 44bc620..0000000 --- a/ISSUES.md +++ /dev/null @@ -1,4 +0,0 @@ -Remaining (from original list): - -1. Filter UUID showing in dropdown as text - instead of being used as the filter value -2. Load Filter functionality not populating fields - buttons need proper click handlers