1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-23 02:38:48 +02:00
phorge-phorge/src/applications/differential/view
epriestley 21f0aba701 Use an inline dialog element for inline comments in Differential
Summary:
The current approach of using a modal overlay dialog to create/edit inline
comments is pretty silly. Use an inline textarea instead.

This element isn't perfect and we have some mild modalness issues, but I think
it's better than the silly thing we've got going on right now. We can keep
poking it as people break it.

Test Plan:
  - Created comments; submitted and undid them in empty and nonempty states.
Used undo for nonempty states + cancel.
  - Edited comments; saved and canceled them. Used undo for changed state.
  - Replied to comments; yada yada as above.
  - Deleted comments.
  - Did various modal trickery where I clicked "Reply" on something else with a
dialog already up, this very mildly glitches but I think it's not a big issue.

Reviewers: vrana, btrahan, Makinde, nh

Reviewed By: vrana

CC: aran, epriestley

Maniphest Tasks: T431

Differential Revision: https://secure.phabricator.com/D1716
2012-02-29 14:28:48 -08:00
..
addcomment Ability to add reviewers while requesting review 2012-02-14 15:14:12 -08:00
changesetdetailview Add "buoyant" headers to Differential 2012-02-23 12:26:14 -08:00
changesetlistview Use an inline dialog element for inline comments in Differential 2012-02-29 14:28:48 -08:00
difftableofcontents Factor out DifferentialDiffTableOfContentsView::renderChangesetLink() 2012-01-24 10:42:01 -08:00
inlinecomment Add "overflow: auto" to all comment boxes 2012-02-19 09:07:35 -08:00
inlinecommentedit Use an inline dialog element for inline comments in Differential 2012-02-29 14:28:48 -08:00
localcommits Display local commit information in Differential 2011-08-31 13:49:50 -07:00
primarypane
revisioncomment Unify Maniphest + Differential comment styles 2012-02-24 13:02:35 -08:00
revisioncommentlist Break all old differential comment anchors 2012-02-07 15:19:39 -08:00
revisiondetail Hide auxiliary fields that have no value set 2011-12-16 16:49:45 -08:00
revisionlist Drive differential revision list with custom fields 2012-02-20 05:38:21 -08:00
revisionstats Various statistics about revisions at /differential/stats/revisions/ 2012-02-21 12:13:18 -08:00
revisionupdatehistory Use constants in DifferentialRevisionUpdateHistoryView 2012-02-06 11:24:06 -08:00