* 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 |
||
|---|---|---|
| .. | ||
| .husky | ||
| components | ||
| hooks | ||
| lib | ||
| pages | ||
| public | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierignore | ||
| next-env.d.ts | ||
| next-sitemap.js | ||
| next.config.js | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| yarn.lock | ||
Manifold Markets web
Getting Started
yarnto install all dependenciesyarn dev:devto bring up a local instance, pointing to dev database)- Your site will be available on http://localhost:3000
(yarn dev will point you to prod database)
Formatting
Before committing, run yarn format to format your code.
Recommended: Use a Prettier editor integration to automatically format on save
Developer Experience TODOs
- Prevent git pushing if there are Typescript errors?