aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/mascot.js
Commit message (Collapse)AuthorAgeFilesLines
* Change networks from lock screen.Kevin Serrano2017-02-161-1/+1
|
* Fix fox logo password followingDan Finlay2016-09-091-2/+1
| | | | | | | | The new lightweight svg logo was not following text quite right. The new `lookAt` method was not using the same logic the module was using internally on mouse movement. I simply used that logic and exposed it via the old (expected) API, and got it behaving the way I like.
* Fix new logo related errorsDan Finlay2016-09-091-3/+6
| | | | | | | | | Fixed logo deallocation related bugs, had to patch the logo repo itself to add a stopAnimating method. Also tuned up the logo to more closely resemble the old behavior. - Overlaps the title text - Points nose at cursor, not just front of eyes - Cursor is more "distant" from fox, to avoid extreme angles on edges.
* Fix logo usage for metamask-logo v2.0.0Dan Finlay2016-09-091-14/+3
| | | | | | | | | - No longer need to check for webGL compliance (svg rendered!) - logo.canvas has been replaced with logo.container, since svg doesn't render to canvas but to an element. Otherwise, worked with very little effort!! Fixes #624
* Linting.Kevin Serrano2016-08-241-2/+1
|
* Created option to pass in static file for fallback for logo.Kevin Serrano2016-08-241-3/+5
|
* Modify logic for component update.Kevin Serrano2016-08-201-5/+4
|
* Create replacement logo for non-webglKevin Serrano2016-08-201-2/+8
|
* Manually lintedDan Finlay2016-06-221-1/+0
|
* Auto lintedDan Finlay2016-06-221-8/+6
|
* Moved UI into repo with its own dependency stackDan Finlay2016-04-141-0/+65