6 Commits

Author SHA1 Message Date
Aniket Katkar
3dd9a40fa5
Improvements(UI): UI improvements for teams, users and admins pages. (#7161)
* - Replaced email with roles column in user and admin details table
- Teams page open group switch moved to manage menu.
- Minor bug fixes.

* - Converted teams and roles in user details table to links which will redirect user to respective entity
- Minor optimisations

* - Resolved issues with team expansion
- Redirection after deleting team changed to organisation page

* - Fixed failing cypress tests
- Optimised API calls for teams page
- Removed duplication of fields param
- Fixed bug for soft deleted team showing option for soft delete again
2022-09-03 12:17:35 +05:30
Aniket Katkar
1c6d2f2649
Fix #6893 : Ui improvements and bug fixes 2 (#6935)
* Fix #6893 : Ui improvements and bug fixes

* Fixed failing unit tests

* Fixed failing cypress tests

* glossary page left panel styling changes
2022-08-26 14:14:22 +05:30
Chirag Madlani
48e72143c7
fix(ui): show owner name if they belongs to team owned (#6904)
* fix(ui): show current user as owner if part of team

* remove unused import

* fix layout issues

* fix tests

* fix cy tests
2022-08-25 16:23:25 +05:30
Chirag Madlani
04bcc99098
refactor(ui): remove unused code (#6853)
* refactor(ui): remove unused code

* fix redirect issue

* remove and update files

* fix tests
Add bot details page
Fix edit webhook

* fix cypress failing
2022-08-24 23:49:50 +05:30
Shailesh Parmar
09c3300204
Added hierarchical view for teams page in global setting (#6808)
* updated Team hierarchy view as per updated API

* added new form for adding team

* added add service form and removed some old component

* fixed teams page cypress
2022-08-19 19:34:01 +05:30
Shailesh Parmar
c34a1d8000
added cypress for teams and users page as per new layout (#6766) 2022-08-17 19:08:35 +05:30