From 73e46ccac976361c7c3cc0c7ec9b61a577dc2123 Mon Sep 17 00:00:00 2001 From: Alex Lobascio Date: Sat, 30 Nov 2024 00:15:50 -0800 Subject: [PATCH] fix incorrect sub list formatting for markdown github preview tricked me last time! --- docs/config/spinners.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/config/spinners.md b/docs/config/spinners.md index ef6b35189..21bf8aeae 100644 --- a/docs/config/spinners.md +++ b/docs/config/spinners.md @@ -54,18 +54,18 @@ The basic flow: 2. The spinner posts *spinner_\(name\)_active* event 3. The spinner posts *spinner_\(name\)_hit* event -4. Additional switch hits occur - 1. The spinner resets the timeout for another `active_ms:` duration - 2. The spinner posts a *spinner_\(name\)_hit* event for each hit - -5. Switch hits stop and the active delay timer expires - 1. The spinner switches to "inactive" state - 2. The spinner posts *spinner_\(name\)_inactive* event - 3. (Optional) If `idle_ms:` is defined, the spinner sets a timeout for idle_ms duration - -6. (Optional) No switch hits occur and the idle delay timer expires - 1. The spinner posts *spinner_\(name\)_idle* event - 2. The spinner switches to "idle" state +3. Additional switch hits occur + 1. The spinner resets the timeout for another `active_ms:` duration + 2. The spinner posts a *spinner_\(name\)_hit* event for each hit + +4. Switch hits stop and the active delay timer expires + 1. The spinner switches to "inactive" state + 2. The spinner posts *spinner_\(name\)_inactive* event + 3. (Optional) If `idle_ms:` is defined, the spinner sets a timeout for idle_ms duration + +5. (Optional) No switch hits occur and the idle delay timer expires + 1. The spinner posts *spinner_\(name\)_idle* event + 2. The spinner switches to "idle" state ## Optional settings