Page MenuHomePhabricator

More tokens
ClosedPublic

Authored by chad on Jul 4 2016, 1:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 12, 12:42 PM
Unknown Object (File)
Fri, Dec 27, 2:45 PM
Unknown Object (File)
Mon, Dec 23, 7:39 PM
Unknown Object (File)
Dec 10 2024, 3:31 AM
Unknown Object (File)
Dec 9 2024, 12:26 PM
Unknown Object (File)
Dec 9 2024, 8:04 AM
Unknown Object (File)
Dec 8 2024, 11:48 PM
Unknown Object (File)
Dec 4 2024, 6:44 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.