ragflow/web
Jimmy Ben Klieve f126875ec6
Apply some tweaks on Admin UI (#11011)
### What problem does this PR solve?

- Fix selected radio button text misaligned with radio button dot
- Fix `<ScrollArea>` scrollbar z-index issue
- Add backdrop blur effect on scrollbar thumbs
- Adjust some styles to match the design 


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-11-05 12:58:43 +08:00
..
.husky
.storybook feat(storybook): Storybook with Calendar and Modal components #9869 (#10626) 2025-10-17 09:58:52 +08:00
public Fix: Add video icon in knowledge base #10703 (#10832) 2025-10-28 11:02:01 +08:00
src Apply some tweaks on Admin UI (#11011) 2025-11-05 12:58:43 +08:00
.env Remove 'DID YOU KNOW', when start front-end (#10853) 2025-10-28 19:40:58 +08:00
.eslintrc.js Feat: Display AvatarUpload and RAGFlowAvatar in Storybook #9914 (#9920) 2025-09-04 18:02:17 +08:00
.gitignore Feat: Use storybook to display public components. #9914 (#9915) 2025-09-04 17:03:36 +08:00
.npmrc
.prettierignore
.prettierrc
.umirc.ts Feat: Admin UI (#10857) 2025-10-28 22:25:43 +08:00
externals.d.ts
jest-setup.ts
jest.config.ts
package-lock.json Feat: Admin UI whitelist management and role management (#10910) 2025-11-03 09:52:23 +08:00
package.json Feat: Admin UI whitelist management and role management (#10910) 2025-11-03 09:52:23 +08:00
postcss.config.js Feat: Use storybook to display public components. #9914 (#9915) 2025-09-04 17:03:36 +08:00
README.md Update web/README.md (#10864) 2025-10-29 10:48:34 +08:00
tailwind.config.js Feat: Change the style of all cards according to the design #10703 (#10704) 2025-10-21 20:08:55 +08:00
tailwind.css Feat: Adjust the style of the delete button on the agent side #9869 (#10473) 2025-10-10 19:52:08 +08:00
tsconfig.json
typings.d.ts

Install front-end dependencies

npm install

Launch front-end

npm run dev

The following output confirms a successful launch of the system:

Login to RAGFlow web UI

Open your browser and navigate to:

http://localhost:9222 or http://[YOUR_MACHINE_IP]:9222

Replace [YOUR_MACHINE_IP] with your actual machine IP address (e.g., http://192.168.1.49:9222).

Shutdown front-end

Ctrl + C or

kill -f "umi dev"

Access admin UI

Open your browser and navigate to:

http://localhost:9222/admin or http://[YOUR_MACHINE_IP]:9222/admin

Replace [YOUR_MACHINE_IP] with your actual machine IP address (e.g., http://192.168.1.49:9222/admin).