trello_fake/app
Levi Planelles f1d19bd257 feat: add login page and authentication context
- Implemented a new login page with form validation and error handling.
- Created an authentication context to manage user login state and redirection.
- Added middleware for route protection based on authentication status.
- Developed settings dialog for user preferences including theme and appearance settings.
- Introduced PDF export functionality for projects and tasks.
- Created reusable UI components for alerts, cards, and settings.
2026-02-06 20:51:04 +01:00
..
api/dolibarr/[...path] feat: implement project CRUD functionality with create, edit, and delete dialogs 2026-01-31 14:50:07 +01:00
estadisticas feat: Implement statistics page with various data visualization charts and a new data seeding script. 2026-01-30 20:56:34 +01:00
gantt feat: Introduce Gantt chart page with project timeline visualization and add Radix UI select component. 2026-01-30 22:44:22 +01:00
login feat: add login page and authentication context 2026-02-06 20:51:04 +01:00
proyectos feat: add task seeding script and update dependencies 2026-01-30 20:59:44 +01:00
tareas/[id] feat: add @radix-ui/react-label and recharts dependencies 2026-01-31 13:56:51 +01:00
favicon.ico Initial commit from Create Next App 2025-12-05 20:26:44 +01:00
globals.css feat: add login page and authentication context 2026-02-06 20:51:04 +01:00
layout.tsx feat: add login page and authentication context 2026-02-06 20:51:04 +01:00
page.tsx Adding components for the main dashboard 2025-12-11 11:50:09 +01:00