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:
parent
e285f2cae9
commit
0e5ec5b86d
@ -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
11
docs/responsive-ui-dev.md
Normal 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)
|
||||
|
Loading…
Reference in New Issue
Block a user