Skip to content

Conversation

anitta-keyvalue
Copy link
Collaborator

@anitta-keyvalue anitta-keyvalue commented May 12, 2025

Pull Request Checklist

  • Read the contributing guidelines.
  • Linked to an issue: Fixes # (replace with the issue number, if applicable)
  • Branch is up-to-date with the base branch: master
  • Changes pass tests locally: npm test or yarn test
  • Documentation has been updated, if necessary
  • Code follows the style guide of the project

Description

Screenshots (if applicable)

Additional Notes

Related Issues or PRs

Reviewer Guidelines

Testing Instructions

Checklist for Reviewers

  • Code follows project conventions and style
  • Changes do not introduce new warnings or errors
  • Unit tests cover the changes
  • Documentation is updated

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT License.

abhay-keyvalue and others added 18 commits May 9, 2025 11:20
- Deleted ESLint configuration file and replaced it with a new ESLint setup in `eslint.config.js`.
- Removed `.npmrc`, `babel.config.js`, and various other configuration files that are no longer needed.
- Updated `.gitignore` to reflect new project structure and added common log files.
- Introduced new `vite.config.ts` and `rollup.config.js` for build configuration.
- Added `App.tsx` and `MultiLevelTable.tsx` components for the new multi-level table feature.
- Cleaned up the `README.md` to reflect the new project name and structure.
- Removed legacy files and components that are no longer in use.
- Renamed package from `react-multi-level-table` to `@keyvalue/material-table-component`.
- Updated version to `0.1.0`.
- Updated dependencies in `package.json` and `package-lock.json` to align with the new package structure.
- Enhanced Rollup configuration to include external dependencies and improve module exports.
- Adjusted TypeScript configuration to support ES module interoperability and exclude test files.
- Added filtering functionality to columns in MultiLevelTable.
- Implemented pagination support for better data navigation.
- Updated App component to include new features and improved layout.
- Added status field to data structure for enhanced display options.
- Updated package.json and package-lock.json to include react-table dependency.
- Updated data structure in App.tsx to include additional parent and child entries, enhancing the hierarchical representation.
- Refactored MultiLevelTable component to improve row rendering and expand/collapse functionality for nested rows.
- Introduced state management for expanded rows, allowing for better user interaction and visualization of data hierarchy.
- Enhanced styling for expanded and collapsed rows to improve user experience.
- Moved MultiLevelTable implementation to a dedicated file for better organization.
- Created new components for TableHeader, TableRow, TableCell, and Pagination to enhance modularity.
- Introduced ExpandIcon component for better expand/collapse functionality in table rows.
- Updated import paths and removed the old MultiLevelTable file.
- Added types for better type safety and clarity in component props.
- Enhanced styling for table components to improve overall UI consistency.
- Created CHANGELOG.md to document project versioning and features.
- Added CODE_OF_CONDUCT.md to establish community guidelines for contributors.
- Introduced CONTRIBUTING.md to outline contribution processes and expectations.
- Removed unused index.css file and updated component imports to reflect new types structure.
- Modified TableRow component to conditionally render ExpandIcon only for the first column when hasChildren is true, improving the clarity of the expand/collapse functionality.
- Introduced MultiLevelTable component to handle hierarchical data with sorting, filtering, and pagination capabilities.
- Created supporting components: TableHeader, TableRow, TableCell, ExpandIcon, and Pagination for modular design.
- Updated App.tsx to import MultiLevelTable from the new structure.
- Added styles for table components to enhance UI consistency.
- Deleted the unused react.svg file from the assets directory to clean up the project and reduce unnecessary file clutter.
…ems/react-multi-level-table into package-boilerplate
@anitta-keyvalue anitta-keyvalue merged commit a65f7df into develop May 12, 2025
@anitta-keyvalue anitta-keyvalue deleted the package-boilerplate branch May 12, 2025 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants