Skip to content

Commit 311cd5a

Browse files
committed
explore-filter
1 parent cdf8926 commit 311cd5a

File tree

12 files changed

+664
-0
lines changed

12 files changed

+664
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"filter": "filter",
3+
"title": "Title",
4+
"author": "Author",
5+
"period": "Period",
6+
"reset": "Reset",
7+
"save": "Save",
8+
"sharedDate": "Shared Date",
9+
"updateDate": "Update Date",
10+
"startDate": "Start date",
11+
"endDate": "End date",
12+
"including": "including",
13+
"excluding": "excluding"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"filter": "Filtrar",
3+
"title": "Título",
4+
"author": "Autor",
5+
"period": "Período",
6+
"reset": "Restablecer",
7+
"save": "Guardar",
8+
"sharedDate": "Fecha compartida",
9+
"updateDate": "Fecha de actualización",
10+
"startDate": "Fecha de inicio",
11+
"endDate": "Fecha de fin",
12+
"including": "incluyendo",
13+
"excluding": "excluyendo"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"filter": "フィルター",
3+
"title": "タイトル",
4+
"author": "作者",
5+
"period": "期間",
6+
"reset": "リセット",
7+
"save": "保存",
8+
"sharedDate": "共有日",
9+
"updateDate": "更新日",
10+
"startDate": "開始日",
11+
"endDate": "終了日",
12+
"including": "次を含む",
13+
"excluding": "次を除く"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"filter": "Filtre",
3+
"title": "Başlık",
4+
"author": "Yazar",
5+
"period": "Dönem",
6+
"reset": "Sıfırla",
7+
"save": "Kaydet",
8+
"sharedDate": "Paylaşım Tarihi",
9+
"updateDate": "Güncelleme Tarihi",
10+
"startDate": "Başlangıç tarihi",
11+
"endDate": "Bitiş tarihi",
12+
"including": "dahil",
13+
"excluding": "hariç"
14+
}

features/explore-filter/data.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"title": "Explore Filter",
3+
"description": "Customize project and studio search results with filters on the Search, Explore, and Studio pages.",
4+
"credits": [
5+
{ "username": "Masaabu-YT", "url": "https://scratch.mit.edu/users/Masaabu-YT/" }
6+
],
7+
"type": ["Website"],
8+
"tags": ["New", "Featured"],
9+
"dynamic": true,
10+
"options": [
11+
{
12+
"id": "filter-operation",
13+
"name": "Filter operation",
14+
"type": 4,
15+
"options": [
16+
{
17+
"name": "Hide",
18+
"value": "hide"
19+
},
20+
{
21+
"name": "Blur",
22+
"value": "blur"
23+
}
24+
]
25+
},
26+
{
27+
"id": "keep-settings",
28+
"name": "Keep filter setting even if you change pages",
29+
"type": 1
30+
}
31+
],
32+
"scripts": [
33+
{ "file": "script.js", "runOn": "/explore/*" },
34+
{ "file": "script.js", "runOn": "/search/*" },
35+
{ "file": "script.js", "runOn": "/studios/*" }
36+
],
37+
"styles": [
38+
{ "file": "style.css", "runOn": "/explore/*" },
39+
{ "file": "style.css", "runOn": "/search/*" },
40+
{ "file": "style.css", "runOn": "/studios/*" }
41+
],
42+
"resources": [
43+
{ "name": "filter-icon", "path": "/resources/filter.svg" },
44+
{ "name": "title-icon", "path": "/resources/title.svg" },
45+
{ "name": "user-icon", "path": "/resources/user.svg" },
46+
{ "name": "calendar-icon", "path": "/resources/calendar.svg" }
47+
]
48+
}
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)