6 Commits

Author SHA1 Message Date
9d64e7c274 Implement virtual scrolling in Table component for improved performance
- Added useRef to track container and first row for height measurement.
- Introduced rowHeight state to dynamically calculate row height.
- Implemented range state to manage visible rows based on scroll position.
- Added scroll event listener to compute visible range efficiently.
- Adjusted rendering logic to display only a subset of rows based on the computed range.
- Included top and bottom spacers to maintain table height during scrolling.
- Refactored input change handling to remain functional with new rendering logic.
2025-08-14 11:37:28 +02:00
214a3cb3c8 feat: enhance CSV upload handling with chunked requests and token support; improve form input limits 2025-08-14 10:38:35 +02:00
a9f26b1148 fix: update Beispiel.csv with correct test data 2025-08-13 21:52:56 +02:00
dd4fcea1b0 feat: enhance CSV import functionality, integrate react-query for data fetching, and refactor admin components 2025-08-13 16:43:26 +02:00
42f46db2c9 feat: implement admin login form localization, add import functionality, and enhance file handling 2025-08-13 11:57:50 +02:00
1356775e07 inital init 2025-08-11 11:59:52 +02:00