Format everything
This commit is contained in:
@@ -14,9 +14,7 @@ const { openInPopup } = useUserSession();
|
||||
<div class="flex flex-col gap-10 items-center justify-center">
|
||||
<div class="flex gap-2 items-center">
|
||||
<NuxtImg src="/ghostwriter-logo.png" class="size-9" />
|
||||
<div
|
||||
class="font-bold text-xl tracking-tight font-fira-code"
|
||||
>
|
||||
<div class="font-bold text-xl tracking-tight font-fira-code">
|
||||
Ghostwriter
|
||||
</div>
|
||||
</div>
|
||||
@@ -25,8 +23,8 @@ const { openInPopup } = useUserSession();
|
||||
Sign in to your account.
|
||||
</div>
|
||||
<div class="text-center">
|
||||
Connect with Strava to automatically add personalized
|
||||
titles and descriptions to your activities.
|
||||
Connect with Strava to automatically add personalized titles and
|
||||
descriptions to your activities.
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
|
||||
@@ -1 +1,19 @@
|
||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
export default eventHandler(() => 'pong')
|
||||
export default eventHandler(() => "pong");
|
||||
|
||||
@@ -44,12 +44,8 @@
|
||||
"name": "preferences_user_id_users_id_fk",
|
||||
"tableFrom": "preferences",
|
||||
"tableTo": "users",
|
||||
"columnsFrom": [
|
||||
"user_id"
|
||||
],
|
||||
"columnsTo": [
|
||||
"id"
|
||||
],
|
||||
"columnsFrom": ["user_id"],
|
||||
"columnsTo": ["id"],
|
||||
"onDelete": "cascade",
|
||||
"onUpdate": "no action"
|
||||
}
|
||||
@@ -59,9 +55,7 @@
|
||||
"preferences_user_id_unique": {
|
||||
"name": "preferences_user_id_unique",
|
||||
"nullsNotDistinct": false,
|
||||
"columns": [
|
||||
"user_id"
|
||||
]
|
||||
"columns": ["user_id"]
|
||||
}
|
||||
},
|
||||
"policies": {},
|
||||
@@ -121,12 +115,8 @@
|
||||
"name": "tokens_user_id_users_id_fk",
|
||||
"tableFrom": "tokens",
|
||||
"tableTo": "users",
|
||||
"columnsFrom": [
|
||||
"user_id"
|
||||
],
|
||||
"columnsTo": [
|
||||
"id"
|
||||
],
|
||||
"columnsFrom": ["user_id"],
|
||||
"columnsTo": ["id"],
|
||||
"onDelete": "cascade",
|
||||
"onUpdate": "no action"
|
||||
}
|
||||
@@ -136,9 +126,7 @@
|
||||
"tokens_user_id_unique": {
|
||||
"name": "tokens_user_id_unique",
|
||||
"nullsNotDistinct": false,
|
||||
"columns": [
|
||||
"user_id"
|
||||
]
|
||||
"columns": ["user_id"]
|
||||
}
|
||||
},
|
||||
"policies": {},
|
||||
|
||||
Reference in New Issue
Block a user