Nicolas Santangelo

Results 38 issues of Nicolas Santangelo

I don't know if this is currently possible but it would be nice to be able to change the due date of a task from the [editing tasks view](https://github.com/idpaterson/alfred-wunderlist-workflow#editing-tasks) like...

Closes #2207 #2208 #2210 TODO: - update config/envs (dev.json, stg.json, prd.json) - use a feature flag?

Ditch `asset.json` jsons in favour of the new (alpha) `wearable.json` file. Examples: [portable.zip](https://github.com/decentraland/builder/files/9304295/portable.zip) [banana.zip](https://github.com/decentraland/builder/files/9304298/banana.zip) [hat.zip](https://github.com/decentraland/builder/files/9304301/hat.zip)

https://images.zenhubusercontent.com/162741822/0fec95b7-5588-40bc-a4ae-e3a56ed36b19/screen_recording_2021_07_02_at_13_15_44.mov

bug
good first issue

The `handleInitiateTPItemsApprovalFlow` should use the builder-client instead of directly fetching that from the builder server. For this we need to: - [ ] Update the builder client so it can...

good first issue

## 🎉 Description When the text of curation table columns is long enough but not super long, it gets a bit too close to the next value. Like the date...

enhancement
good first issue

When seeing the collections in a list view on `/collection`, add the amount of published items on the right side: ![image.png](https://images.zenhubusercontent.com/601dcbd9715e60c791100933/217be79e-16d2-46e4-95d7-32a683c1a315) Related to #1905 and #1723

It shouldn't really change anything and it should allow us to rewrite the indexById as ```ts static indexById( list: (T | undefined)[] ): Record { return this.indexBy(list, 'id') } static...

The idea is to remove the option from the main dropdown here: ![image](https://user-images.githubusercontent.com/692077/152041461-8439398d-fcba-421c-a4a0-5e46a4f40e00.png) however this change affects users that are already creating content in the Builder right now so we...

good first issue

![image.png](https://images.zenhubusercontent.com/601dcbd9715e60c791100933/f1d8f320-1778-447d-b798-eeee82a6c459) ![image.png](https://images.zenhubusercontent.com/601dcbd9715e60c791100933/7b745965-2b06-4b8d-99e5-d1d5f708d766) TODO: - [ ] For each TP collection curation, fetch the `/collectionCuration/:id/itemStats` endpoint and add a loader in the last column. - [ ] Add the item stats...