xuang7 opened a new issue, #5948: URL: https://github.com/apache/texera/issues/5948
### Task Summary Datasets are currently rendered using two overlapping card components: DatasetCardItemComponent for the public hub listing, and the generic CardItemComponent for other listings. Consolidating them into a single shared component reduces duplication and maintenance overhead while keeping the card appearance consistent across dataset listings. This PR updates the public hub dataset listing to use the shared CardItemComponent, which is already used by the workflow and private dataset listings, and removes the now-redundant DatasetCardItemComponent. Replace <texera-dataset-card-item> with <texera-card-item> in hub-search-result.component using read-only mode. Remove DatasetCardItemComponent and its test file after confirming that no references remain. ### Task Type - [x] Refactor / Cleanup - [ ] DevOps / Deployment / CI - [ ] Testing / QA - [ ] Documentation - [ ] Performance - [ ] Other -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
