budget-view-finance/src
gpt-engineer-app[bot] 75e54b23c2 Fix: Dashboard navigation redirects to login
The issue where navigating to the dashboard after logging in redirects to the login screen is addressed. The fix likely involves correcting route handling or authentication checks in `App.tsx` and/or `ProtectedRoute.tsx` to ensure proper navigation to the dashboard.
2025-05-19 01:35:22 +00:00
..
components Fix: Dashboard navigation redirects to login 2025-05-19 01:35:22 +00:00
data feat: Create finance dashboard 2025-05-17 23:25:52 +00:00
hooks Use tech stack vite_react_shadcn_ts 2025-05-17 23:22:05 +00:00
integrations/supabase Fix: Dashboard navigation redirects to login 2025-05-19 01:35:22 +00:00
lib Use tech stack vite_react_shadcn_ts 2025-05-17 23:22:05 +00:00
pages Run SQL to create user and transaction tables. 2025-05-18 13:06:18 +00:00
services Disable RLS to resolve errors 2025-05-19 01:30:03 +00:00
types Refactor: Sum category values in Categorias page 2025-05-17 23:54:56 +00:00
App.css Fix: Ensure responsiveness across devices 2025-05-18 00:16:01 +00:00
App.tsx Fix: Dashboard navigation redirects to login 2025-05-19 01:35:22 +00:00
index.css Fix: Ensure responsiveness across devices 2025-05-18 00:16:01 +00:00
main.tsx Fix: Resolve 'useEffect' error 2025-05-17 23:45:40 +00:00
vite-env.d.ts Use tech stack vite_react_shadcn_ts 2025-05-17 23:22:05 +00:00