Commit Graph

440 Commits

Author SHA1 Message Date
bartosz-lipinski f1c08ebcdb feat: routes 2021-04-05 14:16:25 -05:00
Jordan Prince f9bfa0fd36 Store metadata json in update call 2021-04-05 14:02:45 -05:00
Jordan Prince 01bbfa5303 Added a saving 2021-04-05 13:03:24 -05:00
Jordan Prince 3a521460e2 Full form hookups 2021-04-05 12:13:22 -05:00
Jordan Prince 499d5cb910 One more 2021-04-05 11:01:46 -05:00
Jordan Prince 58a0977443 hook up connections to card from form 2021-04-05 11:01:11 -05:00
bartosz-lipinski b61c59530b feat: add fields 2021-04-05 10:54:25 -05:00
Jose 763337ddc9
Trending auctions (#40)
* MainAuctionCard

* trending auctions

* fix scroll, reduce padding

* fixing errors/warnings and formatting

* formatting & sold auctions

* artists cards
2021-04-05 10:37:56 -05:00
bartosz-lipinski c905efd2c3 feat: layout 2021-04-05 09:59:06 -05:00
bartosz-lipinski 10bb6b060a Merge branch 'feature/m' of https://github.com/solana-labs/oyster into feature/m 2021-04-05 09:53:18 -05:00
bartosz-lipinski ec972d63a2 feat: style 2021-04-05 09:53:14 -05:00
Jordan Prince 0ee96e01e6 Loading images 2021-04-05 09:50:06 -05:00
Jordan Prince 3f11561b8e WIP on art card 2021-04-05 09:40:57 -05:00
bartosz-lipinski 3c4def9c5e :Merge branch 'feature/m' of https://github.com/solana-labs/oyster into feature/m 2021-04-05 09:35:03 -05:00
bartosz-lipinski fdb41495b2 feat: mint flow 2021-04-05 09:34:59 -05:00
Jordan Prince 2b5662e55a Fix hashing 2021-04-05 09:15:51 -05:00
Jordan Prince 4ee2908093 Fixes for arweave push 2021-04-05 08:58:52 -05:00
bartosz-lipinski 2150fc4b9e feat: upload 2021-04-05 08:46:35 -05:00
Jordan Prince dd62483256 Think this variation works 2021-04-05 00:14:56 -05:00
bartosz-lipinski f7571bcc4a feat: add files 2021-04-05 00:03:38 -05:00
Jordan Prince c1f72a6f5d No idea if any of this works, just a wip commit on hooking up upload to arweave 2021-04-04 23:22:50 -05:00
bartosz-lipinski 2779947c83 feat: query accounts 2021-04-04 23:21:36 -05:00
Jordan Prince c307827dca Dont log the wallet bro 2021-04-04 21:46:51 -05:00
Jordan Prince 319dca85b0 Merge branch 'arweave' into feature/m 2021-04-04 21:45:56 -05:00
bartosz-lipinski 37de3b5399 fix: nft 2021-04-04 21:44:55 -05:00
Jordan Prince 64bcfdca1f Add rough, very rough arweave endpoint for uploadFile endpoint for nft project 2021-04-04 21:37:50 -05:00
bartosz-lipinski 8e72841ebc chore: cleanup 2021-04-04 20:36:45 -05:00
bartosz-lipinski a2e0902da8 feat: add minting 2021-04-04 20:36:01 -05:00
bartosz-lipinski e4ebc9020b feat: nft 2021-04-04 19:56:26 -05:00
bartosz-lipinski 6073cce976 feat: dark theme 2021-04-04 09:58:25 -05:00
bartosz-lipinski 4fdcf4faca feat: minting 2021-04-03 22:50:07 -05:00
bartosz-lipinski b311e4ff4c feat: add views 2021-04-03 21:29:44 -05:00
bartosz-lipinski 73f6c5ae63 feat: update style 2021-04-03 10:08:12 -05:00
bartosz-lipinski 5effd0c2fa feat: update style 2021-04-03 10:07:58 -05:00
Jose d32be8875a
MainAuctionCard (#38) 2021-04-01 20:15:52 -05:00
bartosz-lipinski 1f87b01d60 Merge branch 'feature/m' of https://github.com/solana-labs/oyster into feature/m 2021-04-01 19:58:07 -05:00
bartosz-lipinski ebb4689db3 feat: add auction program 2021-04-01 19:56:04 -05:00
Jose 80387c8181
Metavinci (#37)
* fix build

* initial layout creation
2021-04-01 13:31:13 -05:00
bartosz-lipinski 530ee5daaf feat: inital commit 2021-03-31 15:05:26 -05:00
bartosz-lipinski 223d4a1f36 fix: css 2021-03-29 23:00:23 -05:00
bartosz-lipinski 6934baaffc feat: bridge css 2021-03-29 22:58:34 -05:00
Juan Diego García a32c87ff16
UI desing (#36)
* Added first design part

* Added full design and footer

* Added footer and navbar

* Fix temp transfer
2021-03-29 22:51:31 -05:00
Jordan Prince 769bce1caa
Refactor timelock (#35)
* latest ids

* reset ids to newest app

* WIP commit on building out vote bubble chart

* New ids

* Got vote account grabber workings

* Start work on voter bubble graph

* Refactored timelock state out of timelock set, plus a few other fixes

* Get rid of draft mode only voting and the concept of any above vote slot, which we never will use

* Add count to timelock config plus some other minor fixes

* WIP commit on two-mint proposals

* Finish support for councils

* Update to new ids for demo

* Add voter visual support with dummy data for now. Need to follow up with hookup.

* Change withdrawals so they burn votes when you withdraw during voting instead of just outlawing it.

* Add RPC-based governance record hook up to the front end visual display

Co-authored-by: Dummy Tester 123 <dummytester123@hey.com>
2021-03-29 15:18:56 -05:00
Jordan Prince fc61467f3b
Refactor timelock (#33)
* latest ids

* reset ids to newest app

* WIP commit on building out vote bubble chart

* New ids

* Got vote account grabber workings

* Start work on voter bubble graph

* Refactored timelock state out of timelock set, plus a few other fixes

* Get rid of draft mode only voting and the concept of any above vote slot, which we never will use

* Add count to timelock config plus some other minor fixes

* WIP commit on two-mint proposals

* Finish support for councils

* Update to new ids for demo

Co-authored-by: Dummy Tester 123 <dummytester123@hey.com>
2021-03-25 17:53:19 -05:00
bartosz-lipinski 8fc5e15432 feat: add claimed vaa format 2021-03-25 12:22:45 -05:00
Jordan Prince e35050ec15
Proposals (#32)
* Timing fixes to avoid burnout in the rpc layer

* New ids for demo

Co-authored-by: Dummy Tester 123 <dummytester123@hey.com>
2021-03-25 08:47:43 -05:00
Jordan Prince eb13626ca7
Proposals (#31)
* latest ids

* reset ids to newest app

* WIP commit on building out vote bubble chart

* New ids

* Got vote account grabber workings

* Start work on voter bubble graph

Co-authored-by: Dummy Tester 123 <dummytester123@hey.com>
2021-03-24 16:11:30 -05:00
bartosz-lipinski 6a9a5e8674 fix: proposals release 2021-03-22 15:37:08 -05:00
bartosz-lipinski d70f7c282d feat: update account 2021-03-22 13:11:12 -05:00
bartosz-lipinski a5338e177d feat: fix phantom connectivity 2021-03-22 10:21:09 -05:00