Renamed jetstream team to organization

This commit is contained in:
Constantin Graf
2024-01-21 19:52:19 +01:00
parent 6377df1f44
commit 0a8d958ccc
63 changed files with 461 additions and 329 deletions

View File

@@ -72,12 +72,12 @@ const logout = () => {
<template #content>
<div class="w-60">
<!-- Team Management -->
<!-- Organization Management -->
<div class="block px-4 py-2 text-xs text-gray-400">
Manage Team
</div>
<!-- Team Settings -->
<!-- Organization Settings -->
<DropdownLink :href="route('teams.show', $page.props.auth.user.current_team)">
Team Settings
</DropdownLink>
@@ -86,7 +86,7 @@ const logout = () => {
Create New Team
</DropdownLink>
<!-- Team Switcher -->
<!-- Organization Switcher -->
<template v-if="$page.props.auth.user.all_teams.length > 1">
<div class="border-t border-gray-200 dark:border-gray-600" />
@@ -229,7 +229,7 @@ const logout = () => {
</ResponsiveNavLink>
</form>
<!-- Team Management -->
<!-- Organization Management -->
<template v-if="$page.props.jetstream.hasTeamFeatures">
<div class="border-t border-gray-200 dark:border-gray-600" />
@@ -237,7 +237,7 @@ const logout = () => {
Manage Team
</div>
<!-- Team Settings -->
<!-- Organization Settings -->
<ResponsiveNavLink :href="route('teams.show', $page.props.auth.user.current_team)" :active="route().current('teams.show')">
Team Settings
</ResponsiveNavLink>
@@ -246,7 +246,7 @@ const logout = () => {
Create New Team
</ResponsiveNavLink>
<!-- Team Switcher -->
<!-- Organization Switcher -->
<template v-if="$page.props.auth.user.all_teams.length > 1">
<div class="border-t border-gray-200 dark:border-gray-600" />