Commit Graph
13 Commits
Author SHA1 Message Date
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 84fa2e0ab0 refactor: change backend to typescript and update types and variables accordingly 2026-07-08 10:54:07 +02:00
theis.gaedigk 36ec8da1a0 Fix: cast DB row to AuthTokenPayload in findUser\n\nCast database RowDataPacket to AuthTokenPayload so generateToken receives the correct type.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> 2026-07-08 10:27:21 +02:00
theis.gaedigk c42bdea047 addded error codes and improved error handling 2026-06-04 15:32:51 +02:00
theis.gaedigk 9cab32ddea added delete function to product table 2026-05-29 23:04:41 +02:00
theis.gaedigk 344f0461b4 added settings page 2026-05-29 22:16:18 +02:00
theis.gaedigk 214941ed7a fully implemented delete function for storages 2026-05-29 17:55:26 +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 96488a3137 added add-product page/form 2026-05-27 18:32:31 +02:00
theis.gaedigk 11b490b2e5 improved product details page 2026-05-27 18:07:56 +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
theis.gaedigk b3c3be5590 Add product and storage management routes and database functions 2026-05-26 13:57:37 +02:00
theis.gaedigk 4c0c441e92 Implement backend structure with Docker, database schema, and user authentication 2026-05-26 13:01:11 +02:00