Skip to content

Commit 2b3630a

Browse files
authored
Fix/show uploaded assets (#6)
* chore: Update uploadWidget styles and functionality - Modified styles in uploadWidget for improved layout and responsiveness. - Introduced new sections for uploaded assets with dynamic rendering of asset cards. - Implemented thumbnail generation for uploaded images and videos. * chore: Update .gitignore
1 parent da43d6c commit 2b3630a

2 files changed

Lines changed: 271 additions & 39 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ Thumbs.db
4545
*.swp
4646
*.swo
4747
*~
48+
.cursor/
4849

4950
# Temporary files
5051
*.tmp
51-
*.temp
52+
*.temp
53+
temp/
54+

0 commit comments

Comments
 (0)