TekH 3be5cba323 Refactor product data types and update components
Replaced `ProductItemProps` with a new `Product` type in `product-service.ts`, which includes properties like `id`, `name`, `price`, `status`, and `coverUrl`. Updated the `getProducts` function to return `Promise<Product[]>` instead of `Promise<ProductItemProps[]>`. Modified the `ProductItem` component in `product-item.tsx` to accept the new `Product` type. Adjusted `products-view.tsx` to import `Product` and manage the state as `Array<Product>`.
2025-07-02 15:59:34 +02:00
2025-06-30 10:47:25 +02:00
2025-06-30 10:47:25 +02:00

DigitalData.Hub

Der Hauptzugangspunkt für Unternehmens-Webanwendungen bei Digital Data. Beinhaltet allgemeine Funktionen wie Dateisuche und -anzeige.

Description
Der Hauptzugangspunkt für Unternehmens-Webanwendungen bei Digital Data. Beinhaltet allgemeine Funktionen wie Dateisuche und -anzeige.
Readme 4.5 MiB
Languages
TypeScript 96.9%
JavaScript 2.1%
CSS 0.9%
HTML 0.1%