mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-06 04:21:38 +00:00
feat: Sort packages by last update (#547)
This commit is contained in:
@@ -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={[
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user