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

File dialog is too small for video picker #6193

Open
robertknight opened this issue Apr 12, 2024 · 1 comment
Open

File dialog is too small for video picker #6193

robertknight opened this issue Apr 12, 2024 · 1 comment

Comments

@robertknight
Copy link
Member

The file picker currently has a hardcoded height of 25rem. This is too small for when we're displaying videos in the picker. Here there is only room for two and a half items:

Canvas video picker

The breadcrumbs and dialog title use up a lot of vertical space here, so we could free up some by re-arranging / altering those. However we should also just alter the height to use more vertical space if we have it.

@robertknight
Copy link
Member Author

Another thing we could do for videos specifically is switch to a grid-like layout. We don't have a suitable component in our component library yet, so we'd have to make that first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant