Open victorlian opened 5 years ago
After spending two days on this, I have come up with the following. There are many components to this issue:
I've managed to create a panel for viewing past commits and can populate it with data. However, I have not been able to populate it with commit data from the graphing.ts class. Currently it looks like the only way to do it is to directly modify the html as done with displaying repositories and branches, which I don't have the capabilities to do.
Feature request:
Add support for tagging commits in the past and/or the current commit that has yet to be pushed. This will allow users to mark important points in their repository for example "v1.0" without needing to search for a certain commit message/checksum. Users should also be able to view the tags on the main page.