Skip to content

Move client-side context to module

Eric Eastwood requested to merge move-client-context-to-module into develop

Move client-side context to module

We want to server-side some things that use context so we need some dummy mocks. Part of https://gitlab.com/gitlab-org/gitter/webapp/merge_requests/1360

It allow us to use context.hasFeature in gitter-web-frame-utils without having to disable eslint errors about importing context outside of the module


As an example we moved frame-utils to a module here, https://gitlab.com/gitlab-org/gitter/webapp/commit/14532cdf99854fe1bde044f29783849176ef02be

Edited by Eric Eastwood

Merge request reports