feat(avatar): DLT-3161 change from clickable to "interactive"#1182
feat(avatar): DLT-3161 change from clickable to "interactive"#1182Brad Paugh (braddialpad) wants to merge 1 commit intonextfrom
Conversation
Wiz Scan Summary
|
| Scanner | Findings |
|---|---|
| - | |
| - | |
| - | |
| - | |
| 35 |
|
| - | |
| Total | 35 |
To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.
💡 Codex ReviewRemoving the scoped slot binding here makes This resolution gives the deprecated ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "Codex (@codex) address that feedback". |
Francis Rupert (francisrupert)
left a comment
There was a problem hiding this comment.
Good as far as I'm concerned. I'm skeptical of Codex's two responses.
Obligatory GIF (super important!)
🛠️ Type Of Change
📖 Jira Ticket
DLT-3161
📖 Description
Renames the
clickableprop onDtAvatartointeractivefor consistency with the broader Dialtone component API. The oldclickableprop is retained as a deprecated backward-compatible fallback via aresolvedInteractivecomputed property that uses nullish coalescing.💡 Context
The
clickablenaming was inconsistent with how other interactive components in Dialtone describe this behavior. Usinginteractiveis more semantically accurate and aligns with the component API standardization effort.📝 Checklist
For all PRs:
For all Vue changes: