dify/web/app/components/workflow/nodes/tool/components/context-generate-modal
yyh 3ca767de47
refactor: migrate localStorage calls to storage utility module
Replace direct localStorage.getItem/setItem/removeItem with the
centralized storage module which provides versioned keys, automatic
JSON serialization, SSR safety, and error handling.
2026-02-01 17:34:37 +08:00
..
components refactor: Refactor context generate modal storage key management 2026-01-30 22:59:53 +08:00
hooks refactor: migrate localStorage calls to storage utility module 2026-02-01 17:34:37 +08:00
utils refactor: Refactor storage keys into hierarchical structure 2026-01-30 23:23:21 +08:00
index.tsx refactor: Refactor context generate modal storage key management 2026-01-30 22:59:53 +08:00
types.ts refactor: Refactor context generate modal storage key management 2026-01-30 22:59:53 +08:00