Commit Graph
15 Commits
Author SHA1 Message Date
theis.gaedigk b5a4f39c6f fix: bg color when hovered in dark mode 2026-07-12 19:12:24 +02:00
theis.gaedigk 99246e3e3d refactor: add new logout function with better info box in the login card 2026-07-10 11:18:25 +02:00
theis.gaedigk 580db6afe9 feat: implement dark mode and add custom color palette (theme) 2026-07-09 14:27:43 +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 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 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 137a9204df added change translation button to sidebar and implemented translation functionality 2026-05-30 11:19:52 +02:00
theis.gaedigk b435b5f638 added and fixed minor details 2026-05-30 00:02:55 +02:00
theis.gaedigk ec97102459 edited/added website icon 2026-05-29 23:33:18 +02:00
theis.gaedigk e006aa44ae added logout button to sidebar and updated translations 2026-05-29 23:15:40 +02:00
theis.gaedigk 344f0461b4 added settings page 2026-05-29 22:16:18 +02:00
theis.gaedigk b0731b22db add storage management features including update functionality and storage listing page 2026-05-27 22:20:12 +02:00
theis.gaedigk d996fff0db fixed sidebar navigation 2026-05-27 10:14:51 +02:00
theis.gaedigk 616058b603 feat: add profile route and sidebar navigation; implement inventory and view product pages
- Added a new profile route under the hidden layout.
- Introduced a Sidebar component for navigation between inventory, add product, and profile pages.
- Created InventoryPage to display a list of products with sorting and pagination.
- Implemented ViewProduct page to show details of a selected product.
- Integrated API calls for fetching products and product details.
- Updated route tree to include new routes and components.
2026-05-26 21:37:30 +02:00