mprib / reviver

desktop client for long form LLM interaction
MIT License
1 stars 0 forks source link

conversation list view maintains selection on refresh #74

Closed mprib closed 1 year ago

mprib commented 1 year ago

Need to distinguish between creating a new conversation and refreshing the active conversation. Refreshing active conversation should not necessarily redo the list view contents, though adding a new conversation should, and the active conversation should be selected.

Perhaps the fix is just as simple as ensuring that the active conversation is always selected on refresh. Should be a quick fix to get into, but I need to put this down at the moment...