langflow/src
Cristhian Zanforlin Lousa ebb5254975
feat: centralize browser tab opening with customOpenNewTab utility (#8064)
*  (NodeStatus): Add customOpenNewTab function to handle opening links in a new tab
🔧 (connectionComponent): Use customOpenNewTab function to open links in a new tab
🔧 (linkComponent): Use customOpenNewTab function to open links in a new tab
🔧 (custom-open-new-tab.ts): Create customOpenNewTab function to open links in a new tab
🔧 (new-modal): Use customOpenNewTab function to open LangflowButtonRedirectTarget link in a new tab
🔧 (nodeToolbarComponent): Remove unnecessary dependency openInNewTab from useEffect in NodeToolbarComponent

*  (frontend): Add customOpenNewTab function to handle opening links in a new tab for better customization and control. Remove openInNewTab function to avoid redundancy and simplify code.
2025-05-15 17:08:46 +00:00
..
backend fix: Properly escape new line characters in webhook (#8054) 2025-05-15 16:21:58 +00:00
frontend feat: centralize browser tab opening with customOpenNewTab utility (#8064) 2025-05-15 17:08:46 +00:00