dify/web/app/components
yyh 1049cbaa19
refactor(web): migrate content-dialog to base/ui/dialog primitives
Remove the single-caller legacy `base/content-dialog` wrapper and
migrate `AppInfoDetailPanel` to composable `DialogBackdrop`/`DialogPopup`
exports from `base/ui/dialog`, preserving left-side drawer semantics
and slide animation.

- Add `DialogBackdrop` and `DialogPopup` to `base/ui/dialog` so callers
  can compose non-centered overlays without bypassing the abstraction
- Refactor `DialogContent` to reuse the new primitives internally
- Replace `@remixicon/react` imports with `i-ri-*` icon classes
- Fix `cloneElement` in `app-operations` to merge className via `cn()`
  instead of replacing it (broke CSS-class icons)
- Replace invalid `overflow-wrap-anywhere` with `wrap-anywhere`
- Delete `base/content-dialog/` (component, stories, tests)
- Prune orphaned eslint-suppressions

Made-with: Cursor
2026-04-14 14:31:27 +08:00
..
app chore: revert not related change 2026-04-11 20:04:39 +08:00
app-sidebar refactor(web): migrate content-dialog to base/ui/dialog primitives 2026-04-14 14:31:27 +08:00
apps fix(web): adjust app card online avatars layout and counter alignment 2026-04-12 17:56:53 +08:00
base refactor(web): migrate content-dialog to base/ui/dialog primitives 2026-04-14 14:31:27 +08:00
billing chore: knip fix (#34481) 2026-04-02 15:03:42 +00:00
custom chore: knip fix (#34481) 2026-04-02 15:03:42 +00:00
datasets fix: web unittests 2026-04-13 11:43:47 +08:00
develop test: add unit tests for AppPublisher, Sidebar, Chat, FileUploader, Form Demo, Notion Page Selector, Prompt Editor, and Header Navigation components (#34802) 2026-04-09 07:30:51 +00:00
devtools chore: knip fix (#34481) 2026-04-02 15:03:42 +00:00
explore chore: knip fix (#34481) 2026-04-02 15:03:42 +00:00
goto-anything test: add unit tests for AppPublisher, Sidebar, Chat, FileUploader, Form Demo, Notion Page Selector, Prompt Editor, and Header Navigation components (#34802) 2026-04-09 07:30:51 +00:00
header chore: revert not related change 2026-04-11 19:58:40 +08:00
plugins chore: revert some changes not related to collaboration 2026-04-10 22:42:17 +08:00
provider chore: drop pwa with serwist (#32838) 2026-03-04 17:35:35 +08:00
rag-pipeline chore: revert some changes not related to collaboration 2026-04-10 22:42:17 +08:00
share test: add unit tests for AppPublisher, Sidebar, Chat, FileUploader, Form Demo, Notion Page Selector, Prompt Editor, and Header Navigation components (#34802) 2026-04-09 07:30:51 +00:00
signin test(web): add and enhance frontend automated tests across multiple modules (#32268) 2026-02-13 10:27:48 +08:00
tools fix 2026-04-14 13:53:59 +08:00
workflow add root comment editing in thread menu 2026-04-14 14:09:26 +08:00
workflow-app fix(collaboration): seed CRDT graph before leader resync 2026-04-12 15:41:54 +08:00
app-initializer.tsx refactor: route next/navigation through compat re-export (#33636) 2026-03-18 12:57:03 +08:00
splash.tsx refactor: update to tailwind v4 (#34415) 2026-04-02 07:06:11 +00:00