Skip to content

Conversation

@pranjal-jately-ld
Copy link
Contributor

@pranjal-jately-ld pranjal-jately-ld commented Dec 23, 2025

Description

What does this PR do?

This PR implements bidirectional context synchronization between the Developer Toolbar (in Dev Server Mode) and the Dev Server. Previously, context changes were not synchronized.

Changes:

  • When context changes in the toolbar (via context selector or JSON editor), it now syncs to the dev server via PATCH /dev/projects/{projectKey} API call
  • When context changes in the dev server, it now syncs to the toolbar and updates the active context automatically

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📚 Documentation (changes to documentation only)
  • 🔧 Refactor (code change that neither fixes a bug nor adds a feature)
  • 🎨 Style (formatting, missing semicolons, etc; no production code change)
  • Performance (code change that improves performance)
  • Test (adding missing tests, refactoring tests; no production code change)
  • 🔨 Chore (updating grunt tasks, build process, etc; no production code change)

Screenshots/Videos



Related Jira issue: REL-11387: Update Dev Server Mode context management

@pranjal-jately-ld pranjal-jately-ld changed the title REL-11387: dev server context management feat: REL-11387 dev server context management Dec 23, 2025
@pranjal-jately-ld pranjal-jately-ld marked this pull request as ready for review December 24, 2025 01:18
@pranjal-jately-ld pranjal-jately-ld requested a review from a team as a code owner December 24, 2025 01:18
Copy link
Contributor

@cspath1 cspath1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is looking good! Really excited to see this in place!

@pranjal-jately-ld pranjal-jately-ld merged commit 37b328d into main Jan 2, 2026
4 checks passed
@pranjal-jately-ld pranjal-jately-ld deleted the pjately/REL-11387-dev-server-context-management branch January 2, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants