Skip to content
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

Other users' frequencies should be clickable #1

Closed
elfchief opened this issue Sep 24, 2016 · 7 comments
Closed

Other users' frequencies should be clickable #1

elfchief opened this issue Sep 24, 2016 · 7 comments

Comments

@elfchief
Copy link

In the panel where the current users are shown, the current frequency/mode shown for each user should be clickable, with a click setting your own RX's frequency/mode appropriately. This would make for a very nice "wonder what that person is listening to" kind of feature, with very little development effort.

@jks-prv
Copy link
Owner

jks-prv commented Sep 24, 2016

That's a great idea. I'll add it.

On Sep 24, 2016, at 4:16 PM, "J. Grizzard" notifications@github.com wrote:

In the panel where the current users are shown, the current frequency/mode shown for each user should be clickable, with a click setting your own RX's frequency/mode appropriately. This would make for a very nice "wonder what that person is listening to" kind of feature, with very little development effort.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@sm3sgp
Copy link

sm3sgp commented Sep 28, 2016

The new feature works well, thanks!
Is it possible to copy the link in some way, to get it in a url format that is possible to copy? The it would be easy to send a link to a friend to listen in. Example: http://fernebo.sk3w.se:8073/?f=3510cwnz11

@jks-prv
Copy link
Owner

jks-prv commented Sep 28, 2016

Hi.

Another good idea you have. Probably the best I can do is add a URL link icon, i.e.

to the end of the line and add a URL link to that. The existing link has to be a javascript call and can't be a URL link at the same time. If it were only a URL link then when you click it a new connection to the SDR would be opened with that frequency instead of simply a re-tune. Definitely not what you want.

On Sep 29, 2016, at 7:30 AM, Gunnar notifications@github.com wrote:

The new feature works well, thanks!
Is it possible to copy the link in some way, to get it in a url format that is possible to copy? The it would be easy to send a link to a friend to listen in. Example: http://fernebo.sk3w.se:8073/?f=3510cwnz11


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

@sm3sgp
Copy link

sm3sgp commented Sep 28, 2016

Or maybe a separate icon close to the frequency "input" window (right lower corner), to just copy the URL link with what your are listening to. I don't think it need to be connected to what the others are listening to.

@jks-prv
Copy link
Owner

jks-prv commented Sep 28, 2016

Yes, I think you are correct. I think that should be easy.

On Sep 29, 2016, at 8:00 AM, Gunnar notifications@github.com wrote:

Or maybe a separate icon close to the frequency "input" window (right lower corner), to just copy the URL link with what your are listening to. I don't think it need to be connected to what the others are listening to.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

@elfchief
Copy link
Author

You can actually have a button that works for both purposes -- You can use URLs with a # in them, with the various state information after the #. You can then use javascript to both detect changes to the URL in the browser, and to set the browser's URL to match the current listening mode. This means that you could cut & paste the browser's URL to give someone, or have a link in the listening stations list that is both clickable (which will change the URL but not reload the page, as long as only the bit after the # changes), and cut&pasteable.

This stackoverflow comment talks about this kind of setup briefly. I couldn't find a good reference quickly, but a number of pages on 'single page web applications' talk about this technique.

@jks-prv
Copy link
Owner

jks-prv commented Oct 2, 2016

I added a link URL icon after the frequency entry box in the recent v1.8 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants