anovazzi1

Results 66 issues of anovazzi1

This pull request simplifies the construction of agent input text content. The `build_agent_input_text_content` function has been refactored to remove unnecessary code and improve readability. The function now only includes the...

size:S
refactor

This pull request fixes an issue where there was potential overlap when pasting a copied selection. The commit adds a random factor to the x and y coordinates of the...

bug
size:XS

This pull request refactors the NoteNode component by removing the limit constants and styles related to the maximum height and width. This allows for infinite resizing of the NoteNode component.

bug
size:XS

this pr fixes the langwatch icon with the proper viewbox

bug
size:XS

The pr adds a new component called JsonEditor for editing JSON data. It replaces the previous JsonView component used for displaying JSON data. This change improves the functionality and user...

This pull request removes unused API functions that are no longer needed. The changes include removing the `sendAllProps` type and updating the `errorsTypeAPI` type. These changes improve the codebase by...

size:L