Commit Graph

17 Commits

Author SHA1 Message Date
taogaetz
1fc17a8039 Update layout to include access management and adjust input type for PIN authentication
- Added hasAccess property to layout server load for improved access control.
- Updated layout to check for hasAccess instead of authenticated for rendering the LogoutButton.
- Changed input type for access PIN from password to tel for better user experience and input handling.
2025-09-14 15:10:10 -04:00
taogaetz
fe3f532a25 Add access PIN authentication and manage access cookies
- Introduced ACCESS_PIN in env.example for site access control.
- Updated Locals interface to include hasAccess boolean for access management.
- Implemented access check in hooks.server.ts to redirect users without access to the /access page.
- Cleared access cookie on logout to ensure proper session management.
2025-09-14 15:01:03 -04:00
taogaetz
ec24b39d1a Enhance image compression logic for recipe uploads by allowing dynamic adjustment of quality and dimensions. Update UI to reflect changes in photo handling, including improved feedback on compression status and file sizes. Adjust form elements for better responsiveness and usability. 2025-09-11 13:19:12 -04:00
taogaetz
f46064452a Implement image compression for recipe photo uploads, updating file handling to support larger sizes and provide compression feedback. Adjusted UI to reflect new file size limits and compression status. 2025-09-11 12:53:28 -04:00
taogaetz
f8c205e9d3 add hidden recipe field 2025-09-11 12:43:28 -04:00
taogaetz
3d043d9ade docker compose fixed for persistence 2025-09-08 19:54:02 -04:00
taogaetz
208c8be6c4 Add docker-compose.yml and env.example 2025-09-08 14:39:25 -04:00
taogaetz
32f5d216ba add markdown and docker 2025-09-08 14:23:31 -04:00
taogaetz
71ac76bc72 update cookies to work on mobile safari 2025-09-03 12:26:07 -04:00
taogaetz
0561d6cda5 added magic link based auth, photo uploads with cloudinary, and recipe editing. Also we havea footer now. 2025-09-03 12:20:32 -04:00
taogaetz
f5c4a5e008 added intelligent ingredient parsing and updated form look. changed native form submission to spa style json api 2025-09-02 13:27:37 -04:00
taogaetz
2a577cf6ab search bar fixed refactor all to tailwind add recipe form 2025-08-28 12:45:50 -04:00
taogaetz
161b83371e first pass at layout, created basic frontpage components, added station and time to schema 2025-08-17 21:19:50 -04:00
taogaetz
b0905697da edit readme 2025-08-15 11:36:21 -04:00
taogaetz
d545663fec update readme 2025-08-15 11:32:55 -04:00
taogaetz
284a4c48c4 update readme 2025-08-14 13:03:11 -04:00
taogaetz
dbd2d1f1ba first commit 2025-08-14 12:51:24 -04:00