ragflow/web
Zhedong Cen d7721833e7
Improve model tag rendering by splitting comma-separated string into styled <Tag> components (#9762)
### What problem does this PR solve?

This PR enhances the display of tags in the UI.

* Before: Model tags were shown as a single string with commas.
* After: Model tags are split by commas and displayed as individual
<Tag> components , making them visually distinct and easier to read.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2025-08-28 14:06:52 +08:00
..
.husky
public
src Improve model tag rendering by splitting comma-separated string into styled <Tag> components (#9762) 2025-08-28 14:06:52 +08:00
.env
.eslintrc.js
.gitignore
.npmrc
.prettierignore
.prettierrc
.umirc.ts
externals.d.ts
jest-setup.ts
jest.config.ts
package-lock.json
package.json
tailwind.config.js
tailwind.css
tsconfig.json
typings.d.ts