dify/web/app/components/app-sidebar/app-info
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
..
__tests__ refactor(web): migrate content-dialog to base/ui/dialog primitives 2026-04-14 14:31:27 +08:00
app-info-detail-panel.tsx refactor(web): migrate content-dialog to base/ui/dialog primitives 2026-04-14 14:31:27 +08:00
app-info-modals.tsx feat(confirm): input app name for app deletion confirmation (#33660) 2026-03-19 14:25:29 +08:00
app-info-trigger.tsx refactor(web): restructure app-sidebar with component decomposition and folder organization (#32887) 2026-03-03 13:32:52 +08:00
app-mode-labels.ts refactor(web): restructure app-sidebar with component decomposition and folder organization (#32887) 2026-03-03 13:32:52 +08:00
app-operations.tsx refactor(web): migrate content-dialog to base/ui/dialog primitives 2026-04-14 14:31:27 +08:00
index.tsx chore: knip fix (#34481) 2026-04-02 15:03:42 +00:00
use-app-info-actions.ts Merge remote-tracking branch 'myori/main' into feat/collaboration2 2026-04-09 11:27:12 +08:00