- Added scripts directory to TypeScript configuration for better module inclusion.
- Refactored buildData script to use consistent CommonJS require syntax.
- Enhanced event loading and normalization logic for clarity and maintainability.
- Updated platform and sorting types for improved type safety.
- Adjusted styling in components for better layout and responsiveness.
- Added a new utility file for extracting attribute types.
- Refactored event normalization functions to improve type handling and clarity.
- Updated TypeScript configuration paths for better module resolution.
- Updated buildData script to allow compact JSON output for reduced file size, with an option for pretty-printing during development.
- Refactored App component to utilize imported layout components, removing unnecessary styled components.
- Enhanced AttributesTable and AttributesTableRow components to improve prop naming for clarity.
- Updated Filter component to import Sort type from types for better type management.
- Streamlined useFilteredEvents by integrating utility functions for version comparison and event retrieval.