Commit 1b0c3f1
Clear current username during watch interval wait to prevent misleading UI
When using --watch-with-interval, clear the current user from StatusExchange
before starting the wait period between processing cycles. This prevents the
WebUI from displaying a username during the wait, which could mislead users
into thinking a specific user is still being processed.
**Change:**
- Add clear_current_user() call before watch interval wait in run_with_configs()
- Add explanatory comment about UI clarity
**User Experience:**
- Before: WebUI showed last processed user during wait periods
- After: WebUI shows no current user during wait, correctly indicating idle state
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 552db4b commit 1b0c3f1
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| 256 | + | |
| 257 | + | |
256 | 258 | | |
257 | 259 | | |
258 | 260 | | |
| |||
0 commit comments