Skip to content
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

Add output explorer #2337

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

hayden-fr
Copy link
Contributor

@hayden-fr hayden-fr commented Jan 24, 2025

┆Issue is synchronized with this Notion page by Unito

@christian-byrne
Copy link
Collaborator

This is extremely high-quality

output-explorer-demo.mp4

src/components/sidebar/tabs/OutputExplorerSidebarTab.vue Outdated Show resolved Hide resolved
Comment on lines +68 to +74
type Item = {
key: string
name: string
type: string
modifyTime: number
size: number
}
Copy link
Collaborator

@christian-byrne christian-byrne Jan 27, 2025

Choose a reason for hiding this comment

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

I think it's best to adjust the associated backend PR to return items using an extension of ResultItem, for consistency.

We can create a more generalized version of the current ResultItemImpl class that excludes properties like nodeId and vhsAdvancedPreviewUrl. This class can serve as a base for both result items and output items.

Then we can move ResultGallery to common components and it can be used by OutputExplorerSidebarTab.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do you mean I need to create a new ResultItemImpl class or just improve the current one is OK?

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.

2 participants