There are several issues that are not very critical but are great to address when we can: - [x] When we land with branch=.. we should reset the query string, because the branch has already switched, and reloading the page will reswitch it again. - [x] The "Create PR" button unnecessarily triggers redrawing and animation on every git status fetch; that should only be done once. - [x] It is not possible to scroll the Ask AI output; when we scroll, we should stop snapping to the end. - [x] If we have a rep file, it would be good to render the LAST test results when we open it instead of pending results. - [x] When we switch to a branch, the PR is not switched to the commit; it only happens once we click there, which creates some confusion. - [x] There is an issue with loading "named" sessions in ASK AI. We should consider removing named sessions for simplicity or to fix the issue. - [x] Instead of using timestamps in session names, we should use Y-m-d-H-i format for more clarity. - [x] New session should create session without asking for a custom name
There are several issues that are not very critical but are great to address when we can: