diff --git a/assets/supabase/connect-supabase-dark.svg b/assets/supabase/connect-supabase-dark.svg
new file mode 100644
index 0000000..73da0b1
--- /dev/null
+++ b/assets/supabase/connect-supabase-dark.svg
@@ -0,0 +1,23 @@
+
diff --git a/assets/supabase/connect-supabase-light.svg b/assets/supabase/connect-supabase-light.svg
new file mode 100644
index 0000000..ecdd633
--- /dev/null
+++ b/assets/supabase/connect-supabase-light.svg
@@ -0,0 +1,23 @@
+
diff --git a/assets/supabase/supabase-logo-wordmark--dark.svg b/assets/supabase/supabase-logo-wordmark--dark.svg
new file mode 100644
index 0000000..9e96fab
--- /dev/null
+++ b/assets/supabase/supabase-logo-wordmark--dark.svg
@@ -0,0 +1,23 @@
+
diff --git a/assets/supabase/supabase-logo-wordmark--light.svg b/assets/supabase/supabase-logo-wordmark--light.svg
new file mode 100644
index 0000000..60cbc71
--- /dev/null
+++ b/assets/supabase/supabase-logo-wordmark--light.svg
@@ -0,0 +1,23 @@
+
diff --git a/src/components/GitHubConnector.tsx b/src/components/GitHubConnector.tsx
index 71a8033..b37d755 100644
--- a/src/components/GitHubConnector.tsx
+++ b/src/components/GitHubConnector.tsx
@@ -173,11 +173,11 @@ export function GitHubConnector({ appId, folderName }: GitHubConnectorProps) {
if (!settings?.githubAccessToken) {
return (
-
+
{" "}
-
App not found
+ App not found
);
}
return (
-
+
router.history.back()}
variant="outline"
size="sm"
- className="absolute top-4 left-4 flex items-center gap-2 bg-(--background-lightest) py-5"
+ className="absolute top-4 left-4 flex items-center gap-1 bg-(--background-lightest) py-2"
>
-
- Go Back
+
+ Back
-
-
-
{selectedApp.name}
+
+
{/* Overflow Menu in top right */}
-
+
-
+
-
-
-
+
+
+
Rename folder
setIsDeleteDialogOpen(true)}
variant="ghost"
+ size="sm"
+ className="h-8 justify-start text-xs"
>
Delete
@@ -208,38 +215,38 @@ export default function AppDetailsPage() {
-
+
-
+
Created
{new Date().toLocaleString()}
-
+
Last Updated
{new Date().toLocaleString()}
-
+
Path
-
+
{appBasePath.replace("$APP_BASE_PATH", selectedApp.path)}
-
+
appId && navigate({ to: "/chat", search: { id: appId } })
}
- className="cursor-pointer w-full py-6 flex justify-center items-center gap-2 text-lg"
+ className="cursor-pointer w-full py-5 flex justify-center items-center gap-2"
size="lg"
>
Open in Chat
-
+
{appId && settings?.experiments?.enableSupabaseIntegration && (
@@ -249,22 +256,23 @@ export default function AppDetailsPage() {
{/* Rename Dialog */}