* add user to groups modal wip
* add logic for selecting multiple groups, API does not support this yet
* cfixcheckbox select bug
* add functionality to select and add multiple groups
* function name
* update cypress test
* realm settings tabs wip
* realm settings wip
* switches
* updates to login tab watch
* remove controller and call save in onChange
* add cypress tests
* remove log stmt
* fix lint
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* Update src/realm-settings/LoginTab.tsx
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* Remove form
* format
* lint
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* add cypress test to add groups to user
* add test to leave group
* format
* update snapshots
* add user to groups modal wip
* wip join group functionality
* add modal to add user groups
* add refresh
* remove comment
* lint and format
* fix empty state
* add cypress test to add groups to user
* format
* revert snap
* remove existing joined groups from modal
* more help items and small linout
* fixed clicking the steps links clearing the form
* fixed validation when jumping pages
* changed help text
* Update src/clients/help.json
Co-authored-by: Eugenia <32821331+jenny-s51@users.noreply.github.com>
Co-authored-by: Eugenia <32821331+jenny-s51@users.noreply.github.com>
* realm roles UX review progress wip
* filter realm roles on Enter key press, add filter functionality
* clean up
* filterChips logic now in table toolbar
* fix lint and format
* save with erik
* remove filter chips functionality
* fix check-types
* fix realm roles cypress test
* format
* wip pagination
* rebase
* fix roles pagination
* format
* add back save
* remove duplicates in associated roles table, can now paginate modal
* remove logs
* rebase and fix pagination/search
* remove slice
* pagination in modal and associated roles tab
* show client roles
* lint and format
* fix ts error in AliasRenderer
* fix lint
* add filterType
* wip search in component
* fix associated roles tab pagination
* revert KDT changes
* fix text
* add promise resolve type
* format
* remove comment
* add alphabetize function
* fix search
* remove log stmt
* clean up
* address PR feedback from Erik and render clientId badge in associated roles
* remove comment
* fix type
* format
* make checkboxes selectable
* address PR feedbak from Erik
* changes from rebase
* added recently used realms to the top
fixing: #396
* fixed add realm button
* moved setting recent to setRealm
cleanup to where realm list is updated