diff --git a/assets/images/utils/organization.svg b/assets/images/utils/organization.svg new file mode 100644 index 000000000..d624b2079 --- /dev/null +++ b/assets/images/utils/organization.svg @@ -0,0 +1 @@ + diff --git a/assets/styles/components.scss b/assets/styles/components.scss index f4e89b6f5..12020304f 100644 --- a/assets/styles/components.scss +++ b/assets/styles/components.scss @@ -1133,6 +1133,10 @@ button { font-size: var(--font-size-lg); font-weight: bold; } + + &.no-margin { + margin: 0; + } } .project-list { diff --git a/components/ui/ModalCreation.vue b/components/ui/ModalCreation.vue index 930e59873..37cd53340 100644 --- a/components/ui/ModalCreation.vue +++ b/components/ui/ModalCreation.vue @@ -4,14 +4,6 @@
New projects are created as drafts and can be found under your profile page.
{{ organization.name }}
Organization
@@ -117,12 +125,12 @@ Permissions -
+ This project is managed by {{ props.organization.name }}. The defaults for member + permissions are set in the + + organization settings. You may override them below. +
+ This project is not managed by an organization. If you are the member of any organizations, + you can transfer management to one of them. +
{{ member.user.username }}
{{ member.role }}
+ Please upload a version first in order to select tags! +
+ Select at least one category in order to feature a category. +
- Select at least one category in order to feature a category. -
{{ organization.description }}
You have been invited to join {{ organization.name }}.
+ This page shows you the analytics for your organization's projects. You can see the number + of downloads, page views and revenue earned for all of your projects, as well as the total + downloads and page views for each project by country. +
+ Deleting your organization will transfer all of its projects to the organization owner. This + action cannot be undone. +
+ A organization can only have one 'Owner'. Use the 'Transfer ownership' button below if you + no longer wish to be owner. +
+ Any links you specify below will be overwritten on each of the selected projects. Any you + leave blank will be ignored. You can clear a link from all selected projects using the + trash can button. +
+ Changes will be applied to + {{ selectedProjects.length }} project{{ + selectedProjects.length > 1 ? 's' : '' + }}. +
+ You don't have any projects yet. Click the green button above to begin. +
You can edit multiple projects at once by selecting them below.