From ef47f56375408d307f006736194572c598fcb214 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Wed, 8 Jul 2026 11:29:01 +0500 Subject: [PATCH] mobile: update ui --- .../app/components/date-picker/index.tsx | 2 +- apps/mobile/app/components/header/index.tsx | 7 + .../app/components/sheets/link-note/index.tsx | 536 ++++++++---------- apps/mobile/app/hooks/use-actions.tsx | 1 + .../app/navigation/navigation-stack.tsx | 10 + .../app/screens/add-reference/index.tsx | 182 ++++++ apps/mobile/app/screens/archive/index.tsx | 6 + .../editor/tiptap/use-editor-events.tsx | 11 +- apps/mobile/app/screens/favorites/index.tsx | 8 + apps/mobile/app/screens/trash/index.tsx | 6 + apps/mobile/app/services/navigation.ts | 3 +- .../mobile/app/stores/use-navigation-store.ts | 3 + packages/intl/locale/en.po | 44 ++ packages/intl/locale/pseudo-LOCALE.po | 44 ++ packages/intl/src/strings.ts | 14 +- 15 files changed, 555 insertions(+), 322 deletions(-) create mode 100644 apps/mobile/app/screens/add-reference/index.tsx diff --git a/apps/mobile/app/components/date-picker/index.tsx b/apps/mobile/app/components/date-picker/index.tsx index 49d170252..62a86916b 100644 --- a/apps/mobile/app/components/date-picker/index.tsx +++ b/apps/mobile/app/components/date-picker/index.tsx @@ -78,7 +78,7 @@ export default function DatePickerComponent(props: {