dify/web/app/components/workflow/header
yyh f05d43d26f
feat(web): migrate from es-toolkit/compat to native es-toolkit (#30244)
Migrate 172 files from es-toolkit/compat to native es-toolkit.

Migrated:
- noop → es-toolkit/function
- cloneDeep, omit, clone, pick → es-toolkit/object
- uniq, intersection → es-toolkit/array
- capitalize, camelCase, kebabCase, escape → es-toolkit/string
- isEqual → es-toolkit/predicate

Kept in compat (API differences):
- uniqueId, isEmpty
- get, merge, flow, curry, debounce - different APIs
- uniqBy, groupBy, intersectionBy - property string support
- flatten - undefined handling

Benefits: 2-3x faster, smaller bundle

Part of #30243
Fixes #30244
2025-12-27 20:31:22 +08:00
..
chat-variable-button.tsx fix: add transparent border to prevent button size flickering (#30128) 2025-12-25 19:50:21 +08:00
checklist.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
editing-title.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
env-button.tsx fix: add transparent border to prevent button size flickering (#30128) 2025-12-25 19:50:21 +08:00
global-variable-button.tsx fix: add transparent border to prevent button size flickering (#30128) 2025-12-25 19:50:21 +08:00
header-in-normal.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
header-in-restoring.tsx fix: add transparent border to prevent button size flickering (#30128) 2025-12-25 19:50:21 +08:00
header-in-view-history.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
index.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
restoring-title.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
run-and-history.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
run-mode.tsx chore: lint require and how to import react (#30041) 2025-12-23 18:02:10 +08:00
running-title.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
scroll-to-selected-node-button.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
test-run-menu.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
undo-redo.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00
version-history-button.tsx feat(web): migrate from es-toolkit/compat to native es-toolkit (#30244) 2025-12-27 20:31:22 +08:00
view-history.tsx refactor(web): migrate workflow run history from useSWR to TanStack Query (#30077) 2025-12-24 18:21:01 +08:00
view-workflow-history.tsx chore(web): new lint setup (#30020) 2025-12-23 16:58:55 +08:00