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/layout
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__ Allow PhabricatorMenuView to have items inserted in the middle 2013-02-03 10:02:35 -08:00
AphrontContextBarView.php Restore merge of phutil_tag. 2013-02-13 14:51:18 -08:00
AphrontListFilterView.php Empty list filters won't display if empty 2013-04-02 08:58:18 -07:00
AphrontMiniPanelView.php Restore merge of phutil_tag. 2013-02-13 14:51:18 -08:00
AphrontMoreView.php render_tag -> tag: fix more callsites (more view, misc) 2013-01-31 09:08:02 -08:00
AphrontMultiColumnView.php Add a 7th column to AphrontMultiColumnView 2013-04-06 07:23:59 -07:00
AphrontPanelView.php Restore merge of phutil_tag. 2013-02-13 14:51:18 -08:00
AphrontSideNavFilterView.php Remove all calls to renderSingleView() and deprecate it 2013-03-09 13:52:41 -08:00
AphrontTwoColumnView.php Phriction Redesign 2013-04-11 15:05:50 -07:00
PhabricatorActionHeaderView.php PHUIIconView 2013-04-19 17:44:20 -07:00
PhabricatorActionListView.php Action Menu (mobile) 2013-04-09 12:42:03 -07:00
PhabricatorActionView.php Add action icons to object list views 2013-05-10 12:57:01 -07:00
PhabricatorAnchorView.php Remove all calls to renderSingleView() and deprecate it 2013-03-09 13:52:41 -08:00
PhabricatorCrumbsView.php Add action icons to object list views 2013-05-10 12:57:01 -07:00
PhabricatorCrumbView.php Refresh Feed Design 2013-04-13 09:09:42 -07:00
PhabricatorFileLinkListView.php Restore merge of phutil_tag. 2013-02-13 14:51:18 -08:00
PhabricatorFileLinkView.php Conpherence - make the files widget purdy-ish 2013-03-15 23:41:36 -07:00
PhabricatorHeaderView.php Add space in header tags 2013-03-30 10:10:30 -07:00
PhabricatorMenuItemView.php Add action icons to object list views 2013-05-10 12:57:01 -07:00
PhabricatorMenuView.php Remove all calls to renderSingleView() and deprecate it 2013-03-09 13:52:41 -08:00
PhabricatorObjectItemListView.php Use ObjectItemListView for Maniphest 2013-03-23 14:38:01 -07:00
PhabricatorObjectItemView.php Add action icons to object list views 2013-05-10 12:57:01 -07:00
PhabricatorPinboardItemView.php Add action icons to object list views 2013-05-10 12:57:01 -07:00
PhabricatorPinboardView.php Remove all calls to renderSingleView() and deprecate it 2013-03-09 13:52:41 -08:00
PhabricatorProfileHeaderView.php Remove all calls to renderSingleView() and deprecate it 2013-03-09 13:52:41 -08:00
PhabricatorPropertyListView.php Group inline transactions in Pholio 2013-03-09 19:23:50 -08:00
PhabricatorSourceCodeView.php Line count can be set for paste 2013-03-14 10:51:34 -07:00
PhabricatorTagView.php Hovercard front-end code & stuff 2013-04-05 08:44:53 -07:00
PhabricatorTimelineEventView.php Add action icons to object list views 2013-05-10 12:57:01 -07:00
PhabricatorTimelineView.php Remove all calls to renderSingleView() and deprecate it 2013-03-09 13:52:41 -08:00
PhabricatorTransactionView.php Remove all calls to renderSingleView() and deprecate it 2013-03-09 13:52:41 -08:00
PhabricatorWorkboardView.php PHUIIconView 2013-04-19 17:44:20 -07:00
PhabricatorWorkpanelView.php PhabricatorActionHeaderView v0 2013-04-05 07:40:27 -07:00