+16
-2
entrypoints/places.content/index.ts
+16
-2
entrypoints/places.content/index.ts
···
+69
entrypoints/places.content/manage.ts
+69
entrypoints/places.content/manage.ts
···+* Adds a button to the manage page of places allowing users to quickly download their place files from the website.+const editReq: apiTypes.editApiSchema = (await (await fetch(config.api.urls.internal + 'places/edit/', {+throw new Error("[Poly+] There was an error while retrieving the authenticated user's creator authorization token.");+const placeContents = (await (await fetch(`${config.api.urls.public}places/get-place?id=${placeID}&tokenType=creator`, {
+5
utils/api/types.ts
+5
utils/api/types.ts
+2
-1
utils/config.json
+2
-1
utils/config.json
···
+8
-1
utils/storage.ts
+8
-1
utils/storage.ts
···