Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/parameters-playground
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: coder/parameters-playground
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/parameter-rerendering
Choose a head ref
  • 2 commits
  • 2 files changed
  • 3 contributors

Commits on Jun 11, 2025

  1. fix: preserve parameter form state when owner or code changes

    - Replace random UUID keys with stable parameter name keys to prevent unnecessary component remounting
    - Add hash-based detection for when parameters structure, owner, or code changes significantly
    - Automatically reset form only when changes require it, preserving user input otherwise
    - Fix TypeScript error by using correct rbac_roles property
    
    Co-authored-by: Kira-Pilot <[email protected]>
    blink-so[bot] and Kira-Pilot committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    69345b8 View commit details
    Browse the repository at this point in the history
  2. pass hash to key

    Emyrk committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    e2bfc0e View commit details
    Browse the repository at this point in the history
Loading