1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/app
Whymarrh Whitby 6b32e82ac1 Remove "Beta" from welcome messages
More sed magic:

    sed -i.bak 's/MetaMask Beta/MetaMask/' app/_locales/**/messages.json && \
    find app/_locales -name '*.bak' -delete

    sed -i.bak 's/"welcomeBeta"/"welcome"/' app/_locales/**/messages.json && \
    find app/_locales -name '*.bak' -delete
2018-11-20 14:04:50 -03:30
..
accounts/new-account Move setAccountLabel into PreferencesController 2018-05-17 12:57:39 -02:30
components Remove "Beta" from header logo 2018-11-20 14:04:50 -03:30
constants Merge branch 'develop' into develop 2018-10-20 23:48:10 -04:00
css Fix button styling for Create Account Connect (#5787) 2018-11-19 22:46:41 -08:00
ducks Fixes #3425: Better support for batch transactions (#5437) 2018-11-13 13:49:12 -03:30
first-time Fixing translations in first-time init menu (#4969) 2018-08-07 23:27:52 -02:30
helpers Merge pull request #5567 from MetaMask/HowardBraham-develop 2018-10-29 21:47:07 -04:00
higher-order-components Add unit tests 2018-09-19 14:31:10 -07:00
img Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
keychains/hd Merge branch 'develop' into i3725-refactor-send-component- 2018-05-14 11:44:50 -02:30
reducers Fix rounding issue when sending max tokens (#5695) 2018-11-19 16:06:34 -08:00
selectors Fix rounding issue when sending max tokens (#5695) 2018-11-19 16:06:34 -08:00
actions.js Fix rounding issue when sending max tokens (#5695) 2018-11-19 16:06:34 -08:00
app.js Add support for RPC endpoints with custom chain IDs (#5134) 2018-10-26 10:26:43 +02:00
conf-tx.js Switch existing modals from using Notification to Modal. Remove Notification component. Add CancelTransaction modal 2018-09-19 14:31:10 -07:00
conversion-util.js Fix rounding issue when sending max tokens (#5695) 2018-11-19 16:06:34 -08:00
conversion-util.test.js lint 2018-06-29 16:19:45 +08:00
i18n-provider.js Add tOrKey function to I18nProvider 2018-08-23 16:44:44 -07:00
infura-conversion.json Add AUD, HKD, SGD, IDR, PHP to currency conversion list 2017-09-27 11:16:38 -07:00
reducers.js sentry - include app state in ui errors 2018-10-20 03:14:59 -04:00
root.js Stopping wrapping provider children in div; stop wrapping old-ui in provider. 2018-03-29 20:16:45 -02:30
routes.js new confirm add suggested token component 2018-08-06 20:03:49 -04:00
select-app.js Default to the new UI for first time users 2018-11-20 14:04:17 -03:30
selectors.js Default to the new UI for first time users 2018-11-20 14:04:17 -03:30
store.js build - correctly set METAMASK_ENV via envify 2018-04-03 09:51:33 -07:00
token-util.js Fix rounding issue when sending max tokens (#5695) 2018-11-19 16:06:34 -08:00
util.js Add support for RPC endpoints with custom chain IDs (#5134) 2018-10-26 10:26:43 +02:00
welcome-screen.js Remove "Beta" from welcome messages 2018-11-20 14:04:50 -03:30