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
epriestley cbd3c0b7ac Add action icons to object list views
Summary:
We have a few interfaces where add "Edit", "Delete" or some other action to a list. Currently, this happens via icons, but these are cumbersome and weird, are inconsistent, can't be workflow'd, are hard to hit on desktops and virtually impossible to hit on mobile, and generally just feel iffy to me. Prominent examples are Projects and Flags. I'd like to try adding an "edit" action to Maniphest (to provide quick edit from list views, basically). It looks like some of Releeph would benefit here, as well.

Instead, provide first-class actions:

{F42978}

They produce targets which my meaty ham-fists can plausibly hit on mobile, too:

{F42979}

(We could do some kind of swipe-to-expose thing eventually, but I think putting them by default is OK?)

Test Plan: Added UIExamples. Checked desktop/mobile.

Reviewers: chad, btrahan, edward

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D5890
2013-05-10 12:57:01 -07:00
..
__tests__ Delete license headers from files 2012-11-05 11:16:51 -08:00
control Update form styles, implement in many places 2013-05-07 14:07:06 -07:00
form Add action icons to object list views 2013-05-10 12:57:01 -07:00
layout Add action icons to object list views 2013-05-10 12:57:01 -07:00
page Fix two IE issues. 2013-05-08 09:41:49 -07:00
phui Add action icons to object list views 2013-05-10 12:57:01 -07:00
widget Hovercard tweaks 2013-04-06 21:16:55 -07:00
AphrontDialogView.php Allow AphrontDialogView to use PhabricatorActionHeaderView 2013-04-09 15:50:48 -07:00
AphrontJavelinView.php Restore merge of phutil_tag. 2013-02-13 14:51:18 -08:00
AphrontNullView.php Restore merge of phutil_tag. 2013-02-13 14:51:18 -08:00
AphrontTagView.php pht() for view and form elements 2013-03-01 15:37:33 -08:00
AphrontView.php Remove all calls to renderSingleView() and deprecate it 2013-03-09 13:52:41 -08:00
viewutils.php pht() for view and form elements 2013-03-01 15:37:33 -08:00