Skip to content

Conversation

garland3
Copy link
Owner

No description provided.

@Copilot Copilot AI review requested due to automatic review settings September 27, 2025 18:02
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 fixes the report output by adding display of class labels to the project report interface.

  • Adds class label information to the image metadata display

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

<span><strong>Size:</strong> {formatFileSize(image.size_bytes)}</span>
<span><strong>Type:</strong> {image.content_type || 'Unknown'}</span>
<span><strong>Uploaded:</strong> {new Date(image.created_at).toLocaleString()}</span>
<span><strong>Class Labels:</strong> {classes.map(c => c.name).join(', ') || 'None'}</span>
Copy link

Copilot AI Sep 27, 2025

Choose a reason for hiding this comment

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

The classes variable is not defined in the current scope. This will cause a ReferenceError when the component renders.

Copilot uses AI. Check for mistakes.

@garland3 garland3 merged commit 5428269 into main Sep 27, 2025
9 of 10 checks passed
@garland3 garland3 deleted the fix-report branch September 27, 2025 18:43
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.

1 participant