beta #14

Merged
didirus merged 66 commits from beta into release 2025-08-16 21:13:39 +00:00
2 changed files with 0 additions and 8 deletions
Showing only changes of commit 7dffb352d5 - Show all commits
@@ -182,9 +182,6 @@
"collection.button.unfollow-project": { "collection.button.unfollow-project": {
"message": "Unfollow project" "message": "Unfollow project"
}, },
"collection.button.upload-icon": {
"message": "Upload icon"
},
"collection.delete-modal.description": { "collection.delete-modal.description": {
"message": "This will remove this collection forever. This action cannot be undone." "message": "This will remove this collection forever. This action cannot be undone."
}, },
@@ -40,7 +40,6 @@
@change="showPreviewImage" @change="showPreviewImage"
> >
<UploadIcon aria-hidden="true" /> <UploadIcon aria-hidden="true" />
{{ formatMessage(messages.uploadIconButton) }}
</FileInput> </FileInput>
<Button <Button
v-if="!deletedIcon && (previewImage || collection.icon_url)" v-if="!deletedIcon && (previewImage || collection.icon_url)"
@@ -479,10 +478,6 @@ const messages = defineMessages({
id: "collection.label.updated-at", id: "collection.label.updated-at",
defaultMessage: "Updated {ago}", defaultMessage: "Updated {ago}",
}, },
uploadIconButton: {
id: "collection.button.upload-icon",
defaultMessage: "Upload icon",
},
}); });
const data = useNuxtApp(); const data = useNuxtApp();