Manifold Markets: A market for every question
9ba7c04524
* Abstract sell shares row to component * Allow sell row to show just a button This is nice for the feed and on a bet's mobile interface. * Add and use floor shares * Allow sell button on the same line as bet button * Move use save shares to own file * Make sure to sell non-integer shares * Create SellButon & sell non-integer shares * Remove props prefixes * Break out sell modal and button |
||
---|---|---|
common | ||
functions | ||
og-image | ||
web | ||
.firebaserc | ||
.gitignore | ||
.prettierrc | ||
firebase.json | ||
firestore.indexes.json | ||
firestore.rules | ||
LICENSE.md | ||
package.json | ||
README.md | ||
yarn.lock |
Manifold Markets
Directory overview
web/
: UI and biz logic. Where most of the site livesfunctions/
: Firebase cloud functions, for secure work (balances, Stripe payments, emails)common/
: shared between web & functionsog-image/
: The OpenGraph image generator; creates the preview images shown on Twitter/social media