Page MenuHomePhabricator

Implement a rough browse view for tokenizers
ClosedPublic

Authored by epriestley on Apr 16 2015, 8:51 PM.
Tags
None
Referenced Files
F13283478: D12441.id29883.diff
Sun, Jun 2, 3:00 PM
F13273845: D12441.diff
Fri, May 31, 2:49 AM
F13251094: D12441.id.diff
Fri, May 24, 8:01 PM
F13241059: D12441.id29883.diff
Wed, May 22, 6:53 PM
F13240936: D12441.id.diff
Wed, May 22, 5:57 PM
F13240446: D12441.id29857.diff
Wed, May 22, 2:12 PM
F13217320: D12441.diff
Sat, May 18, 4:33 AM
F13216417: D12441.diff
Sat, May 18, 12:41 AM
Subscribers

Details

Summary

Ref T5750. This adds a basic browse view. Design is a bit rough, see T7841 for some screenshots.

Test Plan

Used browse view to add tokens to tokenizers.

Diff Detail

Repository
rP Phabricator
Branch
type12
Lint
Lint Passed
SeverityLocationCodeMessage
Advicesrc/view/control/AphrontTokenizerTemplateView.php:83XHP16TODO Comment
Unit
Tests Passed
Build Status
Buildable 5343
Build 5361: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Implement a rough browse view for tokenizers.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
src/view/control/AphrontTokenizerTemplateView.php
84

Why do you have to give it text or it collapses? We have plenty of iconbuttons (like, in inline comments)

If I remove the text, I get this:

Screen_Shot_2015-04-16_at_1.54.45_PM.png (159×969 px, 21 KB)

Haven't looked into the details.

It looks like inline comments pick up a button height from PHUIButtonBar.

src/view/form/control/AphrontFormTokenizerControl.php
75

asdf

Ah ok, I thought I fixed that back then. I guess I worked around it.

This revision is now accepted and ready to land.Apr 16 2015, 9:18 PM
This revision was automatically updated to reflect the committed changes.