feat: Sort packages by last update (#547)

This commit is contained in:
Lachlan Collins
2023-12-24 08:45:45 +11:00
committed by GitHub
parent 622667952a
commit 92211fc5e9
2 changed files with 4 additions and 3 deletions

View File

@@ -32,7 +32,8 @@
bind:query={searchValue}
sortableFields={[
{ identifier: 'stars', title: 'Stars', ascending: false },
{ identifier: 'title', title: 'Name', ascending: true }
{ identifier: 'title', title: 'Name', ascending: true },
{ identifier: 'date', title: 'Date', ascending: false }
]}
searchableFields={['title', 'description']}
facetsConfig={[

View File

@@ -2210,7 +2210,7 @@
},
{
"title": "svelte-hover-draw-svg",
"repository": "https://github.com/davipon/svelte-hover-draw-svg",
"repository": "https://github.com/wd-David/svelte-hover-draw-svg",
"description": "A lightweight Svelte component to draw SVG on hover.",
"npm": "svelte-hover-draw-svg",
"category": "User Interaction",
@@ -2783,7 +2783,7 @@
},
{
"title": "svodals",
"repository": "https://github.com/mavthedev/svodals",
"repository": "https://github.com/chadulous/svodals",
"description": "Cybernatically enhanced modals",
"npm": "@mavthedev/svodals",
"category": "User Interaction",