Open
Bug 1346640
Opened 9 years ago
Updated 5 years ago
signature summary visual overhaul
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
NEW
People
(Reporter: lonnen, Unassigned)
References
(Blocks 1 open bug)
Details
Adrian started some visual improvements to the signature summary to make better use of whitespace:
* https://github.com/mozilla/socorro/pull/3692
* https://bugzilla.mozilla.org/show_bug.cgi?id=1345504
Peter also recently changed it to remember expanded columns:
* https://bugzilla.mozilla.org/show_bug.cgi?id=1344862
Both of these are improvements, and reveal a larger set of problems to fix here. I'm going to put it all here. Maybe it can be done in one PR. If someone picks it up, this can also become a tracker bug.
Problems:
.tab-inner-panel's header, .footnote, and .content elements do not have the same minimum width as the table inside .content
when the page width is too small for two columns, a single column should fill the whole width
there is no minimum width on the .body element. possibly should be a fixed width. This is a problem across the site, and this may not be the right place to address it
.tab-inner-panel elements should collapse to n-entries instead of totally collapsing, expanding to show the whole table, where n is probably 6 (to accommodate uptime range)
the order or .tab-inner-panel elements should be checked and possibly rearranged. this may require talking to users
You need to log in
before you can comment on or make changes to this bug.
Description
•