feat(audit-trail): register routes and enhance layout for result view#194
Open
alexruzenhack wants to merge 3 commits into
Open
feat(audit-trail): register routes and enhance layout for result view#194alexruzenhack wants to merge 3 commits into
alexruzenhack wants to merge 3 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
5 Skipped Deployments
|
alexruzenhack
commented
May 20, 2026
| {type && ( | ||
| <div className="flex flex-row items-center gap-xxs"> | ||
| <span className="text-headline-sm text-iota-neutral-10 dark:text-iota-neutral-92"> | ||
| <span className="dark:text-iota-neutral-92 text-headline-sm text-iota-neutral-10"> |
Contributor
Author
There was a problem hiding this comment.
Only a style class sorting.
alexruzenhack
commented
May 20, 2026
60d6c24 to
c507da9
Compare
e4f8537 to
a8d51b0
Compare
138c266 to
5e2dc5d
Compare
a8d51b0 to
fe4d32a
Compare
fe4d32a to
36e6683
Compare
5e2dc5d to
912d43f
Compare
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 registers the routing for the Audit Trail feature and updates the
PageHeaderto support the new "Audit Trail" badge type.Key Features and Changes
/audit-trail/:idroute mapping to the newAuditTrailResultcomponent.PageHeaderandSideBySidePanelsto support the specific layout requirements of the Audit Trail view.How the change has been tested
Navigate to
/audit-trail/0xa4925f5346f863e359111b96ba33002b219bfcc9386f73ee429fbb96998e25fband verify the page wrapper loads correctly without crashing.