Skip to content

Persist setting to enable experimental features

Fixes #580 (closed)

How to Test

  • Enable experimental features in the settings page
  • Force refresh the browser
  • Ensure that the experimental features setting is still selected
  • Check local storage in the browser developer tools and ensure that the version of the exospher-save object is 6, and that experimentalFeaturesEnabled:true

Screenshots

No visual changes.

QA Checklist

  • Any changes to 'widgets' in src/Style/Widgets/? If so:
    • Update src/Style/StyleGuide.elm showing example usage of that widget
  • Were any app flags created, modified, or removed? If so:
    • Update config.js and all files in environment-configs/, including docker-config.js
    • Update "Runtime configuration options" documentation in README.md

Post-Merge Checklist

  • Create follow-up issues for anything left over for another merge request
    • If any technical debt is introduced, assign these follow-up issues to the MR submitter
Edited by Julian Pistorius

Merge request reports