[Sprint/Wire] (fix): reload when toggling experiments
closes #897 (closed)
0/3 threads resolved
- Last updated by Marcelo Rivera
61 61 console.log('[app]:: language change', this.minds.user.language, this.minds.language); 62 62 window.location.reload(true); 63 63 } 64 if(this.minds.user.canary) { - Owner
can we fix the spacing?
changed this line in version 2 of the diff
- Developer
fixed!
- Last updated by Marcelo Rivera
61 60 console.log('[app]:: language change', this.minds.user.language, this.minds.language); 62 61 window.location.reload(true); 63 62 } 63 if (this.minds.user.canary) { - Owner
lets remove all changes to this file. I know we hack it for the languages but that is largely temporary.
changed this line in version 3 of the diff
- Developer
I just moved this check to FeaturesService
added 1 commit
- b9c7d422 - (fix): moved canary check on log in to FeaturesService
added MR::Awaiting Review scoped label
added Squad::Yellow scoped label
9 9 10 10 constructor(private session: Session, private router: Router) { 11 11 this._features = window.Minds.features || {}; 12 13 this.session.isLoggedIn((is) => { - Owner
can we remove this? refreshing the entire page is very bad experience for a first login
added MR::Requires Changes scoped label and automatically removed MR::Awaiting Review label
- Owner
@eiennohi did we forget about this? Please follow up with merge requests.