-
- Downloads
There was an error fetching the commit references. Please try again later.
feat: submit new password to backend and submit user information and add Form...
feat: submit new password to backend and submit user information and add Form to UserSettingProfile (#114) * feat: add Form to UserSettingProfile * feat: submit user information * feat: submit new password to backend
Showing
- web/src/constants/setting.ts 421 additions, 0 deletionsweb/src/constants/setting.ts
- web/src/hooks/userSettingHook.ts 13 additions, 0 deletionsweb/src/hooks/userSettingHook.ts
- web/src/pages/add-knowledge/components/knowledge-setting/configuration.tsx 9 additions, 20 deletions...-knowledge/components/knowledge-setting/configuration.tsx
- web/src/pages/setting/model.ts 1 addition, 2 deletionsweb/src/pages/setting/model.ts
- web/src/pages/user-setting/components/setting-title/index.tsx 19 additions, 0 deletions...src/pages/user-setting/components/setting-title/index.tsx
- web/src/pages/user-setting/hooks.ts 23 additions, 0 deletionsweb/src/pages/user-setting/hooks.ts
- web/src/pages/user-setting/index.less 12 additions, 0 deletionsweb/src/pages/user-setting/index.less
- web/src/pages/user-setting/index.tsx 6 additions, 2 deletionsweb/src/pages/user-setting/index.tsx
- web/src/pages/user-setting/setting-password/index.less 3 additions, 0 deletionsweb/src/pages/user-setting/setting-password/index.less
- web/src/pages/user-setting/setting-password/index.tsx 135 additions, 1 deletionweb/src/pages/user-setting/setting-password/index.tsx
- web/src/pages/user-setting/setting-profile/index.less 7 additions, 0 deletionsweb/src/pages/user-setting/setting-profile/index.less
- web/src/pages/user-setting/setting-profile/index.tsx 190 additions, 1 deletionweb/src/pages/user-setting/setting-profile/index.tsx
- web/src/pages/user-setting/sidebar/index.less 3 additions, 0 deletionsweb/src/pages/user-setting/sidebar/index.less
- web/src/pages/user-setting/sidebar/index.tsx 11 additions, 6 deletionsweb/src/pages/user-setting/sidebar/index.tsx
- web/src/utils/fileUtil.ts 27 additions, 0 deletionsweb/src/utils/fileUtil.ts
Loading
Please register or sign in to comment