hyperswitch-control-center
hyperswitch-control-center copied to clipboard
feat: Added search func (profile) and id in OMP dropdowns (scroll and sort fixed)
Type of Change
- [ ] Bugfix
- [x] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ] CI/CD
Description
Added search profile func in profile dropdown and display of id's alongside org , merchant and profile names.
Motivation and Context
Better use experience
How did you test it?
Checked if the search functionality , scroll , sorting , and id tooltip + copy on clipboard is working fine.
Where to test it?
- [x] INTEG
- [x] SANDBOX
- [ ] PROD
Checklist
- [x] I ran
npm run re:build
- [x] I reviewed submitted code
- [ ] I added unit tests for my changes where possible