From 3daa0067595020770ed69fd79455d6738373d9e6 Mon Sep 17 00:00:00 2001 From: markrz12 Date: Wed, 17 Jan 2024 20:37:51 +0100 Subject: [PATCH] xml delete --- assets/{data-analysis.png => data.png} | Bin blurme/pages/about.py | 2 +- blurme/pages/settings.py | 1 + colors.scheme.xml | 5 ----- debugger.xml | 6 ------ editor.xml | 6 ------ find.xml | 7 ------- ui.lnf.xml | 5 ----- vcs.xml | 16 ---------------- 9 files changed, 2 insertions(+), 46 deletions(-) rename assets/{data-analysis.png => data.png} (100%) delete mode 100644 colors.scheme.xml delete mode 100644 debugger.xml delete mode 100644 editor.xml delete mode 100644 find.xml delete mode 100644 ui.lnf.xml delete mode 100644 vcs.xml diff --git a/assets/data-analysis.png b/assets/data.png similarity index 100% rename from assets/data-analysis.png rename to assets/data.png diff --git a/blurme/pages/about.py b/blurme/pages/about.py index 5d0df1c..4fe3bdf 100644 --- a/blurme/pages/about.py +++ b/blurme/pages/about.py @@ -15,7 +15,7 @@ def about() -> rx.Component: rx.vstack(rx.image(src= "/innovation.png", height = "8em", align = "center"), rx.text("Innowacyjność",as_="b",font_size="1.4em"), rx.text("Naszym głównym celem jest stworzenie innowacyjnego rozwiązania, które nie tylko będzie spełniać potrzeby dzisiejszych czasów, ale również przyczyni się do ochrony prywatności w kontekście współdzielenia zdjęć online.", text_align="center"),), - rx.vstack(rx.image(src= "/data-analysis.png", height = "8em", align = "center"), + rx.vstack(rx.image(src= "/data.png", height = "8em", align = "center"), rx.text("Analiza danych", as_="b",font_size="1.4em"), rx.text("Nasza pasja do analizy i zrozumienia dziedziny przetwarzania danych stanowią fundamenty naszego projektu.", text_align="center"),), style={"align-self": "center", "align-items": "flex-start"}),style={"align-self": "center", "align-items": "flex-start"}, margin_right = "5%", margin_left = "5%"), diff --git a/blurme/pages/settings.py b/blurme/pages/settings.py index e94f06c..c46e09b 100644 --- a/blurme/pages/settings.py +++ b/blurme/pages/settings.py @@ -34,6 +34,7 @@ def settings() -> rx.Component: border=f"1px dotted {color}", padding="1em", width="120%", + max_width = "120%", multiple=True, #accept={ # "image/png": [".png"], diff --git a/colors.scheme.xml b/colors.scheme.xml deleted file mode 100644 index 39308cd..0000000 --- a/colors.scheme.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/debugger.xml b/debugger.xml deleted file mode 100644 index 16f98b3..0000000 --- a/debugger.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/editor.xml b/editor.xml deleted file mode 100644 index 19bd26a..0000000 --- a/editor.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/find.xml b/find.xml deleted file mode 100644 index a3c9f82..0000000 --- a/find.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/ui.lnf.xml b/ui.lnf.xml deleted file mode 100644 index 73792a4..0000000 --- a/ui.lnf.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/vcs.xml b/vcs.xml deleted file mode 100644 index c90ccd4..0000000 --- a/vcs.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - \ No newline at end of file