aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/mascot.js
Commit message (Collapse)AuthorAgeFilesLines
* Folder restructure (#6304)Chi Kei Chan2019-03-221-59/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test
* ui - allow optional size for mascotfrankiebee2017-11-011-3/+3
|
* Move responsive ui into its own folder for easier mergesDan Finlay2017-07-211-0/+59
|
* Make folder for responsive UIDan Finlay2017-07-041-59/+0
|
* 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