Skip to content

Eng 567 pr3 version history surfaces#7689

Draft
Vagoasdf wants to merge 17 commits intoENG-567_pr2-saas-config-versionfrom
ENG-567_pr3-version-history-surfaces
Draft

Eng 567 pr3 version history surfaces#7689
Vagoasdf wants to merge 17 commits intoENG-567_pr2-saas-config-versionfrom
ENG-567_pr3-version-history-surfaces

Conversation

@Vagoasdf
Copy link
Contributor

Ticket []

Description Of Changes

Code Changes

Steps to Confirm

Pre-Merge Checklist

  • Issue requirements met
  • All CI pipelines succeeded
  • CHANGELOG.md updated
    • Add a db-migration This indicates that a change includes a database migration label to the entry if your change includes a DB migration
    • Add a high-risk This issue suggests changes that have a high-probability of breaking existing code label to the entry if your change includes a high-risk change (i.e. potential for performance impact or unexpected regression) that should be flagged
    • Updates unreleased work already in Changelog, no new entry necessary
  • UX feedback:
    • All UX related changes have been reviewed by a designer
    • No UX review needed
  • Followup issues:
    • Followup issues created
    • No followup issues
  • Database migrations:
    • Ensure that your downrev is up to date with the latest revision on main
    • Ensure that your downgrade() migration is correct and works
      • If a downgrade migration is not possible for this change, please call this out in the PR description!
    • No migrations
  • Documentation:
    • Documentation complete, PR opened in fidesdocs
    • Documentation issue created in fidesdocs
    • If there are any new client scopes created as part of the pull request, remember to update public-facing documentation that references our scope registry
    • No documentation updates required

@vercel
Copy link
Contributor

vercel bot commented Mar 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
fides-plus-nightly Error Error Mar 18, 2026 6:42pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
fides-privacy-center Ignored Ignored Mar 18, 2026 6:42pm

Request Review

@Vagoasdf Vagoasdf force-pushed the ENG-567_pr2-saas-config-version branch 2 times, most recently from b3ebb01 to 0d2296b Compare March 18, 2026 18:11
connectorType was derived from the RTK Query result, which returns
undefined once pending is cleared (skip: true). The modal condition
active && connectorType would always be falsy, so the modal never
opened in production. Store connectorType directly in active state
so the modal renders independently of the skipped query.
…ig type

If openVersionModal was called with a non-SaaS connection key, the
effect condition never fired and pending stayed set indefinitely,
keeping the hook subscribed to that connection key. Now pending is
always cleared once connection resolves, regardless of whether a
connectorType was found.
The clickable version badge was using a <span> with onClick, requiring
two jsx-a11y eslint-disable comments. Replace with a <button> when
connectionKey is present (keyboard-accessible, correct semantics) and
a plain <span> when no connectionKey is given (non-interactive).
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.

1 participant