diff --git a/nuxt4/app/app.vue b/nuxt4/app/app.vue index d58f565..0d640f8 100644 --- a/nuxt4/app/app.vue +++ b/nuxt4/app/app.vue @@ -20,11 +20,15 @@ - - - - - + + +
+ + + + +
+
diff --git a/nuxt4/app/components/auth/ActionButtons.vue b/nuxt4/app/components/auth/ActionButtons.vue deleted file mode 100644 index 5840f22..0000000 --- a/nuxt4/app/components/auth/ActionButtons.vue +++ /dev/null @@ -1,64 +0,0 @@ - - - diff --git a/nuxt4/app/components/auth/LoginButton.vue b/nuxt4/app/components/auth/LoginButton.vue new file mode 100644 index 0000000..b02a705 --- /dev/null +++ b/nuxt4/app/components/auth/LoginButton.vue @@ -0,0 +1,19 @@ + + + diff --git a/nuxt4/app/components/auth/LogoutButton.vue b/nuxt4/app/components/auth/LogoutButton.vue new file mode 100644 index 0000000..193012d --- /dev/null +++ b/nuxt4/app/components/auth/LogoutButton.vue @@ -0,0 +1,21 @@ + + + diff --git a/nuxt4/app/components/auth/ProfileButton.vue b/nuxt4/app/components/auth/ProfileButton.vue new file mode 100644 index 0000000..11d81ff --- /dev/null +++ b/nuxt4/app/components/auth/ProfileButton.vue @@ -0,0 +1,20 @@ + + + diff --git a/nuxt4/app/components/auth/SessionStatusButton.vue b/nuxt4/app/components/auth/SessionStatusButton.vue new file mode 100644 index 0000000..68b6465 --- /dev/null +++ b/nuxt4/app/components/auth/SessionStatusButton.vue @@ -0,0 +1,21 @@ + + + diff --git a/nuxt4/app/components/auth/StatusBadges.vue b/nuxt4/app/components/auth/StatusBadges.vue deleted file mode 100644 index b99eee5..0000000 --- a/nuxt4/app/components/auth/StatusBadges.vue +++ /dev/null @@ -1,46 +0,0 @@ - - -