Commit Graph

16 Commits

Author SHA1 Message Date
3e6dcf3382 chore: increase test coverage for user authentication module to 85% 2025-11-08 21:05:07 +00:00
00f61efbac chore: remove trailing whitespace from README.md line 42 2025-11-08 19:51:30 +00:00
0ee222dc5a chore: remove trailing whitespace from README.md line 42 2025-11-08 19:50:16 +00:00
ee4b8aa210 chore: remove trailing whitespace from README.md line 42 2025-11-08 19:50:07 +00:00
bc30c55172 style: redesign form components with enhanced visual styling and layout improvements 2025-11-08 19:33:53 +00:00
2409e403b6 feat: add responsive layout and dark mode toggle to user profile page
- Updated CSS grid breakpoints for mobile-first design
- Added JavaScript toggle for dark/light theme with localStorage persistence
- Refactored profile card component to use semantic HTML5 elements
2025-11-08 19:16:22 +00:00
e78e0eeda2 feat: add responsive layout and dark mode toggle to user profile page
- Updated CSS grid breakpoints for mobile-first design
- Added JavaScript event listener for theme switch button
- Modified profile card component to support dynamic class toggling
2025-11-08 19:16:19 +00:00
aa9585f91d chore: remove placeholder commit message and replace with empty initial content 2025-11-08 19:09:58 +00:00
3754900ddd fix: correct fernet key generation to use 32-byte urlsafe base64 encoding 2025-11-08 18:59:41 +00:00
dcae0402fc fix: correct fernet key generation to handle padding and encoding errors 2025-11-08 18:59:28 +00:00
539f339a27 feat: add email notification system with sendgrid integration and templates 2025-11-08 18:39:39 +00:00
e55ff43217 chore: remove placeholder text from README and replace with project description 2025-11-08 18:39:25 +00:00
93c617f316 Fix: Replace return HTTPException with raise HTTPException and resolve indentation errors 2025-11-08 18:00:55 +00:00
d94fcc0507 chore: remove trailing whitespace from README.md line 42 2025-11-08 17:59:06 +00:00
8b61117744 Refactor: Update styling and remove Google references 2025-11-08 17:41:09 +00:00
e21b8c12b4 feat: implement initial project structure with core functionality and configuration 2025-11-08 17:20:25 +00:00