ragflow/web/src/pages/user-setting
Duy Huynh f33415b751
refactor: better vertical alignment for icon and text in some setting buttons (#4615)
### What problem does this PR solve?

Fixed vertical alignment issues between icons and text in API-Key and
System Model Settings buttons. This improves visual consistency across
the settings interface.

### Type of change

- [x] Refactoring

Before: Icons and text were slightly misaligned vertically
<img width="635" alt="Screenshot 2025-01-23 at 20 22 46"
src="https://github.com/user-attachments/assets/28f15637-d3fd-45a2-aae8-ca72fb12a88e"
/>

After: Icons and text are now properly centered with consistent spacing
<img width="540" alt="Screenshot 2025-01-23 at 20 23 02"
src="https://github.com/user-attachments/assets/98bb0ca5-6995-42d8-bd23-8a8f44ec0209"
/>
2025-01-26 10:36:03 +08:00
..
components/setting-title refactor: better vertical alignment for icon and text in some setting buttons (#4615) 2025-01-26 10:36:03 +08:00
setting-api feat: API access key management #2846 (#2865) 2024-10-16 15:57:39 +08:00
setting-locale Add language portugese br (#4550) 2025-01-21 11:22:29 +08:00
setting-model refactor: better vertical alignment for icon and text in some setting buttons (#4615) 2025-01-26 10:36:03 +08:00
setting-password fix: fetch user by @tanstack/react-query #1306 (#1709) 2024-07-25 18:53:10 +08:00
setting-profile fix: fetch user by @tanstack/react-query #1306 (#1709) 2024-07-25 18:53:10 +08:00
setting-system Bump infinity to v0.5.0-dev5 (#3520) 2024-11-25 11:53:58 +08:00
setting-team Fix: Fixed the issue where the required information in the input box was incorrect when inviting users #2834 (#4086) 2024-12-18 14:07:56 +08:00
sidebar fix: Login with @tanstack/react-query #1306 (#1691) 2024-07-24 18:02:58 +08:00
constants.tsx Feat: add gpustack model provider (#4469) 2025-01-15 14:15:58 +08:00
hooks.ts fix: fetch user by @tanstack/react-query #1306 (#1709) 2024-07-25 18:53:10 +08:00
index.less feat: display the version and backend service status on the page (#848) 2024-05-20 18:28:36 +08:00
index.tsx feat: submit new password to backend and submit user information and add Form to UserSettingProfile (#114) 2024-03-08 17:09:07 +08:00
interface.ts fix: add group id field to ApiKeyModal #1353 (#1540) 2024-07-17 09:45:10 +08:00
utils.ts feat: support Xinference (#319) 2024-04-11 18:17:45 +08:00