On Fri, Aug 12, 2005 at 05:10:01PM +0200, Wichert Akkerman wrote:
> Nice to see some layout improvements on bugs.debian.org. Here are
> some suggestions for more improvements on the web interface for
> bugs.debian.org (based on #debian-devel discussion).

I was told to input my suggestions on this bug, so here goes :-)

The new pkgreport.cgi page is a huge improvement on what we had earlier, but
I still get confused when there's lots of different headings. What would be
really cool was if they could simply be CSS-tagged with the appropriate tags
and severities, like this:

  <H2 CLASS="outstanding important pending"><a 
name="important_pending"></a>Important bugs - outstanding (2 bugs)</H2>

  and

  <UL class="bugs important pending">
    <li class="patch">

  or, since CSS2 doesn't support negative selectors:

    <li class="nopatch">

  (although I guess there are too many tags for “no”-prefixed versions of
  them all to be realistic)
  
Thus, I could set up a user stylesheet in my UA, containing for instance

  ul.critical:not(.pending) li, ul.serious:not(.pending) li, 
ul.grave:not(.pending) {
    color: red;
  }

highlighting all RC bugs that are not pending in red.
  
Oh, and showing blockers in the pkgreport would be good too. Thanks! :-)

/* Steinar */
-- 
Homepage: http://www.sesse.net/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to