Commit 27fd2382 authored by Igor Drozdov's avatar Igor Drozdov

Merge branch '209807-add-webide-theming-feature-flag' into 'master'

Add WebIDE Theming Feature Flag

See merge request gitlab-org/gitlab!29412
parents abf209ef 1ac69a5e
......@@ -6,6 +6,10 @@ class IdeController < ApplicationController
include ClientsidePreviewCSP
include StaticObjectExternalStorageCSP
before_action do
push_frontend_feature_flag(:webide_dark_theme)
end
def index
Gitlab::UsageDataCounters::WebIdeCounter.increment_views_count
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment