Adam Spiers

Results 452 issues of Adam Spiers

Browser JS console gives: ``` Error: Invalid negative value for attribute height="-2" ``` and rendering doesn't work until you reload. This seems to be a recent regression.

bug
easy
web UI

Inside of prompting for a single commit, it should also be able to accept a commit range.

enhancement
web UI

https://www.gnu.org/software/librejs/free-your-javascript.html

enhancement
easy
web UI

When hovering over a commit, all dependent and depending commits should be highlighted, and also the corresponding arrows between them. Similarly when hovering over a line, all dependent and depending...

enhancement
web UI

It should be possible to reverse the effect of clicking the plus icon. For each dependency of the node to be collapsed, if no other node in the graph has...

enhancement
web UI

If there are a lot of new nodes and dependencies, the web page will appear to hang whilst they are being calculated. Adding a spinner (see #28) will go some...

enhancement
web UI

When a commit has a large number of dependencies, it can take a while for the server to respond with the JSON. There should be a spinner displayed to show...

enhancement
easy
web UI

I'm no designer!

enhancement
help wanted
web UI

In debug mode, each time the Flask app reloads itself, a new `logger` handler(?) gets created. So over time, every line logged via `logger` gets duplicated an increasing amount.

bug
web UI