Commit Graph
117 Commits
Author SHA1 Message Date
Waleed Latif 3850c112ca Standardized output format for blocks/tools. Updated executor so we can now resolve sub-json values for tagged inputs. Updated serializer to match new block output format. 2025-01-30 13:50:38 -08:00
Emir Karabeg 15b42c7d19 Fixed comment on short input 2025-01-30 13:42:37 -08:00
Emir Karabeg 32faaf6d4d Fixed short input comments 2025-01-30 13:42:00 -08:00
Emir Karabeg ffc6cb0613 Special tag works on short input 2025-01-30 13:39:17 -08:00
Emir Karabeg 2dc677b4ff Added ability for horizontal ports 2025-01-30 12:56:59 -08:00
Emir Karabeg f9abc43daa Fixed spacing of tag inside short input on drop 2025-01-30 12:29:27 -08:00
Emir Karabeg b25af5cf58 Changed hover over to ring instead of outline for short input 2025-01-30 12:28:03 -08:00
Emir Karabeg d73a8957a9 Fixed and improved version history 2025-01-30 11:50:52 -08:00
Emir Karabeg 36921b65c4 Set selected block null on edge click 2025-01-30 11:41:52 -08:00
Emir Karabeg e879a64d77 Added hover to X on edge 2025-01-30 11:25:45 -08:00
Emir Karabeg a6cb2ae0a7 Deleted some unnecessary comments 2025-01-30 11:24:32 -08:00
Emir Karabeg c8123903d3 Added comments to workflow 2025-01-30 11:23:32 -08:00
Emir Karabeg 9defa59c72 Separated workflow into components 2025-01-30 11:21:33 -08:00
Emir Karabeg b32957ab38 Added edges focusable and delete UI 2025-01-30 11:17:11 -08:00
Emir Karabeg d170872b84 Fixed connection block spacing 2025-01-29 23:59:25 -08:00
Emir Karabeg 90c28c93ad Made horizontal action bar to the right of the workflow block 2025-01-29 23:55:45 -08:00
Emir Karabeg dd2caee5ca Fixed hydration error 2025-01-29 23:36:43 -08:00
Emir Karabeg 04fb16ce40 Fixed switch and deleted unnecessary page 2025-01-29 23:30:42 -08:00
Waleed Latif dc64f0b388 Added Firecrawl web scrape tool/block and switch toggle sub-block 2025-01-29 22:27:50 -08:00
Emir Karabeg 38e3731111 Added duplicate block function 2025-01-29 21:29:40 -08:00
Emir Karabeg dc5707031f Added disabled tag to disabled workflow block 2025-01-29 21:06:19 -08:00
Emir Karabeg c22d612fa7 Created visual effect for disabled workflow block 2025-01-29 21:01:41 -08:00
Emir Karabeg 9b8f124e01 Added block enable/disable state 2025-01-29 20:52:21 -08:00
Emir Karabeg 8b9522d0eb Fixed refresh duplicating workflows bug 2025-01-29 20:30:16 -08:00
Emir Karabeg 006a4523a8 Added logic for when user is entering platform with no workflow history, and adding checks for validating current workflow id 2025-01-29 20:19:24 -08:00
Emir Karabeg 3d97f1df58 Solved hydration error 2025-01-29 19:23:05 -08:00
Emir Karabeg 8058e36733 Fixed minor styling on settings page 2025-01-29 14:19:01 -08:00
Emir Karabeg 55b1a41de2 Added dummy settings page 2025-01-29 14:17:45 -08:00
Emir Karabeg 47dc2e78dc Added persistence and localization of notifications to each workflow 2025-01-29 13:49:35 -08:00
Emir Karabeg e336aea733 Fixed workflow naming and added to control bar 2025-01-29 13:39:05 -08:00
Emir Karabeg 13e30eb0a3 Added ability to add/delete workflows and persist state and history 2025-01-29 13:26:45 -08:00
Emir Karabeg 5ee1a8c299 Fixed history id error 2025-01-29 10:01:40 -08:00
Emir Karabeg 2a55ae9563 Made sidebar tooltips above toolbar 2025-01-29 09:49:29 -08:00
Emir Karabeg 87f49a42a6 Fixed sidebar toggle height on open 2025-01-28 21:19:17 -08:00
Emir Karabeg 1152f6f494 Toolbar expand and collapse does not influence workflow 2025-01-28 21:09:50 -08:00
Emir Karabeg 293aff8508 Added search to toolbar and added collapse/open toggle 2025-01-28 21:06:33 -08:00
Emir Karabeg ce3da9b7e0 Added toolbar block search 2025-01-28 19:49:47 -08:00
Waleed Latif 1ce6a1ec25 Fixed hydration error from mismatched server-rendered HTML and client-side rendered content by unifying initial timestamp 2025-01-28 19:49:41 -08:00
Waleed Latif 5ccf55cbb8 Extended and simplified executor and workflow execution hook, connections work. Added new unit test for Agent -> Function -> API and it passes. Tested Agent -> API in workflow UI, succeeds. 2025-01-28 19:36:17 -08:00
Emir Karabeg 70c5b9e1d1 Pushed correct files into toolbar 2025-01-28 19:13:18 -08:00
Emir Karabeg 58d5a83150 Took out input styling but kept state logic for dropping into input 2025-01-28 15:02:55 -08:00
Waleed Latif 4d3aead26c Added output to workflow state, since it can dynamically change based on what fields are filled/not filled out. Simplified execution by removing interface validation, moved to serializer. Modified unit tests accordingly 2025-01-28 13:52:10 -08:00
Emir Karabeg c71b6aa18f Input sub block connection UI complete with cursor disappear error and scroll right error 2025-01-27 19:48:27 -08:00
Emir Karabeg 1fda706dbe Storing connection typing and styling changes before implementation in state 2025-01-27 19:48:27 -08:00
Waleed Latif edcea1504b Created hook to run workflow, attached to run button in control bar 2025-01-22 19:07:51 -08:00
Emir Karabeg 428ec5a45f Prevent dragging into other blocks for connection block 2025-01-21 21:44:10 -08:00
Emir Karabeg 51835e9aa6 Set up basic drag connection block into sub block. For now only finished short-input. 2025-01-21 20:52:10 -08:00
Emir Karabeg cc68272b48 Fixed block deletion bug 2025-01-21 20:38:40 -08:00
Emir Karabeg c61ac72b47 Added accurate last saved in control bar 2025-01-21 18:17:41 -08:00
Emir Karabeg 7b11c958eb Fixed dropdown default value and styling issue when text was too long 2025-01-21 18:12:39 -08:00