From 758b412c36581e5538d5aa7d17d9234bb931e5b3 Mon Sep 17 00:00:00 2001 From: Brais Moure Date: Mon, 4 Nov 2024 10:48:58 +0100 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n=20de=20dependencias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../link_bio/components/ant_components.py | 20 +++++++++---------- link_bio/link_bio/components/footer.py | 10 +++++----- link_bio/requirements.txt | 4 ++-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/link_bio/link_bio/components/ant_components.py b/link_bio/link_bio/components/ant_components.py index b94527bf..ef66d2fa 100644 --- a/link_bio/link_bio/components/ant_components.py +++ b/link_bio/link_bio/components/ant_components.py @@ -1,14 +1,14 @@ -import reflex as rx -from link_bio.styles.colors import Color +# import reflex as rx +# from link_bio.styles.colors import Color -class FloatButton(rx.Component): - library = "antd" - tag = "FloatButton" - icon: rx.Var[rx.el.Img] - href: rx.Var[str] - target = "_blank" - badge = {"dot": True, "color": Color.PRIMARY.value} +# class FloatButton(rx.Component): +# library = "antd" +# tag = "FloatButton" +# icon: rx.Var[rx.el.Img] +# href: rx.Var[str] +# target = "_blank" +# badge = {"dot": True, "color": Color.PRIMARY.value} -float_button = FloatButton.create +# float_button = FloatButton.create diff --git a/link_bio/link_bio/components/footer.py b/link_bio/link_bio/components/footer.py index 07de7a9a..b8cdaadb 100644 --- a/link_bio/link_bio/components/footer.py +++ b/link_bio/link_bio/components/footer.py @@ -3,7 +3,7 @@ import link_bio.constants as const from link_bio.styles.styles import Size, Spacing from link_bio.styles.colors import Color, TextColor -from link_bio.components.ant_components import float_button +# from link_bio.components.ant_components import float_button def footer() -> rx.Component: @@ -46,10 +46,10 @@ def footer() -> rx.Component: href=const.REPO_URL, is_external=True ), - float_button( - icon=rx.image(src="/icons/donate.svg"), - href=const.COFFEE_URL - ), + # float_button( + # icon=rx.image(src="/icons/donate.svg"), + # href=const.COFFEE_URL + # ), align="center", margin_bottom=Size.BIG.value, padding_bottom=Size.VERY_BIG.value, diff --git a/link_bio/requirements.txt b/link_bio/requirements.txt index e076da7c..813dbcd0 100644 --- a/link_bio/requirements.txt +++ b/link_bio/requirements.txt @@ -1,6 +1,6 @@ pip==24.3.1 reflex==0.6.4 python-dotenv==1.0.1 -supabase==2.3.5 +supabase==2.9.1 configcat-client==9.0.4 -pytz==2024.1 \ No newline at end of file +pytz==2024.2 \ No newline at end of file