mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Remove deprecated responsive dev docs
This commit is contained in:
parent
33432afb0c
commit
26ce530f6f
@ -67,7 +67,6 @@ 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)
|
||||
|
@ -1,11 +0,0 @@
|
||||
# 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