1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 01:12:41 +01:00
phorge-phorge/src/applications/multimeter
Chad Little a4784e03ff [Redesign] Add Table, Collapse support to ObjectBox
Summary: Converts most all tables to be directly set via `setTable` to an ObjectBox. I think this path is more flexible design wise, as we can change the box based on children, and not just CSS. We also already do this with PropertyList, Forms, ObjectList, and Header. `setCollapsed` is added to ObjectBox to all children objects to bleed to the edges (like diffs).

Test Plan: I did a grep of `appendChild($table)` as well as searches for `PHUIObjectBoxView`, also with manual opening of hundreds of files. I'm sure I missed 5-8 places. If you just appendChild($table) nothing breaks, it just looks a little funny.

Reviewers: epriestley, btrahan

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D12955
2015-05-20 12:48:43 -07:00
..
application Skeleton for "Multimeter", a performance sampling application 2015-05-01 13:19:43 -07:00
controller [Redesign] Add Table, Collapse support to ObjectBox 2015-05-20 12:48:43 -07:00
data Use PhutilInvalidStateException 2015-05-14 07:53:52 +10:00
garbagecollector Skeleton for "Multimeter", a performance sampling application 2015-05-01 13:19:43 -07:00
storage Support sampling subprocess execution in Multimeter 2015-05-04 10:06:23 -07:00