v1.0.36: eliminate blue flash between setSettings and setState
setState was being called after setRunningEntry, which makes two async global settings calls and takes ~1 second. During that time the button sat in the blue reset state from setSettings. Now setState is called immediately after setSettings, before setRunningEntry, so the blue flash is imperceptibly brief. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"Author": "Pete Marfleet",
|
||||
"Description": "Toggle Notion time tracking for a project with a single button press.",
|
||||
"Name": "Notion Timer",
|
||||
"Version": "1.0.35",
|
||||
"Version": "1.0.36",
|
||||
"SDKVersion": 2,
|
||||
"Software": { "MinimumVersion": "5.0" },
|
||||
"OS": [{ "Platform": "mac", "MinimumVersion": "10.11" }],
|
||||
|
||||
Reference in New Issue
Block a user