Commit Graph

166 Commits

Author SHA1 Message Date
exromany 6e1c398ee9 fix dockerfile to build nextjs app 2021-07-13 12:32:34 +03:00
exromany 024385491f use REACT_APP_ prefix for public variables 2021-07-13 12:32:34 +03:00
exromany bd3d80ec6a replace cra to next.js 2021-07-13 12:32:34 +03:00
exromany b372642d2e prepare less as global styles 2021-07-13 12:32:31 +03: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
bartosz-lipinski cad35b1bb5 feat: fix video format 2021-06-26 23:15:18 -05:00
Jordan Prince 566c52ac40
Add current spots as a way to cut down on cpu time (#76) 2021-06-24 20:40:20 -05:00
Jordan Prince 312002e4f2 Some last minute fixes for res lsit 2021-06-24 18:01:03 -07:00
Jordan Prince 5a4086738b
reservation list fix for scaling (#70) 2021-06-24 19:07:29 -05:00
bartosz-lipinski 6d5efb5510 Merge remote-tracking branch 'origin/master' 2021-06-24 17:26:55 -05:00
B eab0796c35
Merge pull request #72 from metaplex-foundation/feature/skeletons
Performance improvments
2021-06-24 17:26:13 -05:00
bartosz-lipinski b4a6e0cd6b feat: add skeleton 2021-06-24 15:17:37 -05:00
bartosz-lipinski a2543dd58c chore: clean up 2021-06-23 23:51:49 -05:00