Coder Social home page Coder Social logo

Comments (3)

oparoz avatar oparoz commented on June 16, 2024

So you want to have hundreds of thumbnails on one page and to be able to sort them

There are 3 missing requirements for this to happen:

  1. Stream data about a file as soon as it's collected, so that the view can be built without having to wait until we have information about the whole cloud
  2. Show thumbnails as soon as they're received #29
  3. Implement sorting filters #91

Then, if sorting by folder, we would need some sort of separation between groups of pictures.

  1. and 3) will probably happen at some point, but this request seems to be the only one so far really needing 1).
    It's also possible to do it without it, but it would have to be turned on via a user setting as it would slow down the app too much to be the default behaviour.

from gallery.

oparoz avatar oparoz commented on June 16, 2024

From @osos on March 15, 2015 10:46

Hmm, sounds like this is not straightforward.

But yes, basically I would like a gallery which can be optimized for smart-devices and work ala the Photo-app on iOS. This is especially great for family photos and the like.

from gallery.

oparoz avatar oparoz commented on June 16, 2024

The advantage these native apps have is that they build a database within the app, on the device. So when you load the app, it uses that to quickly build the view.
It's something we can't easily compete with as each user loads the app in a potentially different browser.

from gallery.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.