feat: Video selection page created

The SelectImageModal component has been refactored so that it can also be used on the video selection page; and all its child components.
Now this component is called SelectionModal and is used both for the image selector and in this new video selection screen.
The assets api has been used to get the videos.
This commit is contained in:
XnpioChV
2023-03-15 11:57:55 -05:00
parent 2a5f6795d3
commit 14504073e0
37 changed files with 1317 additions and 422 deletions

View File

@@ -24,6 +24,7 @@ exports[`SourceCodeModal renders as expected with default behavior 1`] = `
</Button>
}
footerAction={null}
isFullscreenScroll={true}
isOpen={false}
size="xl"
title="Edit Source Code"