From 74f31a723a98826852d44c5780219ae0c226dd65 Mon Sep 17 00:00:00 2001 From: Nathan Lamy Date: Tue, 19 Aug 2025 18:36:07 +0200 Subject: [PATCH] feat: add sync status --- app/components/home/index.tsx | 2 +- app/components/settings/index.tsx | 2 +- app/components/settings/preferences.tsx | 42 +++++++- app/components/settings/profile.tsx | 92 +++++++++++++++-- app/components/sync-status.tsx | 96 ++++++++++++++++++ app/components/user-dropdown.tsx | 127 ------------------------ app/layout.tsx | 2 +- app/routes/home.tsx | 4 +- app/routes/settings.tsx | 2 - 9 files changed, 224 insertions(+), 145 deletions(-) create mode 100644 app/components/sync-status.tsx delete mode 100644 app/components/user-dropdown.tsx diff --git a/app/components/home/index.tsx b/app/components/home/index.tsx index 371894c..b5a014b 100644 --- a/app/components/home/index.tsx +++ b/app/components/home/index.tsx @@ -186,7 +186,7 @@ export default function Home({ user }: { user: User }) { {/* Filter component */} -
+