Re: [PATCHv2 0/2] Collapsible Section Support

2016-10-03 Thread Andy Doan
On 10/03/2016 10:56 AM, Jason A. Donenfeld wrote: > Also, to clarify -- > > The patch for cgit for this should probably be just adding > id="section_name" to the various divs. Then users' stylesheets and js > files can contain the necessary logic for which to hide and when to > hide it. That is,

Re: [PATCHv2 0/2] Collapsible Section Support

2016-10-03 Thread Tim Nordell
On 09/12/2016 05:01 PM, Andy Doan wrote: This series adds hyperlinks to sections and allows them to be collapsed. Changes since v1: - combined these 2 patches into a series Andy Doan (2): ui-repolist: provide hyperlinks on section names ui-repolist: Allow sections to be collapsible

Re: [PATCHv2 0/2] Collapsible Section Support

2016-10-03 Thread Andy Doan
On 10/03/2016 10:56 AM, Jason A. Donenfeld wrote: > Also, to clarify -- > > The patch for cgit for this should probably be just adding > id="section_name" to the various divs. Then users' stylesheets and js > files can contain the necessary logic for which to hide and when to > hide it. That is,

Re: [PATCHv2 0/2] Collapsible Section Support

2016-10-03 Thread Jason A. Donenfeld
Also, to clarify -- The patch for cgit for this should probably be just adding id="section_name" to the various divs. Then users' stylesheets and js files can contain the necessary logic for which to hide and when to hide it. That is, unless you can think of some really slick way to roll this out

Re: [PATCHv2 0/2] Collapsible Section Support

2016-10-03 Thread Jason A. Donenfeld
On Mon, Oct 3, 2016 at 5:44 PM, Andy Doan wrote: > I'll work up a dynamic version this today and throw it on another Linaro > mirror so you can compare the differences. Great! The unicode characters ▶, ▸, ▼, and ▾ might come in handy, depending on how you implement it.