diff --git a/src/resources/js/Layouts/AppLayout.vue b/src/resources/js/Layouts/AppLayout.vue index eeeb34d..ee2cff6 100644 --- a/src/resources/js/Layouts/AppLayout.vue +++ b/src/resources/js/Layouts/AppLayout.vue @@ -1,290 +1,325 @@ + + - - + - - - - - - + + + + + + + + + + + + + + - - - - - - - - - {{ $page.props.app_name }} - - - - - - - - - - - - - - - - - Dashboard - - - - - - - Dashboard - + + + + Dashboard + + + Posts + + + Categories + + + Media + + - - - - - - + + + + + + + + {{ $page.props.user.current_team.name }} - - {{ $page.props.user.name }} - {{ $page.props.user.email }} - - - - - Profile - + + + + + + - - API Tokens - - - - - - Log Out - - - - - - - - - Manage Team - - - - - Team Settings - - - - Create New Team - - - - - - - Switch Teams - - - - - - - - {{ team.name }} + + + + + + Manage Team - + + + + Team Settings + + + + Create New Team + + + + + + + Switch Teams + + + + + + + + {{ team.name }} + + + + + + + + + + + + + + + + + + + + + + + + {{ $page.props.user.name }} + + + + + + + + + + + + Manage Account + + + + Profile + + + + API Tokens + + + + + + + + Log Out + - + - - - - - - - - - - - - - - - - - - - {{ $page.props.user.current_team.name }} - - - - - - - - - - - - - - Manage Team - - - - - Team Settings - - - - Create New Team - - - - - - - Switch Teams - - - - - - - - {{ team.name }} - - - - - - - - - - - - - - - - - - - - - {{ $page.props.user.name }} - - - - - - - - - - - - Manage Account - - - - Profile - - - - API Tokens - - - - - - - - Log Out - - - - + + + + + + + + - - - - + + + + + + Dashboard + + + + + + + + + + + + + {{ $page.props.user.name }} + + + {{ $page.props.user.email }} + + + + + + + Profile + + + + API Tokens + + + + + + Log Out + + + + + + + + + Manage Team + + + + + Team Settings + + + + Create New Team + + + + + + + Switch Teams + + + + + + + + {{ team.name }} + + + + + + + + + + + + + + + + + + + + + - - diff --git a/src/resources/js/Layouts/AuthLayout.vue b/src/resources/js/Layouts/AuthLayout.vue new file mode 100644 index 0000000..dfa20e6 --- /dev/null +++ b/src/resources/js/Layouts/AuthLayout.vue @@ -0,0 +1,19 @@ + + + + + + + + + + + + + diff --git a/src/resources/js/Layouts/BaseLayout.vue b/src/resources/js/Layouts/BaseLayout.vue new file mode 100644 index 0000000..dfce5dd --- /dev/null +++ b/src/resources/js/Layouts/BaseLayout.vue @@ -0,0 +1,15 @@ + + + + + + + + + diff --git a/src/resources/js/Layouts/GuestLayout.vue b/src/resources/js/Layouts/GuestLayout.vue new file mode 100644 index 0000000..e1fb686 --- /dev/null +++ b/src/resources/js/Layouts/GuestLayout.vue @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + Dashboard + + + + + Log in + + + + Register + + + + + + + + + + + + + + + +