Commit graph

6 commits

Author SHA1 Message Date
Richard
0bdb5b4721 Actually save stream settings to local storage
After some refactoring, I lost the code that actually
saved stream settings to local storage.
This commit restores that functionality.
2021-05-05 16:19:43 +01:00
Richard
82a277b04c Cache stream settings in local storage
GPU preview and MJPEG stream settings are now persisted
using localStorage.  The old code that disabled
the stream for local connections now
just sets the initial/default value.

The initialisation of stream settings is now done
in the created() method of streamContent.vue.

I've eliminated the "globalsafetogglepreview" event
in favour of watching the store.
2021-04-27 16:36:55 +01:00
Joel Collins
ef9f257e23 Fixed global state and scrolltotop 2020-11-22 17:01:46 +00:00
Joel Collins
a1ae94792e Cleaned up store and removed unused FoV setting 2020-11-22 16:52:30 +00:00
Joel Collins
f0a312742b Rearranged settings and added LST download 2020-11-18 15:29:33 +00:00
Joel Collins
eff03bfa2c Rearranged main components 2020-10-27 14:52:27 +00:00
Renamed from openflexure_microscope/api/static/src/components/viewComponents/settingsComponents/streamSettings.vue (Browse further)