1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 01:32:42 +01:00
phorge-phorge/src/view/control
vrana b50cdc6e43 Highlight update time in revision list
Summary:
This is another experiment for reducing reviewers response time.
I stole the idea (and colors) from [[ http://www.reviewboard.org/media/screenshots/2009/02/02/dashboard.png | ReviewBoard ]].
I actually quite like it (except when everything is red) and I can image that people will review just to have better color balance.

The code is not production ready for these reasons:

- We load holidays again and again for each revision. I couldn't cache it to static variable because it could persist multiple requests, right?
- I don't know how to expand height to the whole cell (I'm really bad in CSS).
- CSS rules are probably in wrong file.
- We probably want to use different colors.

This is how it looks:
{F16406}

Test Plan: Displayed revision list.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3190
2012-08-20 17:59:13 -07:00
..
AphrontAttachedFileView.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
AphrontCursorPagerView.php Rename "IDPaged" to "CursorPaged", "executeWithPager" to "executeWith[Cursor|Offset]Pager" 2012-08-07 11:54:06 -07:00
AphrontPagerView.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
AphrontTableView.php Highlight update time in revision list 2012-08-20 17:59:13 -07:00
AphrontTokenizerTemplateView.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
AphrontTypeaheadTemplateView.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00
PhabricatorObjectListView.php Make project membership edits use transactions and PHIDs and not be awful 2012-08-07 11:57:38 -07:00
PhabricatorObjectSelectorDialog.php Move files in Phabricator one level up 2012-06-01 12:32:44 -07:00