Page MenuHomePhabricator

Make the rest of the board drag-and-drop UI mostly work
ClosedPublic

Authored by epriestley on Jan 13 2014, 12:35 AM.
Tags
None
Referenced Files
F15413929: D7942.id17984.diff
Wed, Mar 19, 10:03 PM
F15413198: D7942.id17964.diff
Wed, Mar 19, 5:27 PM
F15406372: D7942.id.diff
Tue, Mar 18, 12:28 PM
F15404184: D7942.id17965.diff
Tue, Mar 18, 6:40 AM
F15400795: D7942.diff
Mon, Mar 17, 2:02 PM
F15312000: D7942.id17964.diff
Thu, Mar 6, 12:57 PM
F15305316: D7942.id.diff
Thu, Mar 6, 2:46 AM
F15304961: D7942.diff
Thu, Mar 6, 2:24 AM
Subscribers

Details

Summary

Ref T1344. Makes the UI/UX a little nicer; still no actual backend stuff. This changes:

  • When you drop an item onto a different column, the item actually moves.
  • Empty columns render with a special CSS class now, but no nodes in the list. This cleans up some JS jankiness. I made the "empty" columns have a light blue background for now. We could put some sort of subtle background image in them instead, or some kind of call to action if it's not redundant with other UI.
Test Plan

{F101208}

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley updated this revision to Unknown Object (????).Jan 13 2014, 12:35 AM
  • Update map after lint.

I can clean up colors/spacing after this lands.