Krešimir Čoko

Results 23 issues of Krešimir Čoko

### Describe the bug ovaj kod triggera refetch: ``` useEffect(() => { if (!currentNode || currentNode?.trigger) { return; } console.log('refetch workflowNodeOutputs when a new node is added'); refetchWorkflowNodeOutputs(); // eslint-disable-next-line...

bug
backend

### Tell us about the problem you're trying to solve https://balsamiq.cloud/spslzug/ph7qmda/rF807 ![image](https://github.com/bytechefhq/bytechef/assets/24564752/64e3de83-fe5c-4f46-86b5-4f855ecaccf9)

enhancement
frontend

Probably best to do after #1062 Current ideas: - utilize sanitizeHtml to take control of value at a different stage - send scuffed value to server and handle it serverside

bug
frontend

https://github.com/bytechefhq/bytechef/blob/master/client/src/pages/platform/workflow-editor/components/Properties/components/PropertyMentionsInput/PropertyMentionsInput.tsx#L292-L293 This useMemo is the culprit, it doesn't allow changes to enter the component - we can't remove it easily. Probably best to try again when migrating to new version...

### Tell us about the problem you're trying to solve For example, NUMBER should accept a datapill or a number without changing input type and while preserving the number type...

enhancement

### Describe the bug - ### Steps To Reproduce - ### Expected behavior - ### Version master ### OS Windows 11 ### Browser Firefox ### Additional context _No response_

bug
frontend

Goal is to have only [Lucide](https://lucide.dev/icons/) icons in the codebase. Replace all existing (mostly radix) icons with equivalent Lucide icons

good first issue
frontend
clean code
hacktoberfest

### Improvement target When deleting a workflow, pressing Escape should close the modal. Also it would be beneficial to add a close icon in the header, like other modals in...

good first issue
frontend
hacktoberfest

### Improvement target When deleting a workflow, pressing Enter should delete the workflow ### Improvement description ![image](https://github.com/user-attachments/assets/ed6a8a2d-511d-4b0b-9763-b92020dd4fd1) ### Observed Version master

good first issue
frontend
hacktoberfest