From 989c2db9a762f83f8d657adfcc6d99980ca7d0bf Mon Sep 17 00:00:00 2001 From: Tyreal Gray <tyrealgray@ymail.com> Date: Mon, 24 Sep 2018 18:19:15 +0200 Subject: [PATCH] update interface, remove none clickable button Former-commit-id: 9d596d0721ecea227f0646eaf96c697c6805fea0 [formerly a20d3a6c3b1f63162271a7c7966799c9ff8e3952] Former-commit-id: 4c13830a501cc8f1258a4b149a9d0a5722c53de7 --- README.md | 6 +++--- public/remotedev-app.min.js.REMOVED.git-id | 2 +- views/index.ejs | 6 ++++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index de26a8a..4ae9aff 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ remoteredux-standalone ================ -A standalone monitor, debugging redux even without internet. Based on [`remotedev-server`](https://github.com/zalmoxisus/remotedev-server). +A standalone monitor, debugging redux even without internet. Bridge for communicating with an application remotely via [Redux DevTools extension](https://github.com/zalmoxisus/redux-devtools-extension), [Remote Redux DevTools](https://github.com/zalmoxisus/remote-redux-devtools) or [RemoteDev](https://github.com/zalmoxisus/remotedev). +Based on [remotedev-server](https://github.com/zalmoxisus/remotedev-server).  ### Installation @@ -37,13 +38,12 @@ Then run remoteredux from the terminal ``` $ npm run remoteredux ``` - Or run in your `server.js` script for starting a development server: ```js var remoteredux = require('remoteredux-standalone'); remoteredux({ hostname: 'localhost', port: 8000 }); ``` -This way start remoteredux together with your dev server without electron interface, you will have to use your own browser. +This `server.js` will start remoteredux together with your dev server without electron interface, you will have to use your own browser go into your host address. ### Connection settings diff --git a/public/remotedev-app.min.js.REMOVED.git-id b/public/remotedev-app.min.js.REMOVED.git-id index 29641d8..5eaf71b 100644 --- a/public/remotedev-app.min.js.REMOVED.git-id +++ b/public/remotedev-app.min.js.REMOVED.git-id @@ -1 +1 @@ -91731bb782b650136218d0ba2858eb3ae74d698f \ No newline at end of file +3ba35039a15cf5462179ef25d3fffd4c4bf796e5 \ No newline at end of file diff --git a/views/index.ejs b/views/index.ejs index a2f7689..333f46f 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -22,6 +22,12 @@ #root > div { height: 100%; } + #root > div > div:nth-child(1) { + display: none !important; + } + #root > div > div:nth-child(4) > a:nth-child(6) { + display: none !important; + } </style> </head> <body>