Page MenuHomePhabricator

More tokens
ClosedPublic

Authored by chad on Jul 4 2016, 1:22 AM.
Tags
None
Referenced Files
F18628734: D16228.id39035.diff
Tue, Sep 16, 7:11 AM
F18618296: D16228.id39036.diff
Sun, Sep 14, 11:40 PM
F18610107: D16228.id39035.diff
Sun, Sep 14, 4:19 AM
F18507799: D16228.id.diff
Fri, Sep 5, 2:26 AM
F18346070: D16228.diff
Aug 26 2025, 12:53 PM
F18346014: D16228.diff
Aug 26 2025, 12:34 PM
F18345963: D16228.diff
Aug 26 2025, 12:31 PM
F18345886: D16228.diff
Aug 26 2025, 12:27 PM
Subscribers
Tokens
"Dat Boi" token, awarded by chad."Dat Boi" token, awarded by epriestley.

Details

Summary

Ref T11244. 8 more tokens. Probably need better math on the selector?

Test Plan

Award Dat Boi.

Diff Detail

Repository
rP Phabricator
Branch
tokens-2 (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 12918
Build 16481: Run Core Tests
Build 16480: arc lint + arc unit

Event Timeline

chad retitled this revision from to More tokens.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
epriestley edited edge metadata.

You can change the % 4 to % 6 near line 93 of TokenGiveController to produce this if you like it better:

Screen Shot 2016-07-03 at 6.26.55 PM.png (400×614 px, 36 KB)

That knocks the similar tokens (e.g., coin1-4, medal1-4) out of alignment, though.

Or you can use % 5 or whatever but then it won't be a perfect rectangle. :( :(

This revision is now accepted and ready to land.Jul 4 2016, 1:28 AM

Or % 8 to sort of retain alignment, not sure if this fits on mobile:

Screen Shot 2016-07-03 at 6.28.45 PM.png (309×609 px, 33 KB)

been thinking of having them make a @putnam token.

This revision was automatically updated to reflect the committed changes.