Skip to content

Conversation

equestrian2296
Copy link
Contributor

No description provided.

className="relative h-20 w-20 cursor-pointer"
{...getRootProps()}
>
<input {...getInputProps()} />
Copy link
Collaborator

Choose a reason for hiding this comment

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

use shadCN input

title="Delete"
>
<FiTrash className="h-5 w-5 text-white" />
</button>
Copy link
Collaborator

Choose a reason for hiding this comment

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

use shadCN buttons

Comment on lines +284 to +296
<svg
className="mt-2 h-10 w-10 animate-bounce text-[#6D28D9]"
fill="none"
stroke="currentColor"
strokeWidth="2"
viewBox="0 0 24 24"
>
<path
strokeLinecap="round"
strokeLinejoin="round"
d="M4 16v2a2 2 0 002 2h12a2 2 0 002-2v-2M7 10l5-5m0 0l5 5m-5-5v12"
/>
</svg>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Create a SVG file instead. Looks like an icon, if possible use lucide.

@abhitrueprogrammer
Copy link
Collaborator

abhitrueprogrammer commented Aug 9, 2025

"@dnd-kit" was installed but updated package json is not added to git tracking!?

@abhitrueprogrammer
Copy link
Collaborator

image center the plus button

@abhitrueprogrammer
Copy link
Collaborator

abhitrueprogrammer commented Aug 9, 2025

image

Add a indicator (eg > symbol) to show that the user can scroll when the area overflows with images. Can add a scrollbar too

@abhitrueprogrammer
Copy link
Collaborator

Disable the delete and drag and drop functionality when the file is uploading

@abhitrueprogrammer
Copy link
Collaborator

image

when the images are uploaded, the buffer of images to be uploaded is cleared but the preview isn't

@abhitrueprogrammer
Copy link
Collaborator

image

highlight the delete button when hovered over

@abhitrueprogrammer
Copy link
Collaborator

image don't show drag to reorder with only 1 image

@abhitrueprogrammer
Copy link
Collaborator

Uploading a pdf and then uploading a image messes up the viewer. Ideally only a pdf or a image should be able to be selected

image

@abhitrueprogrammer
Copy link
Collaborator

Upload a PDF and upload another PDF. Now, there's only 1 pdf visible but when you delete that preview the older pdf file's preview is still underneath it.

@abhitrueprogrammer
Copy link
Collaborator

Closing PR due to inactivity

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