chore: UX design audit cleanup and receipt flow improvements #186

Merged
egullickson merged 25 commits from issue-162-ux-design-audit-cleanup into main 2026-02-14 03:50:23 +00:00
Showing only changes of commit 0dc273d238 - Show all commits

View File

@@ -135,13 +135,6 @@ export const DashboardScreen: React.FC<DashboardScreenProps> = ({
onViewVehicles={() => onNavigate?.('Vehicles')}
/>
{/* Footer Hint */}
<div className="text-center py-4">
<p className="text-xs text-slate-400 dark:text-canna">
Dashboard updates every 2 minutes
</p>
</div>
{/* Pending Receipts Dialog */}
<Dialog
open={showPendingReceipts}