# Ideas for new features Collection and base for discussion. We can create new issues if we decide to implement them: - [ ] Time lapse: Slider to visiualize the time flow: Nodes are filtered by the time they were added. This way the thought process can be visualized in time - [ ] Grouping nodes: E.g. on selection by adding colored/named rectangulares in the background behind them - [ ] Highlighting invalid git revisions, e.g. branch/tag does no longer exist (this might need a server to client notification to notify about git changes) - [ ] Add cut/copy/paste support in flow editor ### Git Graph view - [x] Display tags and branch heads in the commit list, requires #83, done in #86 - [x] Include diff of the commit below the message #95 - [ ] Allow checking out a commit
Ideas for new features
Collection and base for discussion. We can create new issues if we decide to implement them:
Git Graph view