Skip to content

Conversation

@suresh-hashicorp
Copy link
Contributor

Description

Testing & Reproduction steps

Links

PR Checklist

  • updated test coverage
  • external facing docs updated
  • appropriate backport labels added
  • not a security concern

PCI review checklist

  • I have documented a clear reason for, and description of, the change I am making.

  • If applicable, I've documented a plan to revert these changes if they require more than reverting the pull request.

  • If applicable, I've documented the impact of any changes to security controls.

    Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.

@github-actions github-actions bot added the theme/ui Anything related to the UI label Nov 27, 2025
- Convert from classic Ember component to Glimmer component
- Replace Component.extend() with ES6 class syntax
- Use @Tracked decorator for isConfirmation property
- Use @action decorator instead of actions hash
- Replace next() with schedule('afterRender') for clarity
- Replace set() with direct property assignment
- Remove Slotted mixin (not needed in Glimmer)
- Update template to use {{on-insert this.connect}}
- Maintain backward compatibility with no-op change function
@suresh-hashicorp suresh-hashicorp force-pushed the suresh/ui/remove-ember-render-modifier branch from c3d942e to 4525d8a Compare November 28, 2025 04:14
suresh-hashicorp and others added 5 commits November 28, 2025 10:03
* all tests fixed

* code cleanup

* fix minor issue

* adds changelog

* remove redundant fn usage

* fixes assert equal issues

* ppnpm lock update

* avoid crashing on error

* fixes lint issue

* revert

* test change

* fix torii provider baseUrl assertion without changing SSO flow

* linting fix

* route import change

---------

Co-authored-by: Rishabh Gupta <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

theme/ui Anything related to the UI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant