Skip to content

Conversation

adityathebe
Copy link
Member

@adityathebe adityathebe commented Sep 15, 2025

resolves: #2626

image

Copy link

netlify bot commented Sep 15, 2025

Deploy Preview for goofy-euclid-75956c ready!

Name Link
🔨 Latest commit 8fb06e5
🔍 Latest deploy log https://app.netlify.com/projects/goofy-euclid-75956c/deploys/68c8483c2d3dd60008962d12
😎 Deploy Preview https://deploy-preview-2627--goofy-euclid-75956c.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

vercel bot commented Sep 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
aws-preview Ready Ready Preview Sep 15, 2025 5:15pm
flanksource-ui Ready Ready Preview Sep 15, 2025 5:15pm

Copy link

netlify bot commented Sep 15, 2025

Deploy Preview for flanksource-demo-stable ready!

Name Link
🔨 Latest commit 8fb06e5
🔍 Latest deploy log https://app.netlify.com/projects/flanksource-demo-stable/deploys/68c8483cb6ffde0008819894
😎 Deploy Preview https://deploy-preview-2627--flanksource-demo-stable.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@adityathebe adityathebe requested a review from Copilot September 15, 2025 17:09
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR introduces a new "duration" panel type to the audit report view system, allowing for the display of duration values in nanoseconds formatted as human-readable time periods.

  • Adds a new "duration" panel type to the type system
  • Implements a DurationPanel component that converts nanoseconds to formatted duration strings
  • Integrates the DurationPanel into the existing panel rendering system

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
src/pages/audit-report/types/index.ts Extends PanelResult type to include "duration" as a valid panel type
src/pages/audit-report/components/View/panels/index.ts Exports the new DurationPanel component
src/pages/audit-report/components/View/panels/DurationPanel.tsx Implements the duration panel component with nanosecond-to-duration conversion
src/pages/audit-report/components/View/View.tsx Adds duration panel to imports and rendering logic

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

netlify bot commented Sep 15, 2025

Deploy Preview for clerk-saas-ui ready!

Name Link
🔨 Latest commit 8fb06e5
🔍 Latest deploy log https://app.netlify.com/projects/clerk-saas-ui/deploys/68c8483c92dc760008c9e48a
😎 Deploy Preview https://deploy-preview-2627--clerk-saas-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@moshloop moshloop merged commit 0428631 into main Sep 16, 2025
16 of 18 checks passed
@moshloop moshloop deleted the feat/duration-panel branch September 16, 2025 11:37
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.

View Panel | Duration Type

2 participants