aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/info.js
Commit message (Collapse)AuthorAgeFilesLines
* Replace ui with responsive-uiDan Finlay2017-07-251-8/+2
|
* Add support page link to help pageDan Finlay2017-07-181-2/+8
| | | | Also adjust github link to be a new bug link, which goes to the new issue page.
* Merge pull request #1603 from MetaMask/AddTokenListKevin Serrano2017-06-231-0/+1
|\ | | | | Add popular token list
| * Auto populate token list with popular token balancesDan Finlay2017-06-141-0/+1
| | | | | | | | | | | | | | | | | | Half implements #175 Things to do: - Add ability to add tokens to the list. - Persist the token tab selection (so it is an implicit preference) - Check what's up with the token-tracker polling, it seems like it is not waiting the interval.
* | Fix broken malito link.Kevin Serrano2017-06-221-5/+1
|/
* Modify FAQ to be more visible.Kevin Serrano2017-06-091-10/+9
|
* ui - use global.platform for extension interactionkumavis2017-04-011-14/+10
|
* extension - prefer extensionizer modulekumavis2017-03-311-1/+1
|
* Fix test to log out despite number of menu itemsDan Finlay2017-01-181-1/+1
|
* Fix github link on info pageDan Finlay2016-11-011-1/+1
|
* Linting.Kevin Serrano2016-10-051-3/+3
|
* Add relevant legal links to help page.Kevin Serrano2016-10-051-8/+41
|
* Fix typoJohn Weldon2016-09-081-1/+1
|
* Implement some cross-browser practices (#473)Dan Finlay2016-07-221-3/+4
| | | | | | | | | | | | * Add mozilla plugin key to manifest * Move all chrome references into platform-checking module Addresses #453 * Add chrome global back to linter blacklist * Add tests
* Make info page not chrome dependentDan Finlay2016-07-011-1/+7
|
* First simple version of ui mockerDan Finlay2016-07-011-1/+1
|
* Fix for the mailto linkFrankie2016-06-251-1/+1
|
* Swap out Transat font for MontserratFrankie2016-06-231-9/+3
|
* Manually lintedDan Finlay2016-06-221-1/+0
|
* Auto lintedDan Finlay2016-06-221-72/+69
|
* Add spacing in line itemsFrankie2016-06-091-4/+4
|
* Style up the info screenFrankie2016-06-091-2/+2
|
* Add icons to left side of links, as well as the metmask version and stylingFrankie2016-06-091-34/+76
|
* Fix slack linkDan Finlay2016-04-301-1/+1
|
* Make account detail view the primary viewDan Finlay2016-04-261-1/+1
| | | | | | | | - When unlocking, the first account is now selected by default and displayed as the main view. - There is now a "CHANGE ACCT" button on the detail view to show the accounts list. - Clicking an account from the accounts list now navigates to the detail view and selects that account. - Config/Info screen "back" buttons now fire a new action, `GO_HOME`, which is configured to navigate to the accountDetail view, putting that logic in one place. - When locking and unlocking again, the first account is always displayed, eventually we should persist the selection.
* Moved UI into repo with its own dependency stackDan Finlay2016-04-141-0/+90