José Francisco Calvo
José Francisco Calvo
This issue will include all the changes necessary to move some functionality that is not present on API v0 to API v1. Some changes will be required on the UI...
# Description This is a PR grouping all the changes needed on `argilla` repo related with changes on `argilla-server` migrating endpoints from API v0 to API v1. > [!WARNING] >...
The frontend code should use the new `/api/v1/me` to get information about the current user. Some changes has been added as well: * `full_name` user attribute is not used for...
# Description We will use this PR to check that GitHub Actions are working as expected for `argilla` folder, integrated with new `argilla-server` project. **Type of change** (Please delete options...
For some reason when rendering delete button with a content different from simple text it stop working. Working example: ```elixir delete ``` Not working example: ```elixir delete ``` I found...