That's a nice addition. It can also be a way to display additional info about any of the chosen (active) buttons. I noticed there's already a "Search" tool tip. Might require a "question mark" icon
Feature Requests
Re: Feature Requests
Re: Feature Requests
Yes a question mark icon would be nice. Now that I know how to do tooltips I'll sprinkle a few all over, including the configuration page
Re: Feature Requests
Thanks, icon looks good. Right now it's only in your repo, and your repo needs to be brought up to date with mine. Do the following:
Code: Select all
git remote add upstream git@127.0.0.1:zlatinb/muwire
git pull upstream master
git push
Re: Feature Requests
Sound good, for linux... Need to find a way to do that in Windows. Didn't set up a tunnel for git.
Re: Feature Requests
Figured out how to propagate the change to the hover menu on the tables. b42
Re: Feature Requests
Have an issue with MuWire after an i2p service restart.
When manually stopping and starting the service (on Windows: sc stop i2p / sc start i2p) everything get reconnected perfectly. All tunnels are working, MuWire/status page shows connections and uploads are resumed. But... "Status" on the main page shows "Connections: Down" so doing a "Search" is not possible. ("Not initialized" error message).
Need to manually stop the plugin from the i2p console, wait about 20 seconds, and start it again. Only then it starts to show connections, making "Search" work again.
When manually stopping and starting the service (on Windows: sc stop i2p / sc start i2p) everything get reconnected perfectly. All tunnels are working, MuWire/status page shows connections and uploads are resumed. But... "Status" on the main page shows "Connections: Down" so doing a "Search" is not possible. ("Not initialized" error message).
Need to manually stop the plugin from the i2p console, wait about 20 seconds, and start it again. Only then it starts to show connections, making "Search" work again.
Re: Feature Requests
Thanks, I've created an issue http://git.idk.i2p/zlatinb/muwire/issues/42 so I don't forget.B0B wrote: ↑29 Mar 2020 16:00 Have an issue with MuWire after an i2p service restart.
When manually stopping and starting the service (on Windows: sc stop i2p / sc start i2p) everything get reconnected perfectly. All tunnels are working, MuWire/status page shows connections and uploads are resumed. But... "Status" on the main page shows "Connections: Down" so doing a "Search" is not possible. ("Not initialized" error message).
Need to manually stop the plugin from the i2p console, wait about 20 seconds, and start it again. Only then it starts to show connections, making "Search" work again.
Re: Feature Requests
question: was a browser tab open on the search page while the router was restarted? If yes, can you try closing all browser tabs which are open with MuWire, then restarting the i2p service?B0B wrote: ↑29 Mar 2020 16:00 Have an issue with MuWire after an i2p service restart.
When manually stopping and starting the service (on Windows: sc stop i2p / sc start i2p) everything get reconnected perfectly. All tunnels are working, MuWire/status page shows connections and uploads are resumed. But... "Status" on the main page shows "Connections: Down" so doing a "Search" is not possible. ("Not initialized" error message).
Need to manually stop the plugin from the i2p console, wait about 20 seconds, and start it again. Only then it starts to show connections, making "Search" work again.