+2
-2
entrypoints/account.content/friends.ts
+2
-2
entrypoints/account.content/friends.ts
······
+78
-1
entrypoints/store.content/discovery.ts
+78
-1
entrypoints/store.content/discovery.ts
······
+9
entrypoints/store.content/index.ts
+9
entrypoints/store.content/index.ts
······
+1
-1
public/json/preferences.json
+1
-1
public/json/preferences.json
+21
-8
utils/api.ts
+21
-8
utils/api.ts
···-export async function iterate(type: "public" | "internal", path: string, startPage: number, endingPage?: number): Promise<any> {+const firstPage: { [key: string]: any } = await (await fetch(config.api.urls[type] + path + 1)).json();
+2
-1
utils/storage.ts
+2
-1
utils/storage.ts
···
+23
-3
utils/utilities.ts
+23
-3
utils/utilities.ts
······