Skip to content

refactor(webapp): expose startup feature toggle checker via RootContext [WPB-23826]#20587

Merged
screendriver merged 1 commit intodevfrom
feature-toggles
Mar 6, 2026
Merged

refactor(webapp): expose startup feature toggle checker via RootContext [WPB-23826]#20587
screendriver merged 1 commit intodevfrom
feature-toggles

Conversation

@screendriver
Copy link
Member

@screendriver screendriver commented Mar 6, 2026

EpicWPB-23826 [Web] Optimize websocket implementation

Pull Request

Summary

Inject isFeatureToggleEnabled directly into RootProvider context value


Security Checklist (required)

  • External inputs are validated & sanitized on client and/or server where applicable.
  • API responses are validated; unexpected shapes are handled safely (fallbacks or errors).
  • No unsafe HTML is rendered; if unavoidable, sanitization is applied and documented where it happens.
  • Injection risks (XSS/SQL/command) are prevented via safe APIs and/or escaping.

Accessibility (required)

Standards Acknowledgement (required)


Screenshots or demo (if the user interface changed)

Notes for reviewers

  • Trade-offs:
  • Follow-ups (linked issues):
  • Linked PRs (e.g. web-packages):

Inject isFeatureToggleEnabled directly into RootProvider context value
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 6, 2026

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

🔗 Download Full Report Artifact

🧪 Playwright Test Summary

  • Passed: 11
  • Failed: 0
  • Skipped: 3
  • 🔁 Flaky: 0
  • 📊 Total: 14
  • Total Runtime: 89.8s (~ 1 min 30 sec)

@screendriver screendriver added this pull request to the merge queue Mar 6, 2026
Merged via the queue into dev with commit 48d14dc Mar 6, 2026
53 checks passed
@screendriver screendriver deleted the feature-toggles branch March 6, 2026 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants