-
Notifications
You must be signed in to change notification settings - Fork 20
feat: add PAPI UI #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add PAPI UI #42
Conversation
836504c
to
12a0773
Compare
@marcuspang This is a good start, but seems like some stuff was broken when I tried to use it locally.
Yes, this is something we would definitely need to have, and the code for making working images should be found in the old UI included in this repo. If you want to follow up in a slightly more synchronous chat, you can ping me at |
The local data was not getting updated as the `kitties` and `kittiesOwned` variables always pointed to the same value, so tanstack query was not updating `data`
@shawntabrizi sorry about that, I should have tested without the node running more thoroughly. I've got it working without the node now, along with the images. Here's a short demo demo_compressed.mov |
@marcuspang this is awesome! It has basically all the features i was looking for and way more. I really appreciate that you made the offline scenario work so well. I am going to approve and merge this in, and then look more deeply to see how to convert this into a tutorial. Please let me know if you would like to continue to be involved! Also share your Polkadot address so I can make sure you receive a tip for your work! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome :)
@shawntabrizi awesome, would love to continue to get involved. Once you have some details for how the frontend part of the tutorial will look like, I can update the structure to make it more step-by-step Polkadot address: 5DybbVdLvVWd7MiA1YwkzLUNL1ThMDicozbuLc8v9pQEScPQ |
@marcuspang i haven't had time yet to update the UI or make the tutorial, but you can find your Tip was approved here: |
Fixes #41
Description
Frontend created with React, tailwind.css, and Radix UI. I am not sure if it's necessary to add the crypto kitties images, but the main functionality is implemented as mentioned in requirements.
Requirements
example.json
could contain static data which makes the UI look like it is running and pulling data from the blockchain.