Félix Malfait
8b4b9ef8da
Change type import rule ( #13751 )
...
Forcing "type" to be explicit, works best will rollup on the frontend to
exclude depdendencies
2025-08-08 01:27:05 +02:00
Baptiste Devessier
9353e777ea
Copy JSON values on click ( #11382 )
...
https://github.com/user-attachments/assets/1638c196-fb9c-4f2b-910c-6d8b0693a37a
Closes https://github.com/twentyhq/core-team-issues/issues/568
2025-04-04 11:20:57 +02:00
Baptiste Devessier
bea75b9532
Set failed node's output as red ( #11358 )
...
| Error | Success |
|--------|--------|
| 
| 
|
Closes https://github.com/twentyhq/core-team-issues/issues/716
2025-04-03 08:58:56 +02:00
Baptiste Devessier
1ecc5e2bf6
Limit nodes opened by default in the JSON Tree component ( #11002 )
...
- Add a parameter to choose which nodes to open by default
- On the Admin Panel, open all nodes by default
- On the Workflow Run step output, open only the two first depths
- On the Workflow Run step input, open only the previous step first
depth
- Display `[empty string]` when a node is an empty string
- Now, display `null` instead of `[null]`
## Demo
https://github.com/user-attachments/assets/99b3078a-da3c-4330-b0ff-ddb2e360d933
Closes https://github.com/twentyhq/core-team-issues/issues/538
2025-03-19 11:44:34 +01:00
Baptiste Devessier
093d6c0a1a
Extract the JSON visualizer component in twenty-ui ( #10937 )
...
- Move the JsonTree component and the other components to twenty-ui
- Rely on a React Context to provide translations
## Future work
It would be good to migrate the `createRequiredContext` function to
`twenty-ui`. I didn't want to migrate it in this PR but would have liked
to use it.
2025-03-17 15:00:06 +00:00