Achraf
Achraf
This is a completion of https://github.com/curaOS/contracts/issues/3 Claim_design should get two paramaters `media`: is an image URL of the final state of the creative code (deployed to Arweave) `media_animation`: is the...
If we wanna change the hooks package configuration we have to edit [near-utils.js](https://github.com/curaOS/source/blob/6e2c2387b50a7496d8a3f4f4a892d25e938c127e/packages/hooks/src/near-utils.ts) manually before the package is deployed. And it can't be edited afterward. The main concern for now...

If #185 gets merged, we need to update documentation to match it too
The goal is to opitimze and improve `@cura/hooks` - [ ] #207 - [x] #102 - [ ] #206 - [ ] #95
 ## Issue If you own too many NFTs, the view page stops working because of gas limit. ## Solution Add paging with infinite scroll to the view page, same...
The goal of `useNFTExplore` is to fetch multiple NFTs at one time and have a pagination system. It is useful for cura and other projects too. And we should remove...
After this https://github.com/curaOS/contracts/issues/3 gets implemented we should add `type="image"` to `MediaObject` components in the frontend, because now it assume all medias are HTML And because of that, they get displayed...
We added multiple styles to `theme.ts` to fit the new design but it's still relying on `tailwand preset` for basic stuff like borderSizes and baseColors. I think it would better...
## What does this PR do? Adds an option to skip writing to calendar in the `ics-feed` app (#13337). This allows it to integrate with calendar services that can't be...