Page MenuHomePhabricator

Make TabGroups a standalone UI element
ClosedPublic

Authored by epriestley on Jun 30 2016, 11:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 17, 8:06 PM
Unknown Object (File)
Sat, Dec 14, 5:24 AM
Unknown Object (File)
Thu, Dec 5, 2:07 AM
Unknown Object (File)
Wed, Dec 4, 9:55 AM
Unknown Object (File)
Fri, Nov 29, 9:43 PM
Unknown Object (File)
Fri, Nov 29, 10:16 AM
Unknown Object (File)
Fri, Nov 29, 10:16 AM
Unknown Object (File)
Fri, Nov 29, 9:57 AM
Subscribers
None

Details

Summary

Ref T10628. Currently, tabs are part of ObjectBoxes. However, the code is a bit of a mess and I want to use them in some other contexts, notably the "prose diff" dialog to show "old raw, new raw, diff".

Pull them out, and update Files to use the new stuff. My plan is:

  • Update all callsites to this stuff.
  • Remove the builtin-in ObjectBox integration to simplify ObjectBox a bit.
  • Move forward with T10628.

This is pretty straightforward. A couple of the sigils are a little weird, but I'll update the JS later. For now, the same JS can drive both old and new tabs.

Test Plan

Viewed files, everything was unchanged.

Diff Detail

Repository
rP Phabricator
Branch
tabs1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 12857
Build 16388: Run Core Tests
Build 16387: arc lint + arc unit

Event Timeline

epriestley updated this revision to Diff 38981.
epriestley retitled this revision from to Make TabGroups a standalone UI element.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
  • Slight simplification: require keys to be assigned. This opens up more features later.
chad edited edge metadata.
This revision is now accepted and ready to land.Jul 1 2016, 12:47 AM
This revision was automatically updated to reflect the committed changes.