Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ui - allow optional size for mascot | frankiebee | 2017-11-01 | 1 | -3/+3 |
| | |||||
* | Move responsive ui into its own folder for easier merges | Dan Finlay | 2017-07-21 | 1 | -0/+59 |
| | |||||
* | Make folder for responsive UI | Dan Finlay | 2017-07-04 | 1 | -59/+0 |
| | |||||
* | Change networks from lock screen. | Kevin Serrano | 2017-02-16 | 1 | -1/+1 |
| | |||||
* | Fix fox logo password following | Dan Finlay | 2016-09-09 | 1 | -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 errors | Dan Finlay | 2016-09-09 | 1 | -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.0 | Dan Finlay | 2016-09-09 | 1 | -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 Serrano | 2016-08-24 | 1 | -2/+1 |
| | |||||
* | Created option to pass in static file for fallback for logo. | Kevin Serrano | 2016-08-24 | 1 | -3/+5 |
| | |||||
* | Modify logic for component update. | Kevin Serrano | 2016-08-20 | 1 | -5/+4 |
| | |||||
* | Create replacement logo for non-webgl | Kevin Serrano | 2016-08-20 | 1 | -2/+8 |
| | |||||
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -1/+0 |
| | |||||
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -8/+6 |
| | |||||
* | Moved UI into repo with its own dependency stack | Dan Finlay | 2016-04-14 | 1 | -0/+65 |