1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Add responsive UI dev guide

This commit is contained in:
Dan Finlay 2017-07-03 16:48:45 -07:00
parent e285f2cae9
commit 0e5ec5b86d
2 changed files with 12 additions and 0 deletions

View File

@ -57,6 +57,7 @@ To write tests that will be run in the browser using QUnit, add your test files
- [Publishing Guide](./docs/publishing.md)
- [How to develop an in-browser mocked UI](./docs/ui-mock-mode.md)
- [How to live reload on local dependency changes](./docs/developing-on-deps.md)
- [How to Edit our New Responsive UI](./docs/responsive-ui-dev.md)
- [How to add new networks to the Provider Menu](./docs/adding-new-networks.md)
- [How to manage notices that appear when the app starts up](./docs/notices.md)
- [How to generate a visualization of this repository's development](./docs/development-visualization.md)

11
docs/responsive-ui-dev.md Normal file
View File

@ -0,0 +1,11 @@
# Developing our Responsive UI
To allow parallel development of a new responsive version of our interface, we have forked our `ui` folder into two sub-folders:
- ui/classic (our original extension UI, fixed dimensions)
- ui/responsive (our new, responsive UI)
To visit this new responsive ui while in development mode (`npm start`) simply visit:
[chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/home.html](chrome-extension://ebjbdknjcgcbchkagneicjfpneaghdhb/home.html)