Skip to content

feat: add audit page title, subtitle, and CLI snippet #3419

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 9, 2022

Conversation

Kira-Pilot
Copy link
Member

@Kira-Pilot Kira-Pilot commented Aug 8, 2022

resolves #3357

We've begun to scaffold out the Audit Page. The CLI command widget may fluctuate in design down the road; right now, I just wanted to get something in there for MVP, so I'm using our existing CodeExample component. The CLI command is a placeholder rn as we figure out what we actually want.

Large Screens

Screen Shot 2022-08-08 at 3 22 12 PM

Small Screens

Screen Shot 2022-08-08 at 3 54 22 PM

@Kira-Pilot Kira-Pilot requested a review from a team as a code owner August 8, 2022 20:58
@Kira-Pilot Kira-Pilot changed the title Add audit page title, subtitle, and CLI snippet feat: add audit page title, subtitle, and CLI snippet Aug 8, 2022
@Kira-Pilot Kira-Pilot requested a review from presleyp August 8, 2022 21:16
body: "An audit log is a record of events and changes made throughout a system.",
}

export const AuditHelpTooltip: FC = () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good use of component nesting here (tooltips)

Copy link
Contributor

@jsjoeio jsjoeio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!

Copy link
Contributor

@presleyp presleyp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@presleyp
Copy link
Contributor

presleyp commented Aug 8, 2022

The small viewport story doesn't have a small viewport for me, do I need to configure anything?

@Kira-Pilot
Copy link
Member Author

@presleyp hmmm, are you seeing something weird in Chromatic CI (if so, can you post a screenshot?) or do you mean you're having trouble when running locally? The Chromatic CI snapshot looks right to me. In a smaller viewport, the code block containing the CI command can be found under the page title and subtitle as opposed to across from it.

@presleyp
Copy link
Contributor

presleyp commented Aug 8, 2022

I meant Chromatic CI but actually now it looks fine!

@Kira-Pilot Kira-Pilot merged commit e62677e into main Aug 9, 2022
@Kira-Pilot Kira-Pilot deleted the audit-page-scaffolding/kira-pilot branch August 9, 2022 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add audit page header, subheader, and CLI snippet
3 participants