+1
-1
README.md
+1
-1
README.md
+2
-2
entrypoints/home.content.ts
+2
-2
entrypoints/home.content.ts
······
+4
-1
entrypoints/profile.content/index.ts
+4
-1
entrypoints/profile.content/index.ts
···const data = (await (await fetch(config.api.urls.public + "users/find?username=" + username)).json());···
+74
entrypoints/profile.content/view.ts
+74
entrypoints/profile.content/view.ts
······+calculateBtn.innerHTML = '<span class="text-secondary">Outfit cost unavailable, please try again later</span>';+calculateBtn.innerHTML = `<span class="text-success">${ outfit.cost.toLocaleString() }</span>`;+calculateBtn.innerHTML = '<a class="text-decoration-underline text-success" style="text-decoration-color: rgb(15, 132, 79) !important;">$ calculate avatar cost</a>';+calculateBtn.innerHTML = '<span class="text-secondary">Outfit cost unavailable, please try again later</span>';
+1
-2
entrypoints/store.content/discovery.ts
+1
-2
entrypoints/store.content/discovery.ts
+22
-16
entrypoints/store.content/view.ts
+22
-16
entrypoints/store.content/view.ts
···
+5
-2
utils/storage.ts
+5
-2
utils/storage.ts
······
+4
-2
utils/types.ts
+4
-2
utils/types.ts
······
+26
-18
utils/utilities.ts
+26
-18
utils/utilities.ts
·········