Masen Furer

Results 72 issues of Masen Furer

Fix #12 There are still some visual issues with the select box itself when too many items are picked. ![image](https://user-images.githubusercontent.com/1524005/102243616-376d2c80-3eb0-11eb-898b-91566faf4fc0.png) I'm still trying to figure it out, but functionally it...

# `autoloadDelay` A new setting is added which controls how frequently to poll for new calls. By default, autoloadDelay is 0 (disabled) and can be turned on via the Settings...

Each call item should have a download link to fetch the .wav file and a sharing link that would directly start playing a particular call

The GUI displays calls that are currently being written to disk by ham2mon, however clicking on these doesn't play them (not sure why yet). It does however mark them as...

It would be ideal if the frequency drop down was a multiselect that could filter on several frequencies. Combined with #8, this could be used to simply and easily monitor...

I would like to leave the page open and automatically hear new calls as they come in.

I'd like to be able to host a semi-public instance of ham2mon for my local club, but I'm not particularly keen on having anyone able to delete all of the...

Hardcoded magic number should be a configurable option: https://github.com/slavik0329/ham2mon-gui/blob/master/server/server.js#L147

set the default for `reflex run` `--env` parameter based on the value in rxconfig.py Fixes #1254

Not quite working yet, because even when `--no-db-auto-revision` is used, it seems to work at first, but then subsequent calls to `app.compile()` don't respect the overridden setting... 🤔