backend.ai-webui icon indicating copy to clipboard operation
backend.ai-webui copied to clipboard

Let's refactor user-list at credential page

Open gee05053 opened this issue 1 year ago • 1 comments

Main idea

Currently, user-list at credential page is implemented by Lit element. But UserInfoModal, UserSettingModal is implemented by React.

Let's refactor user-list using react and implement new component that is implemented by Lit element. And I will apply UserNode object.

스크린샷 2024-02-15 오후 2 10 20 스크린샷 2024-02-15 오후 2 10 24

### Tasks
- [x] Use `user_nodes` to fetch the user list
- [x] The pagination UI using `user_nodes`'s arguments
- [x] The filter UI using `user_nodes`'s arguments
- [x] Backward compatibility ( `>= 24.03.*` uses new user list)

Alternative ideas

No response

Anything else?

No response

gee05053 avatar Feb 15 '24 05:02 gee05053

@gee05053 I added the task list to the description. Please check it.

yomybaby avatar Feb 19 '24 22:02 yomybaby