When using the web browser front end to browse the repository I have noticed a couple of issues and suggestions:
- The Navigation Gets Stuck: Browse into a project file history and you cant get back out without clicking on a different project. Clicking the same project to get back to a project file list doesnt work, you stay looking at the file history. Suggest this is fixed, but also make each element of the "$/Project/Project/MyFile.cpp" 'cookie-crumb-trail' at the top of the history list clickable so you can go back through the tree that way.
- Constant Redraw: Clicking a project in the tree refreshes the entire page which is unnecessary, annoying and slow. If I have a long project list, it scrolls the list right to the top each time. Dont understand why, just to make the selected project item bold i suppose. Suggest using DOM to change the text weight rather than redraw the entire page.
Anyway, thanks for listening.