Commit Graph
14 Commits
Author SHA1 Message Date
theis.gaedigk 57fe6dc9ac feat: Add custom 404 not found page 2026-07-09 13:19:41 +02:00
theis.gaedigk ef905fb30b refactor: add custom alert component and remove all other Alert standard components in all components 2026-07-09 11:23:41 +02:00
theis.gaedigk 018a7aefc7 refactor: change password validation and add more success alerts 2026-07-08 15:10:53 +02:00
theis.gaedigk 6be34c93aa refactor: edit tailwindcss classes and change code formatting, therefore added .prettierrc file
fix: frontend bug where the passwords won't be checked when the password is changed
2026-07-08 14:56:43 +02:00
theis.gaedigk c6bba8a40c fix: frontend error codes and translations 2026-07-08 11:57:38 +02:00
theis.gaedigk ba05f4274a fixed translation 2026-06-04 22:41:34 +02:00
theis.gaedigk beda3966aa fixed translation 2026-06-04 18:50:42 +02:00
theis.gaedigk 98a8149300 refactor: remove debug log from token generation; update translations for password management in English and German 2026-06-04 15:52:55 +02:00
theis.gaedigk 5875a51e94 Add mock data for storage locations and products in database.mockEN.sql
- Inserted 5 storage locations including Main Freezer, Kitchen Freezer, Pantry, Kitchen Fridge, and Cellar Shelf.
- Added approximately 100 products with details such as name, description, price, amount, storage location, expiry date, bottling date, and picture.
- Included both self-frozen items and store-bought items, with appropriate attributes for each.
2026-06-04 13:09:25 +02:00
theis.gaedigk 53efd21a2b feat: enhance Sidebar with toggle functionality and improve layout; update StorageRow and Inventory components for better styling; add new translations for quick product details 2026-06-04 00:28:09 +02:00
theis.gaedigk 2d3450331a fix: correct translation function call in Sidebar and add required fields in AddProduct form 2026-05-30 11:33:45 +02:00
theis.gaedigk b435b5f638 added and fixed minor details 2026-05-30 00:02:55 +02:00
theis.gaedigk ed9fb0d1ce feat: restructure routing and authentication for hidden layout and user login 2026-05-26 17:06:31 +02:00
theis.gaedigk d6e29a74af feat: integrate TanStack Router and update routing structure
- Added TanStack Router for improved routing management.
- Created route tree and individual routes for login, index, add-product, inventory, and view-product.
- Implemented authentication checks for the inventory route.
- Introduced a landing page component.
- Updated App component to utilize RouterProvider and ToastContainer for notifications.
- Refactored CSS to use Tailwind CSS, removing custom styles.
- Added API configuration for backend URL management.
- Implemented authentication utilities for user sign-in and sign-out.
- Integrated i18next for internationalization with English and German language support.
- Created localization files for English and German languages.
2026-05-26 14:59:16 +02:00