mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-08 13:40:08 +00:00
* initial implementation of domain treeview * commit progress * fix: improved the domain treeview UI (#24086) * fix: improved the domain treeview UI * fix: Fixed the add button height * fix: Added search feature in domain tree view * fix: Implemented new empty states UI for domains Tabs * fix: added new text in the lang json files * fix: Fixed the tree view empty state UI * fix: rename prop name * fix: extended the error placeholder component with new mui create UI --------- Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com> * resolve merge conflicts * PLAYWRIGHT: Domain treeview playwright (#24105) * fix: Implemented new empty states UI for domains Tabs * fix: extended the error placeholder component with new mui create UI * Playwright: Added playwright test for domain treeview * fix: Immediately display newly added data product in the list without requiring refresh (#24072) * fix: Immediately display newly added data product in the list without requiring refresh * Playwright: Added playwright test for data product list * fix: reverted the skip test * fix: Fixed minor bugs in domain treeview (#24134) * fix: fixed domain treeview playwright test (#24138) * fix: Fixed code smells (#24143) * fix: Fixed glossary playwright test (#24151) * Support pagination in domain hierarchy api and add new childrenCount field for domain * Update generated TypeScript types * fix total field count in domain hierarchy api * fix domain/dataProduct filter * feat: Implemented infinite scrolling in the domain treeview (#24212) * feat: Implemented infinte scrolling in domain treeview * fix: Fixed the code smell * fix: rotate icon on expand and collapse of tree items * fix: fixed the count mismatch on subdomain add/delete * fix: removed unwanted field for hierarchy fetch api * feat: implemented infinte scrolling in navbar domain dropdown * fix: fixed the search query count bug * fix: showing the actual children count in treeview * fix: removed the domain count api from navbar domain dropdown * feat: added pagination for subdomains in domain treeview * feat: added pagination in subdomain in navbar domain dropdown * feat: implemented the filters in domains treeview * fix: fixed the tags query filter * fix: hide filter for domain treeview * fix: assigning single domain to entity * fix: addressed PR comments * fix: fixed the domainSelectableTree issue * minor fix * fix: fixed entity spec for domain --------- Co-authored-by: Rohit Jain <60229265+Rohit0301@users.noreply.github.com> Co-authored-by: sonikashah <sonikashah94@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com> Co-authored-by: Rohit0301 <rj03012002@gmail.com> Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>