Giter Site home page Giter Site logo

app sorting about apps HOT 4 CLOSED

electron avatar electron commented on May 19, 2024 8
app sorting

from apps.

Comments (4)

larabih avatar larabih commented on May 19, 2024

Me too, i'm followong the electron new apps. I prefer a "sorted by " option ...

from apps.

zeke avatar zeke commented on May 19, 2024

Good point. We will work on a solution for this. Stay tuned!

from apps.

zeke avatar zeke commented on May 19, 2024

I did some work to collect app submission dates from the git history. It's all here now: https://github.com/electron/electron-apps/blob/master/meta/dates.json

The build process will continue collecting dates for all apps going forward.

When you install this module with npm, the dates are included in the metadata for each app:

yarn global add trymodule && trymodule electron-apps=apps

Then:

apps[0]

Which yields:

{ slug: '1clipboard',
  name: '1Clipboard',
  description: 'A universal clipboard managing app that makes it easy to access your clipboard from anywhere on any device',
  website: 'http://1clipboard.io',
  icon: '1clipboard-icon.png',
  icon32: '1clipboard-icon-32.png',
  icon64: '1clipboard-icon-64.png',
  icon128: '1clipboard-icon-128.png',
  date: '2016-03-31',
  iconColors: [ '#14538b', '#eff0f1', '#6b88a7', '#849cb4', '#8c9cb4' ]
}

Now that we have the data, the next step will be to surface on the website.

from apps.

zeke avatar zeke commented on May 19, 2024

Apps are now sorted by date on the website, with newest submissions at the top. This has been fixed for a while, but I forgot to close the issue here.

from apps.

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.