source icon indicating copy to clipboard operation
source copied to clipboard

Start a solid foundation of tools for creators+builders.

Results 11 source issues
Sort by recently updated
recently updated
newest added

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...

p0
Frontend

- [x] #143 - [ ] NFTE

p1
@cura/components
@cura/hooks

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...

p1
@cura/hooks

![image](https://user-images.githubusercontent.com/54310457/144395824-ca9ee762-cd12-49b0-80fd-cd62de6e7a9f.png)

p2
Frontend

If #185 gets merged, we need to update documentation to match it too

p2
Good First

The goal is to opitimze and improve `@cura/hooks` - [ ] #207 - [x] #102 - [ ] #206 - [ ] #95

Epic
@cura/hooks

![image](https://user-images.githubusercontent.com/54310457/146222767-95623161-4bde-47fd-b39d-00d08d447320.png) ## 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...

Frontend

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...

p2
@cura/hooks

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...

Frontend

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...

p2
@cura/components