-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for showing disconnected devices / Removing stale devices #7
Comments
I would like to have a menu for this, similar to the one in Snapdroid, a button with three dots or a hamburger button that opens a context menu with an "about..." option and a "[x] show hidden clients" checkbox. let hide_offline = true; with let hide_offline = false; It should also show a button to remove the clients for each offline client |
@badaix Seems like you're potentially interested in accepting PRs? If so, a few questions:
|
Of course, I'm accepting PRs. General design goals are to keep it small and simple and to run on relevant browsers, including iOS. |
Fixed in v0.6.0 |
When making use of the
Play
button of the Snapweb web client a new client is created and they may end up piling up when using different browsers/devices/sessions so it would be great to be able to add a toggle to display disconnected devices and also have the ability to remove them because having to edit the server.json manually to get rid of them is quite cumbersome.The text was updated successfully, but these errors were encountered: