From 7220f90351694642691b7616b01294e82626f6be Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 21 Nov 2023 22:19:42 -0800 Subject: [PATCH] Marked SaveButton todo as complete --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06beb5e..fb8cfc2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To load the Tampermonkey script: ## Wishlist / Todo [] Bidcap for any row (only bid up to X for this county) [] Sitewide bidcap (if any county bid exceeds X only bid up to X) - [] Save button to persist changes (instead of waiting for refresh code to run) + [x] Save button to persist changes (instead of waiting for refresh code to run) [x] Save settings to local storage [x] Retrieve settings from local storage [x] Inject div @@ -34,6 +34,7 @@ To load the Tampermonkey script: [x] Store tie values for statistical analysis over time. [] Implement tieCounty code [x] Auto login if on signin page + [x] Add verticle scroll overflow to awLog div [] Figure out session timout/no longer refreshing/ not loaded issue (screensaver?, tab no focus?, os?, browser?)