Closed
Bug 1178025
Opened 11 years ago
Closed 11 years ago
Reviews column in commit table should be flex-y
Categories
(MozReview Graveyard :: General, defect)
MozReview Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mconley, Assigned: mconley)
Details
Attachments
(2 files)
As the window expands and contracts, the "Reviews" column should greedily eat up space in the table. It should also have a minimum size so that the entries in the Reviews column are always somewhat visible, despite being truncate-able (since we should do text-overflow: ellipsis on the commit summaries themselves).
PoC: http://jsfiddle.net/4qrz8yav/
| Assignee | ||
Comment 1•11 years ago
|
||
mozreview: make reviews and reviewers columns in commits table more flex-y (bug 1178025); r?mdoglio
Attachment #8626969 -
Flags: review?(mdoglio)
| Assignee | ||
Comment 2•11 years ago
|
||
https://reviewboard.mozilla.org/r/12179/#review10645
::: pylib/mozreview/mozreview/templates/mozreview/commits.html:35
(Diff revision 1)
> - <td class="mozreview_min_length">
> + <td class="diff mozreview_min_length">
Can probably remove mozreview_min_length
::: pylib/mozreview/mozreview/templates/mozreview/commits.html:41
(Diff revision 1)
> - <td class="truncate_text mozreview_min_length">
> + <td class="reviews truncate_text mozreview_min_length">
Can probably remove mozreview_min_length
::: pylib/mozreview/mozreview/templates/mozreview/commits.html:53
(Diff revision 1)
> - <td class="mozreview_min_length">
> + <td class="status mozreview_min_length">
Can probably remove mozreview_min_length
| Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8626969 [details]
MozReview Request: mozreview: make reviews and reviewers columns in commits table more flex-y (bug 1178025); r?mdoglio
mozreview: make reviews and reviewers columns in commits table more flex-y (bug 1178025); r?mdoglio
Comment 4•11 years ago
|
||
https://reviewboard.mozilla.org/r/12177/#review10663
Hey :mconley can you please add a couple of screenshots of the new layout?
| Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(mconley)
| Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8626969 [details]
MozReview Request: mozreview: make reviews and reviewers columns in commits table more flex-y (bug 1178025); r?mdoglio
mozreview: make reviews and reviewers columns in commits table more flex-y (bug 1178025); r?mdoglio
| Assignee | ||
Comment 6•11 years ago
|
||
https://reviewboard.mozilla.org/r/12177/#review10663
Here's a video of me flexing the table: http://www.screencast.com/t/fZkOwYJO
Comment 8•11 years ago
|
||
Comment on attachment 8626969 [details]
MozReview Request: mozreview: make reviews and reviewers columns in commits table more flex-y (bug 1178025); r?mdoglio
https://reviewboard.mozilla.org/r/12179/#review11379
Ship It!
Attachment #8626969 -
Flags: review?(mdoglio) → review+
Comment 9•11 years ago
|
||
Thanks :mconley!
| Assignee | ||
Comment 10•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 11•11 years ago
|
||
mozreview: fix commit table borders (Bug 1178025); r?smacleod
Attachment #8634844 -
Flags: review?(smacleod)
Comment 12•11 years ago
|
||
Comment on attachment 8634844 [details]
MozReview Request: mozreview: fix commit table borders (Bug 1178025); r?smacleod
https://reviewboard.mozilla.org/r/13465/#review12075
Ship It!
Attachment #8634844 -
Flags: review?(smacleod) → review+
Updated•10 years ago
|
Product: Developer Services → MozReview
You need to log in
before you can comment on or make changes to this bug.
Description
•