This is an automated email from the ASF dual-hosted git repository. shuai pushed a change to branch test in repository https://gitbox.apache.org/repos/asf/answer.git
from b78be61e refactor(user): simplify suspended until logic new 736d07a3 fix: optimization hr's style new 60f87fd2 fix: optimization hr's style new d2768b1f fix: hr tag's margin use 1.5rem new 8560c89e fix: move the settings -> users section in admin to Interface #1360 new 05fab1c9 feat: Blocked users can choose the duration of the block #1361 new d04d18df fix: Navigation dropdown menu theme color should follow the theme color of the application #1355 The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: i18n/en_US.yaml | 12 ++ i18n/zh_CN.yaml | 12 ++ ui/src/common/constants.ts | 54 ++++- ui/src/common/interface.ts | 4 +- .../Header/components/NavItems/index.tsx | 4 +- ui/src/index.scss | 34 ++++ ui/src/pages/Admin/Interface/index.tsx | 51 ++++- ui/src/pages/Admin/SettingsUsers/index.tsx | 218 --------------------- .../pages/Admin/Users/components/Action/index.tsx | 16 +- .../Users/components/SuspenseUserModal/index.tsx | 90 +++++++++ ui/src/pages/Admin/Users/index.tsx | 54 ++++- ui/src/pages/Users/Settings/Profile/index.tsx | 24 +-- ui/src/router/routes.ts | 4 - ui/src/services/admin/settings.ts | 2 - ui/src/stores/interface.ts | 1 + ui/src/stores/siteInfo.ts | 2 - 16 files changed, 315 insertions(+), 267 deletions(-) delete mode 100644 ui/src/pages/Admin/SettingsUsers/index.tsx create mode 100644 ui/src/pages/Admin/Users/components/SuspenseUserModal/index.tsx