Browse Source

feat(nc-gui): invite team placeholder

pull/7634/head
Ramesh Mane 6 months ago
parent
commit
94ab523bb4
  1. 9
      packages/nc-gui/components/workspace/CollaboratorsList.vue
  2. 4
      packages/nc-gui/lang/en.json

9
packages/nc-gui/components/workspace/CollaboratorsList.vue

@ -152,6 +152,15 @@ onMounted(async () => {
</NcDropdown>
</div>
</div>
<div class="pt-12 pb-4 flex flex-col items-center gap-6 text-center">
<div class="text-2xl text-gray-800 font-bold">
{{ $t('placeholder.inviteYourTeam') }}
</div>
<div class="text-sm text-gray-700">
{{ $t('placeholder.inviteYourTeamLabel') }}
</div>
<img src="~assets/img/placeholder/invite-team.png" class="!w-[30rem] flex-none" />
</div>
</div>
</div>
</div>

4
packages/nc-gui/lang/en.json

@ -965,7 +965,9 @@
"createTable": "Create your First Table!",
"createTableLabel": "From scratch or import or connect to external database",
"noTokenCreated":"No API Tokens created",
"noTokenCreatedLabel" :"Looks like you haven’t generated any API tokens yet."
"noTokenCreatedLabel" :"Looks like you haven’t generated any API tokens yet.",
"inviteYourTeam": "Invite your team",
"inviteYourTeamLabel": "Fast track your projects by collaborating on them with your team!"
},
"msg": {
"clickToCopyFieldId": "Click to copy Field Id",

Loading…
Cancel
Save