MythicLegendary / SP10_FALL_2022

2 stars 0 forks source link

Create API Calling UI for Cosmos based on older index.html #19

Closed wildwilliam2 closed 1 year ago

AbhijayS commented 1 year ago

I've created a general "card" UI constructor (see cosmos-snap/packages/site/src/components/Card.tsx) to easily create card UIs

AbhijayS commented 1 year ago

@wildwilliam2 All UI cards are complete. They all send the same 'hello' message to backend. Go ahead and close this task if complete.

wildwilliam2 commented 1 year ago

I have integrated the changes into master. Nice work. Take a look at the modifications I made to snap.ts to get an idea of how I want new features to be implemented moving forward.