AllAboutLearningPress / Photo-Storage-and-Gallery

Share photo assets with all users in an easy to use gallery with a powerful backend.
3 stars 2 forks source link

Required properties in photo view page #29

Closed AshrafAkon closed 3 years ago

AshrafAkon commented 3 years ago

The following properties are needed on that page.

  1. a big drag and drop area (although the whole page will be file drop zone)
  2. After a file is selected. The drop will reduce to half and it will show the list of files.
  3. The list can be very long (assume 100 images)
  4. A cross button on the right side of the file. (Once click it will remove the file. I am working on this algorithm.) so just place a button there.
  5. A progress bar on the bottom of every item on the file list. It can be a simple div with any background. That will stretch from 0 to 100% of its parent width. Please use minimal js to create this animation. (add animation to width ig) because js will update this once the bytes are sent to the server.
AshrafAkon commented 3 years ago

All of the features are implemented or moved to a different ui/ux.