@edgedev/create-edge-app 1.0.57 → 1.0.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/app.vue CHANGED
@@ -169,7 +169,7 @@ const menuItems = [
169
169
  <!-- possible breadcrumbs -->
170
170
  </div>
171
171
  <div>
172
- <edge-user-menu :title="orgName" button-class="w-8 h-8" icon-class="w-6 h-6" />
172
+ <edge-user-menu v-if="edgeFirebase.user.loggedIn" :title="orgName" button-class="w-8 h-8" icon-class="w-6 h-6" />
173
173
  </div>
174
174
  </div>
175
175
  <NuxtPage keepalive />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgedev/create-edge-app",
3
- "version": "1.0.57",
3
+ "version": "1.0.59",
4
4
  "description": "Create Edge Starter App",
5
5
  "bin": {
6
6
  "create-edge-app": "./bin/cli.js"
@@ -2,8 +2,8 @@
2
2
  </script>
3
3
 
4
4
  <template>
5
- <div class="flex w-full h-full align-center items-center overflow-y-auto">
6
- <edge-auth type="login" class="p-8 mx-auto max-w-lg w-full">
5
+ <div class="flex w-full h-full align-center items-center">
6
+ <edge-auth type="login" class="p-8 mx-auto max-w-lg w-full h-full max-h-[530px] overflow-y-auto">
7
7
  <div class="grid gap-2 text-center">
8
8
  <h1 class="text-2xl font-bold">
9
9
  Login
@@ -3,8 +3,8 @@ const config = useRuntimeConfig()
3
3
  </script>
4
4
 
5
5
  <template>
6
- <div class="flex w-full h-full align-center overflow-y-auto">
7
- <edge-auth type="register" :registration-code="config.public.registrationCode" class="p-8 mx-auto max-w-lg w-full">
6
+ <div class="flex w-full h-full align-center items-center">
7
+ <edge-auth type="register" :registration-code="config.public.registrationCode" class="p-8 mx-auto max-w-lg w-full h-full max-h-[760px] overflow-y-auto">
8
8
  <div class="grid gap-2 text-center">
9
9
  <h1 class="text-2xl font-bold">
10
10
  Sign Up