From mboxrd@z Thu Jan 1 00:00:00 1970 From: andy.doan at linaro.org (Andy Doan) Date: Mon, 3 Oct 2016 13:04:38 -0500 Subject: [PATCHv2 0/2] Collapsible Section Support In-Reply-To: References: <1473717710-31710-1-git-send-email-andy.doan@linaro.org> Message-ID: <4b51cebd-550c-9d6e-86f4-170605e2b5c0@linaro.org> 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, unless you can think of some really slick way to > roll this out to everybody that isn't too invasive. But I'm leaning > toward the, "possible via section name IDs" approach. The difficulty with this is that: 1) we use table-row elements rather than divs for "sections" 2) because of #1, we require some type of java-script logic 3) there doesn't seem to be any support for user-supplied java-script Its all doable, but as I start to look into this the diff is going to grow a little more than you might be expecting.