From 7e55bcc5012ba9f50de1424b45d0fecc9a22ed52 Mon Sep 17 00:00:00 2001 From: Zakariye Mohamed <168684030+zakiscoding@users.noreply.github.com> Date: Thu, 23 Apr 2026 16:53:16 -0400 Subject: [PATCH] chore: simplify account nav and signup role Remove redundant Order History link (Past Orders covers it) and make signup role selection a clear Customer/Driver button toggle. Made-with: Cursor --- app/components/AccountNav.tsx | 7 ------ app/login/page.tsx | 44 ++++++++++++++++++++--------------- 2 files changed, 25 insertions(+), 26 deletions(-) diff --git a/app/components/AccountNav.tsx b/app/components/AccountNav.tsx index ccd4d5a..38f9048 100644 --- a/app/components/AccountNav.tsx +++ b/app/components/AccountNav.tsx @@ -70,13 +70,6 @@ export function AccountNav({ userName, sidebarView, onSelectView, onClosePanel,
- - ๐Ÿงพ Order History -
+
+

+ Role +

+
+ + +
+
+
-

I am a:

-
- - -
+

+ You can switch roles above before creating the account. +

{(error || localError) && (