From c191854ff07e4240100f0f1ce734138ea1fdf714 Mon Sep 17 00:00:00 2001 From: Siddhant Sadangi Date: Fri, 20 Feb 2026 12:10:41 +0100 Subject: [PATCH 1/2] Update st-supabase-connection.json --- components/registry/components/st-supabase-connection.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/registry/components/st-supabase-connection.json b/components/registry/components/st-supabase-connection.json index 1f6cb96..05bdc2b 100644 --- a/components/registry/components/st-supabase-connection.json +++ b/components/registry/components/st-supabase-connection.json @@ -9,7 +9,7 @@ "github": "https://github.com/SiddhantSadangi/st_supabase_connection", "pypi": "st-supabase-connection", "demo": "https://st-supabase-connection.streamlit.app/", - "docs": null + "docs": "https://github.com/SiddhantSadangi/st_supabase_connection/blob/main/README.md" }, "media": { "image": "https://github.com/carolinefrasca/misc_component_images/blob/main/supabase.jpeg?raw=true" @@ -21,5 +21,5 @@ "enabled": true, "notes": null }, - "categories": ["Connections"] + "categories": ["Connections", "Authentication", "Integrations", "Developer tools"] } From 1555569ebde3d4767f1942d7f062aff39eca6ee2 Mon Sep 17 00:00:00 2001 From: Bob Nisco Date: Mon, 23 Feb 2026 08:54:38 -0800 Subject: [PATCH 2/2] Run pre-commit --- components/registry/components/st-supabase-connection.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/components/registry/components/st-supabase-connection.json b/components/registry/components/st-supabase-connection.json index 05bdc2b..83473de 100644 --- a/components/registry/components/st-supabase-connection.json +++ b/components/registry/components/st-supabase-connection.json @@ -21,5 +21,10 @@ "enabled": true, "notes": null }, - "categories": ["Connections", "Authentication", "Integrations", "Developer tools"] + "categories": [ + "Connections", + "Authentication", + "Integrations", + "Developer tools" + ] }