-
I'm trying to build a custom record action. Specifically, I want to add an icon to impersonate users. I'm designing it along the lines of https://github.com/KABBOUCHI/nova-impersonate. I have a few questions. 1) Adding the record action to the resource table definitionI've created an
Am I missing a better way to handle this? I feel like the 2) Record action UIThis is what it looks like once added: Not too bad, but it needs a bit of spacing and alignment. I'm thinking I'm happy to provide PRs. I first just wanted to make sure I was on the right path, wasn't missing anything obvious, and that you'd be open to consider these changes. Thanks for such an awesome admin tool! Excited about where this is going. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey! Yes, we'd accept PRs for the styling fix and an |
Beta Was this translation helpful? Give feedback.
Hey! Yes, we'd accept PRs for the styling fix and an
addRecordActions()
method that merges the existing actions array instead of replacing it.