1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/development
Chi Kei Chan 31175625b4 Folder restructure (#6304)
* 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
2019-03-21 20:33:30 -02:30
..
notices Fix UI Dev Mode for Tx Approval 2017-02-20 23:33:21 -08:00
states mascara - remove from project (#6283) 2019-03-12 11:17:21 -02:30
tools Add JSDocs Page and Script 2018-04-12 14:46:05 -07:00
announcer.js eslint --fix . 2018-07-02 18:49:33 -04:00
auto-changelog.sh Add rollback script, move auto-changelog script (#6252) 2019-03-20 09:48:50 -02:30
backGroundConnectionModifiers.js Fix bug in test mock signature request methods. 2018-07-11 13:37:26 -02:30
genStates.js Speed up genStates script by using built-in require fn 2018-11-20 14:04:50 -03:30
index.html development - fix ui dev 2017-09-29 11:50:24 -07:00
metamaskbot-build-announce.js mascara - remove from project (#6283) 2019-03-12 11:17:21 -02:30
mock-dev.js Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
mockExtension.js eslint --fix . 2018-07-02 18:49:33 -04:00
README.md add READMEs to folders, re #3427 2018-03-14 15:33:22 +02:00
rollback.sh Add rollback script, move auto-changelog script (#6252) 2019-03-20 09:48:50 -02:30
run-version-bump.js eslint --fix . 2018-07-02 18:49:33 -04:00
selector.js eslint --fix . 2018-07-02 18:49:33 -04:00
sentry-publish.js CI - Allow sourcemap uploads to sentry for empty version (#5403) 2018-10-10 10:24:25 -04:00
sourcemap-validator.js development - enhancement for sourcemap validator tool (#6277) 2019-03-11 09:55:43 -07:00
states.json continue rename selectedAccount to selectedAddress 2017-01-30 15:25:12 -08:00
test.html tests - integration - get flat and mascara tests closer to compatible 2017-09-13 20:25:27 -07:00
ui-dev.js Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
uiStore.js Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
verify-locale-strings.js development tools - fix i18n verify tool 2018-11-04 22:18:30 -05:00
version-bump.js Version 5.0.3 (#5785) 2018-11-20 08:34:14 -10:00

Development

Several files which are needed for developing on(!) MetaMask.

Usually each files contains information about its scope / usage.