You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
persistent feature flags, language and plugin directory support (#3355)
* make feature flags persistent and add change callback
add flag to pull language directory dynamically
* add static default languages array from bundled directory version
* fix tests
* rename directory in preparation for adding plugin directory
* remove old language directory attempt and clean up
* add plugin directory support
* add directory.plugin.url to public flags
* switch evaluator url source based on if language directory is enabled
* add missing plugin directory fields
* fix weird build error
* revert unintentional change to ChatBox.tsx
* fix featureSelector bug
unmodified flags will now give their default value when selected
* fix formatting
* fix conductor's eval take
* remove fetchLanguages effect from ControlBarChapterSelect
* move packages to sourceacademy namespace
---------
Co-authored-by: Martin Henz <[email protected]>
0 commit comments