Commit Graph

31 Commits

Author SHA1 Message Date
Dan Finlay 57b5f15265 Remove slack link 2017-09-26 10:01:16 -07:00
Dan Finlay 7ed1fe90f8 Fix support link 2017-09-12 15:07:08 -07:00
Dan Finlay ddd559718f Update support link 2017-09-01 11:01:53 -07:00
Dan Finlay e73c7b907a Restore support link 2017-07-27 14:00:09 -07:00
Dan Finlay 1d9fea8654 Fix info page formatting 2017-07-27 13:57:01 -07:00
Dan Finlay a22adec66f Replace ui with responsive-ui 2017-07-24 17:05:07 -07:00
Dan Finlay a4e567ffc5 Add support page link to help page
Also adjust github link to be a new bug link, which goes to the new issue page.
2017-07-17 09:57:16 -07:00
Kevin Serrano f022c7c714 Merge pull request #1603 from MetaMask/AddTokenList
Add popular token list
2017-06-22 17:28:10 -07:00
Kevin Serrano eb7a9d7517
Fix broken malito link. 2017-06-21 15:55:22 -07:00
Dan Finlay 108c4ab2c5 Auto populate token list with popular token balances
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.
2017-06-13 17:53:42 -07:00
Kevin Serrano a37c8f3ed0
Modify FAQ to be more visible. 2017-06-08 16:02:23 -07:00
kumavis aa06183c64 ui - use global.platform for extension interaction 2017-03-31 18:04:13 -07:00
kumavis be88c87b25 extension - prefer extensionizer module 2017-03-30 18:30:24 -07:00
Dan Finlay 3572708fda Fix test to log out despite number of menu items 2017-01-17 16:49:08 -08:00
Dan Finlay 18cf635735 Fix github link on info page 2016-10-31 09:30:55 -07:00
Kevin Serrano a59422c01d
Linting. 2016-10-04 21:50:56 -07:00
Kevin Serrano f7714412e5
Add relevant legal links to help page. 2016-10-04 21:46:33 -07:00
John Weldon d6619a25e9 Fix typo 2016-09-07 14:44:56 -07:00
Dan Finlay 6658bea8d4 Implement some cross-browser practices (#473)
* 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
2016-07-21 10:45:32 -07:00
Dan Finlay 2843459fcf Make info page not chrome dependent 2016-06-30 18:23:05 -07:00
Dan Finlay e55938ed15 First simple version of ui mocker 2016-06-30 18:22:16 -07:00
Frankie ef743499cb Fix for the mailto link 2016-06-24 17:59:58 -07:00
Frankie f0e6411277 Swap out Transat font for Montserrat 2016-06-22 15:35:52 -07:00
Dan Finlay 8fde8a8921 Manually linted 2016-06-21 13:56:04 -07:00
Dan Finlay a08c3bc01b Auto linted 2016-06-21 13:18:32 -07:00
Frankie 1987296af0 Add spacing in line items 2016-06-08 19:08:55 -04:00
Frankie e9407777cc Style up the info screen 2016-06-08 16:43:05 -04:00
Frankie 702dc3b216 Add icons to left side of links, as well as the metmask version and styling 2016-06-08 15:40:42 -04:00
Dan Finlay c88c3ccd81 Fix slack link 2016-04-29 11:41:59 -07:00
Dan Finlay 2dd7bd6bd0 Make account detail view the primary view
- 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.
2016-04-25 12:38:43 -07:00
Dan Finlay d814a45dff Moved UI into repo with its own dependency stack 2016-04-13 15:28:44 -07:00