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
Unknown Object (File)
Jan 27 2024, 3:31 PM
Unknown Object (File)
Jan 27 2024, 6:21 AM
Unknown Object (File)
Jan 5 2024, 11:52 PM
Unknown Object (File)
Jan 2 2024, 9:55 PM
Unknown Object (File)
Nov 25 2023, 2:32 PM
Unknown Object (File)
Nov 25 2023, 7:54 AM
Unknown Object (File)
Nov 18 2023, 8:41 PM
Unknown Object (File)
Nov 12 2023, 2:22 PM
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.