Page MenuHomePhabricator

More tokens
ClosedPublic

Authored by chad on Jul 4 2016, 1:22 AM.
Tags
None
Referenced Files
F15592732: D16228.diff
Sat, May 10, 6:20 AM
F15591005: D16228.id.diff
Fri, May 9, 10:49 PM
F15587703: D16228.diff
Fri, May 9, 12:29 AM
F15583999: D16228.id.diff
Thu, May 8, 1:02 AM
F15519846: D16228.diff
Sun, Apr 20, 12:04 AM
F15505073: D16228.id39035.diff
Mon, Apr 14, 11:40 PM
F15489018: D16228.id39036.diff
Fri, Apr 11, 5:19 AM
F15485216: D16228.id39036.diff
Apr 9 2025, 10:39 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.