feat(audit-trail): implement roles and permissions view#197
Draft
alexruzenhack wants to merge 1 commit into
Draft
feat(audit-trail): implement roles and permissions view#197alexruzenhack wants to merge 1 commit into
alexruzenhack wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
5 Skipped Deployments
|
alexruzenhack
commented
May 20, 2026
0cd2629 to
93de1ae
Compare
15bc5c1 to
8828603
Compare
93de1ae to
1539ce9
Compare
96e99a1 to
9943bea
Compare
msarcev
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of change
This PR adds a view to display the configured roles within an Audit Trail. It decodes the on-chain permission codes into human-readable labels for the Explorer table.
Key Features and Changes
RolesViewto display role configurations in a tabular format.getPermissionNameto translate raw permission codes to readable strings.Screenshot