Open Tunous opened 7 years ago
Just chiming in to add that there seems to be a growing trend for with bug reporting in other repos to copy/paste extended debug information or logs which comes pre-wrapped in a <details>
tag, so as to keep the main post size manageable. In OctoDroid, they then require a ton of scrolling to get past (see issues of e.g. safing/portmaster for somewhat extreme examples).
In the absence of <details>
, perhaps we could have some kind of controls to jump to the next/previous comments?
https://gist.github.com/ericclemmons/b146fe5da72ca1f706b2ef72a20ac39d
Example:
Summary
Hidden textIt could be implemented by replacing the whole tag with clickable link that shows what's inside of it in a pop-up. Similar to what I suggested here: https://github.com/slapperwan/gh4a/issues/237#issuecomment-291015247