|
|
179d3ae2a4
|
Add workflow success edge (#10120)
- Refactor the handles: the source handles are now part of the edges as
markerStart
- **As the source handles are now part of the edges, we can delete the
`markLeafNodes` logic; this can be done in another PR**. See
https://github.com/twentyhq/core-team-issues/issues/386
- Create a custom edge component for the default edge
- Create a custom edge component for the success edge; this includes a
label
**The edges can be tested in Storybook. I wrote two stories for the
edges.**
| Default | Success |
|--------|--------|
| 
| 
|
|
2025-02-11 13:01:11 +00:00 |
|
|
|
03f3ccd060
|
Fix workflow edges color (#9917)
Fixes
https://discord.com/channels/1130383047699738754/1333831150535442462
|
2025-01-29 18:04:32 +01:00 |
|
|
|
bbb0c9a761
|
Improve the design of workflow nodes (#9810)
- Go over every node in the workflows and fix the styles to conform to
Figma
- Create stories for every node type
|
2025-01-23 15:12:37 +00:00 |
|
|
|
c543a930cd
|
Improve workflow arrows' design (#9619)
Old design:

New design:

|
2025-01-14 22:38:44 +01:00 |
|
|
|
9e74ffae52
|
Refacto workflow folders (#9302)
- Create separated folders for sections
- Add components
- Add utils and clean old ones
- Add constants
- Rename search variables folder and components
Next steps:
- clean hooks
- clean states
|
2024-12-31 16:08:14 +00:00 |
|