Page MenuHomePhabricator

Dashboard panel CSS fixes
ClosedPublic

Authored by chad on Jun 3 2014, 4:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 7:32 AM
Unknown Object (File)
Wed, Apr 24, 10:44 PM
Unknown Object (File)
Apr 4 2024, 2:24 PM
Unknown Object (File)
Mar 3 2024, 1:38 AM
Unknown Object (File)
Mar 3 2024, 1:37 AM
Unknown Object (File)
Mar 3 2024, 1:37 AM
Unknown Object (File)
Mar 3 2024, 1:37 AM
Unknown Object (File)
Feb 11 2024, 10:14 PM
Subscribers

Details

Reviewers
epriestley
Commits
Restricted Diffusion Commit
rP389a88d4bc07: Dashboard panel CSS fixes
Summary

Fixes a couple of spacing issues on object-lists

Test Plan

Test some object lists, desktop, mobile

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

chad retitled this revision from to Dashboard panel CSS fixes.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
  • add code for grippable

I'm just hiding the grippable stuff for now, assume we can fix that down the road if people want it (there were many other bugs with it).

epriestley edited edge metadata.

I think the grippable stuff is important, can you file an issue with bugs instead of hiding it?

This revision now requires changes to proceed.Jun 3 2014, 1:10 PM
chad edited edge metadata.
  • remove grippable code
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jun 3 2014, 7:08 PM

There is already a task, I'll dig it up. Basically anytime you drag and drop a task, it's UI defaults are "Workboard" and not necessarily the UI you were working on.

chad updated this revision to Diff 22304.

Closed by commit rP389a88d4bc07 (authored by @chad).

Ohh, this is drag-and-dropping tasks in panels? I don't think that's important. We can disable it properly in the panel renderer rather than just hiding it in CSS, though.

oh, is there a place I can override PHUIObjectListView at a PanelRendering level?

Maybe! I forget if I wrote it yet or not.