Open kleneway opened 3 weeks ago
JACoB here...
You mentioned me on this issue and I am busy taking a look at it.
I'll continue to comment on this issue with status as I make progress.
JACoB here...
You mentioned me on this issue and I am busy taking a look at it.
I'll continue to comment on this issue with status as I make progress.
Description
In the Todo frontend dashboard, the "Generate Research" button remains disabled (grayed out) when a user navigates from one todo to another while research is being generated. This issue prevents users from initiating research generation on other todos concurrently.
Steps to Reproduce
Expected Behavior
Each todo item should manage its own generate state independently. Navigating to a different todo while generating research on another should allow the "Generate Research" button on the new todo to be enabled and functional.
Actual Behavior
The "Generate Research" button stays disabled on all todos when a user navigates between them during an ongoing research generation process. This is caused by the generate state being managed by a single boolean value that incorrectly affects all todos.
@jacob-ai-bot