From 6bf8c82898ddab7c6738780624ac9b45dc5f5db9 Mon Sep 17 00:00:00 2001 From: Talisson Costa Date: Tue, 17 Mar 2026 11:24:45 -0300 Subject: [PATCH 1/3] feat: add Code References to project integrations page (#6915) Add Code References as an external integration entry on the Integrations page, linking to the documentation. This increases visibility of the feature which was previously only discoverable via docs. Co-Authored-By: Claude Opus 4.6 --- frontend/common/stores/default-flags.ts | 9 +++++++++ .../web/static/images/integrations/code-references.svg | 1 + 2 files changed, 10 insertions(+) create mode 100644 frontend/web/static/images/integrations/code-references.svg diff --git a/frontend/common/stores/default-flags.ts b/frontend/common/stores/default-flags.ts index de011ae06e58..0ef078a6f1d5 100644 --- a/frontend/common/stores/default-flags.ts +++ b/frontend/common/stores/default-flags.ts @@ -28,6 +28,15 @@ const defaultFlags = { 'perEnvironment': false, 'title': 'Backstage', }, + 'code-references': { + 'description': + 'Integrate with Code References to track feature flag usage in your codebase, and unlock new functionality in Flagsmith', + 'docs': 'https://docs.flagsmith.com/managing-flags/code-references', + 'external': true, + 'image': '/static/images/integrations/code-references.svg', + 'perEnvironment': false, + 'title': 'Code References', + }, 'datadog': { 'description': 'Sends events to Datadog for when flags are created, updated and removed. Logs are tagged with the environment they came from e.g. production.', diff --git a/frontend/web/static/images/integrations/code-references.svg b/frontend/web/static/images/integrations/code-references.svg new file mode 100644 index 000000000000..2bd4641dca6d --- /dev/null +++ b/frontend/web/static/images/integrations/code-references.svg @@ -0,0 +1 @@ + \ No newline at end of file From 1ec9baebaa97fbccc67a4ba4f2f5908eb4f56d51 Mon Sep 17 00:00:00 2001 From: Talisson Costa Date: Tue, 17 Mar 2026 19:17:28 -0300 Subject: [PATCH 2/3] fix: add trailing newline to code-references SVG Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/web/static/images/integrations/code-references.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web/static/images/integrations/code-references.svg b/frontend/web/static/images/integrations/code-references.svg index 2bd4641dca6d..c5910abd53db 100644 --- a/frontend/web/static/images/integrations/code-references.svg +++ b/frontend/web/static/images/integrations/code-references.svg @@ -1 +1 @@ - \ No newline at end of file + From 953004175a7e5f0c1ff0516b825e02469fb04a0e Mon Sep 17 00:00:00 2001 From: Talisson Costa Date: Thu, 19 Mar 2026 09:45:22 -0300 Subject: [PATCH 3/3] =?UTF-8?q?fix:=20address=20PR=20review=20=E2=80=94=20?= =?UTF-8?q?add=20missing=20period=20and=20fix=20icon=20for=20dark=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use #6C757D grey for the code-references icon stroke so it's visible on both light and dark theme backgrounds. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/common/stores/default-flags.ts | 2 +- frontend/web/static/images/integrations/code-references.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/common/stores/default-flags.ts b/frontend/common/stores/default-flags.ts index 0ef078a6f1d5..7bd8d4415353 100644 --- a/frontend/common/stores/default-flags.ts +++ b/frontend/common/stores/default-flags.ts @@ -30,7 +30,7 @@ const defaultFlags = { }, 'code-references': { 'description': - 'Integrate with Code References to track feature flag usage in your codebase, and unlock new functionality in Flagsmith', + 'Integrate with Code References to track feature flag usage in your codebase, and unlock new functionality in Flagsmith.', 'docs': 'https://docs.flagsmith.com/managing-flags/code-references', 'external': true, 'image': '/static/images/integrations/code-references.svg', diff --git a/frontend/web/static/images/integrations/code-references.svg b/frontend/web/static/images/integrations/code-references.svg index c5910abd53db..fd038c2a4d79 100644 --- a/frontend/web/static/images/integrations/code-references.svg +++ b/frontend/web/static/images/integrations/code-references.svg @@ -1 +1 @@ - +