Commit Graph

58 Commits

Author SHA1 Message Date
b61908a013 changes 2025-11-20 19:38:17 -04:00
956e7145e5 changes 2025-11-20 19:31:45 -04:00
23ff8765b1 Refactor code style and improve indentation consistency in src/index.js 2025-11-20 18:46:35 -04:00
5571d29b83 Add scheduled requests feature with navigation, forms, and table components
Introduced a new 'Solicitudes Programadas' section with full CRUD functionality using localStorage for persistence. Added navigation to toggle between dashboard and scheduled views. Updated the header, sidebar, and main content to support dynamic titles and active views. Included components for viewing and managing scheduled requests (form and table). Enhanced styles for the new section.
2025-11-20 18:45:17 -04:00
113245c76f Add multi-mode support for authentication: login, register, and forgot password
Refactored login component to support three modes: login, registration, and password recovery. Introduced new UI and validation for each mode. Updated styles to accommodate mode-specific layouts.
2025-11-20 18:37:02 -04:00
2164aeee33 Add login functionality, authentication handling, and logout support
Some checks failed
continuous-integration/drone/push Build was killed
Replaced React 19 with React 18 due to compatibility issues. Introduced conditional rendering for login and app components based on authentication state. Added basic login form and error handling. Updated styles for authentication UI and enhanced header with logout functionality.
2025-11-20 18:32:02 -04:00
deb38ca331 Replace CRA boilerplate with custom dashboard setup, remove unused files, and add new styles and components.
Some checks failed
continuous-integration/drone Build was killed
2025-11-16 11:52:12 -04:00
a78a146129 Initialize project using Create React App 2025-11-13 21:23:20 -04:00