Commit Graph

174 Commits

Author SHA1 Message Date
B 178e72abdd
Merge pull request #128 from sultanpeyek/feature/bonfida-twitter-handling
[FEATURE] Implement Bonfida Twitter Handling
2021-07-16 10:28:40 +02:00
SULTAN PEYEK ff7475d019 Implement Bonfida Twitter Handling 2021-07-16 12:58:28 +07:00
Pigeon 4fe27d45dc
Added participated view (#119)
* Resolved filename space issue

* Participated view added

* fixed arts view for creators

Co-authored-by: Jordan Prince <jordanmprince@gmail.com>
2021-07-15 18:45:55 -05:00
shotgunofdeath 5d14dc958f
feat(actions): manual auction start (#127) 2021-07-15 18:30:37 -05:00
B c63820b4f5
Merge pull request #126 from sultanpeyek/fix/show-correct-edition
[FIX] Show correct edition on the art & auction page
2021-07-15 11:20:10 +02:00
SULTAN PEYEK bbc2a41f0c [FIX] Show correct edition on art & auction page 2021-07-15 13:41:05 +07:00
B 2ad2bbd0d4
Merge pull request #117 from kespinola/master
Wider Browser Version Support for NFT Upload
2021-07-14 09:47:25 +02:00
B 3e8eb7ec9e
Merge pull request #124 from metaplex-foundation/add-architecture-md
Add Architecture as Markdown
2021-07-14 09:44:38 +02:00
B a023569425
Merge pull request #123 from nathanramli/master
Fix bug: Items doesn't show up under created tab
2021-07-14 09:44:16 +02:00
rmshea a6b47cd448 Add Architecture as Markdown 2021-07-13 12:26:05 -06:00
nathanramli b6fc6781c0
Fix bug: Items doesn't show up under created tab
This is also fix items doesn't show up on an artist page when you're the only creator
And also fix the item your created doesn't show up under created tab when you're doesnt have the item.
2021-07-13 22:52:48 +07:00
Kyle Espinola bb07369a69 fix: use replace with g flag instead of replaceAll to support versions of chrome later than 85 2021-07-09 09:05:14 -07:00
B cc1de80b57
Merge pull request #105 from nathanramli/master 2021-07-06 23:37:12 +02:00
B 4876638e9d
Merge pull request #111 from metaplex-foundation/feature/performance
Feature/performance
2021-07-04 20:44:01 -05:00
bartosz-lipinski 8b3cd59d29 feat: display cancelled bids 2021-07-04 20:41:50 -05:00
bartosz-lipinski 83c3dbf914 chore: cleanup 2021-07-04 20:31:24 -05:00
bartosz-lipinski b22f771440 fix: starting bid 2021-07-03 22:33:20 -05:00
Jordan Prince 42a8d1d309
Edgecase for res list (#109)
* Super quick hotfix to token cli

* Account for edgecase in res list when you for some reason overwrite yourself

* Another fix, keeping track of population.
2021-07-02 22:13:03 -05:00
Danny Povolotski ecb99be7c8
Remove number "0" being rendered unintentionally (#84)
`canCreate && (<Link...)` evaluates to a fals-ey value and renders as the number "0". The proper way to achieve not showing anything is via a ternary operator.
2021-07-02 14:49:13 -05:00
Jordan Prince 2fd58e5b2b
Edgecase for res list (#107)
* Super quick hotfix to token cli

* Account for edgecase in res list when you for some reason overwrite yourself
2021-07-02 14:47:20 -05:00
Jordan Prince 56351bfc62
Super quick hotfix to token cli (#106) 2021-07-02 14:18:32 -05:00
nathanramli 16435735c1
bring back autoFocus on Auction Duration input 2021-07-03 00:09:14 +07:00
nathanramli f705c50e16
Add minutes, hours, days option on time input 2021-07-02 23:54:32 +07:00
B ad27a9ecf0
Merge pull request #101 from metaplex-foundation/feature/performance
Feature/performance
2021-06-30 00:29:33 -05:00
bartosz-lipinski 9f4d8f17ba feat: metadata 2021-06-29 23:49:28 -05:00
bartosz-lipinski 75ecc33764 chore: cleanup 2021-06-29 23:23:47 -05:00
bartosz-lipinski c44a2b7157 feat: improve load time 2021-06-29 22:13:41 -05:00
bartosz-lipinski 320b1a34b2 feat: style changes 2021-06-29 19:35:48 -05:00
B 1f706f15c5
Merge pull request #98 from metaplex-foundation/ensure-no-outside-authorities
Further check on init auction manager to ensure safety
2021-06-28 22:44:51 -05:00
Jordan Prince bc729d73b7 Ensure nobody but the authorities on the vault and auction (which should themselves be equal) can be authority on the auction manager. 2021-06-28 20:40:24 -07:00
B 8cc2097978
Merge pull request #96 from asghaier76/master
Add dockerization for the build process
2021-06-28 22:04:55 -05:00
B 4c6f14347a
Merge pull request #97 from metaplex-foundation/unwinder-p3
Fixes for cli
2021-06-28 22:04:14 -05:00
Jordan Prince e838546d7f Fixes for cli 2021-06-28 19:59:15 -07:00
Ahmad Sghaier 788d20e899 Merge branch 'master' of https://github.com/asghaier76/metaplex 2021-06-28 21:05:03 -04:00
Ahmad Sghaier 01bb6ed796 Add dockerfile to build docker image of prod app 2021-06-28 21:04:40 -04:00
Jordan Prince 921ad45044
Fix case where it's possible to assign authority to AuctionManager that does not yet exist (#94)
* A lovely wip commit on fixing a little loophole that could cause trouble when auction managers get front run.

* Finish up loophole closing
2021-06-28 18:28:10 -05:00
B e922c3ba95
Merge pull request #78 from metaplex-foundation/feature/video
Feature/video
2021-06-27 20:57:37 -05:00
bartosz-lipinski 3be750cb69 Merge remote-tracking branch 'origin/master' into feature/video 2021-06-27 20:56:48 -05:00
bartosz-lipinski 503b0e6ca4 feat: vr poster 2021-06-27 20:30:57 -05:00
bartosz-lipinski 35dd76e03d feat: display vr content 2021-06-27 20:27:19 -05:00
Jordan Prince 3ec50ee190
Tick Size and Gap Tick Size (#66)
* Draft code for tick sizes

* Hooking up front to back end, need to test it now.

* Don't adjust ids.

* Fully working tick size and gap tick percentage

* Final fixes and validations for tick and gap

* Update cargo.lock
2021-06-27 19:34:38 -05:00
Jordan Prince 7bfbf0f0af
I feel really guilty about this, but this hack was required to scale to 200 reservations in the current reservation system. We will soon deprecate in favor of an authority based system, but didnt want to leave people behind in the mean time. (#80) 2021-06-27 14:17:28 -05:00
bartosz-lipinski ca15bf4bd2 feat: file extension 2021-06-27 01:19:16 -05:00
bartosz-lipinski a1514188b8 chore: cleanup cards 2021-06-27 00:31:31 -05:00
bartosz-lipinski 6a5dbf1a21 feat: add user name 2021-06-27 00:28:31 -05:00
bartosz-lipinski c185cad93d chore: hide non NFTs 2021-06-27 00:26:22 -05:00
bartosz-lipinski be7f709b78 feat: video display 2021-06-27 00:02:24 -05:00
bartosz-lipinski fe04e1ea31 feat: add prod upload 2021-06-26 23:21:48 -05:00
bartosz-lipinski 71b40a633c chore: remove wallet 2021-06-26 23:19:32 -05:00
bartosz-lipinski 7618d607a6 chore: cleanup 2021-06-26 23:16:00 -05:00