This feature orders the project list shown in the main dashboard by a computed project edited at descendingly. It also removes the prompt count, because (as discussed) it is not important, and the value shown is not consistent with the actual number of prompts the user sees in its draft (and it is difficult to compute because we would have to traverse all the commits to know).
Closes: https://github.com/latitude-dev/latitude-llm/issues/607
This feature orders the project list shown in the main dashboard by a computed project edited at descendingly. It also removes the prompt count, because (as discussed) it is not important, and the value shown is not consistent with the actual number of prompts the user sees in its draft (and it is difficult to compute because we would have to traverse all the commits to know).