[Files Refactor] Filter and sort by file count (#2744)

* Add filtering on file count
* Add sorting by file count
This commit is contained in:
WithoutPants
2022-07-15 09:29:03 +10:00
parent 5495d72849
commit 461068462c
17 changed files with 85 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ interface IReleaseNotes {
export const releaseNotes: IReleaseNotes[] = [
{
date: 20220707,
date: 20220715,
content: v0170,
},
];