slapperwan / gh4a

Github client for Android
Apache License 2.0
1.72k stars 221 forks source link

Support for details tag #581

Open Tunous opened 7 years ago

Tunous commented 7 years ago

https://gist.github.com/ericclemmons/b146fe5da72ca1f706b2ef72a20ac39d

Example:

Summary Hidden text

It 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

Terrance commented 3 months 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?