Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

v9.3.0

Compare
Choose a tag to compare
@gre gre released this 17 Dec 14:30
· 3055 commits to master since this release
0b1c14d
  • disable the generated log file of libcore (node.js)
  • Add logic for apps filtering and sorting.

Typical usage:

const apps = useSortedFilteredApps(
  state.apps,
  { query: searchQuery, installedApps: state.installed, type: "all" },
  { type: "marketcap", order: "asc" }
)