Page MenuHomePhabricator

More tokens
ClosedPublic

Authored by chad on Jul 4 2016, 1:22 AM.
Tags
None
Referenced Files
F19823196: D16228.diff
Sat, Mar 7, 10:43 AM
F19821529: D16228.diff
Fri, Mar 6, 10:49 PM
F19802893: D16228.id39036.diff
Sun, Mar 1, 7:32 PM
F19802491: D16228.id39036.diff
Sun, Mar 1, 4:59 PM
F19667397: D16228.id39035.diff
Sat, Feb 7, 5:14 PM
F19520892: D16228.diff
Jan 16 2026, 5:20 PM
F19512595: D16228.id.diff
Jan 12 2026, 11:14 PM
F19511682: D16228.id39035.diff
Jan 12 2026, 6:36 AM
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.