From fbb10344e1513c479d76b04748bcb01a7b8413a9 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 28 Feb 2026 01:30:51 +0100 Subject: [PATCH] Clean UI --- android/app/build.gradle | 2 +- web/components/filters/filters.tsx | 7 +++++-- web/components/optional-profile-form.tsx | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 385389d8..62c0c437 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -8,7 +8,7 @@ android { applicationId "com.compassconnections.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 43 + versionCode 44 versionName "1.10.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { diff --git a/web/components/filters/filters.tsx b/web/components/filters/filters.tsx index fa9a3bbb..1700c9b6 100644 --- a/web/components/filters/filters.tsx +++ b/web/components/filters/filters.tsx @@ -170,10 +170,13 @@ function SelectedFiltersSummary(props: { {selectedFilters.map((filter, idx) => ( {filter.label} - diff --git a/web/components/optional-profile-form.tsx b/web/components/optional-profile-form.tsx index 0b34fff8..d1aef161 100644 --- a/web/components/optional-profile-form.tsx +++ b/web/components/optional-profile-form.tsx @@ -511,7 +511,7 @@ export const OptionalProfileUserForm = (props: {