dify/web/app/components/datasets/metadata
CodingOnStar 05481059ed refactor: replace CustomDialog with Dialog component across multiple files
- Updated DeleteAccount, FeedBack, BatchModal, VersionInfoModal, GetAutomaticRes, GetCodeGeneratorRes, EditModal, ConfigModal, ParamsConfig, DSLConfirmModal, and CreateFromDSLModal to use the new Dialog component from @langgenius/dify-ui/dialog instead of the previous CustomDialog and Modal components.
- Enhanced dialog structure for better accessibility and styling consistency.
2026-05-08 18:38:12 +08:00
..
__tests__ test: add comprehensive unit and integration tests for dataset module (#32187) 2026-02-12 10:00:32 +08:00
base feat(ui): scaffold @langgenius/dify-ui and migrate design tokens (#35256) 2026-04-15 13:11:20 +00:00
edit-metadata-batch refactor: replace CustomDialog with Dialog component across multiple files 2026-05-08 18:38:12 +08:00
hooks refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
metadata-dataset refactor: replace CustomDialog with Dialog component across multiple files 2026-05-08 18:38:12 +08:00
metadata-document refactor(web): migrate legacy tooltip to infotip (#35774) 2026-05-04 13:17:09 +00:00
utils test: add comprehensive unit and integration tests for dataset module (#32187) 2026-02-12 10:00:32 +08:00
add-metadata-button.tsx refactor(dify-ui): finish primitive migration from web/base/ui to @langgenius/dify-ui (#35349) 2026-04-17 08:46:11 +00:00
types.ts feat: Implement partial update for document metadata, allowing merging of new values with existing ones. (#28390) 2025-11-21 12:58:20 +08:00