Commit Graph
6 Commits
Author SHA1 Message Date
theis.gaedigk e006aa44ae added logout button to sidebar and updated translations 2026-05-29 23:15:40 +02:00
theis.gaedigk 9cab32ddea added delete function to product table 2026-05-29 23:04:41 +02:00
theis.gaedigk 6bacd1c605 improved settings design 2026-05-29 22:28:41 +02:00
theis.gaedigk 3582e377f1 added english translation 2026-05-29 18:21:02 +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