manifold/common
Austin Chen 6cc2d8af58
Manalink: Send mana to anyone via link (#114)
* Set up Firestore structure for mana bounty links

* Split up manalinks into successes and failures

* Allow clients to create manalinks

* Track txnId and successful users

* Store custom amounts in the link

* List all manalinks you've created

* Support backend for claiming manalinks

* Add some more error handling

* Tweak readme

* Fix typescript breakage

* Revert "Convert common imports in functions to be absolute"

This reverts commit c03518e906.

* Scaffolding so `claimManalink` works

* Clean up imports

* Barebones endpoint to claim mana

* Fix rules to only allow link creators to query

* Design out claim giftcard

* List all claimed transactions

* Style in a more awesome card

* Fix import

* Padding tweak

* Fix useManalinkTxns hook

* /send -> /link

* Tidy up some details

* Do a bunch of random manalinks work

* Fix up LinksTable to build

* Clean up LinksTable an absurd amount

* Basic details functionality on manalinks table

* Work on manalink claim stuff

* Fix up some merge mess

* Not-signed-in flow implemented

* Better manalinks table

* Only show outstanding links in table

* Use new `ManalinkTxn` type

* /link -> /links

* Change manalinks page UI to use nice looking tabs

* Many fixes to manalinks UI

* Default to 1 use

* Tidying up

* Some copy changes based on feedback

* Add required index

Co-authored-by: Marshall Polaris <marshall@pol.rs>
2022-06-23 01:07:52 -07:00
..
envs Groups (#510) 2022-06-22 11:35:50 -05:00
util Clean up unclean user names (#543) 2022-06-18 14:31:39 -07:00
.eslintrc.js Change eslint unused var to 'warn' instead of 'error' 2022-06-15 14:48:12 -05:00
.gitignore Add package.json to common directory, and lodash dependency 2022-02-01 12:59:51 -06:00
add-liquidity.ts Refactor contract typing to be more concise and more correct (#355) 2022-05-31 19:42:35 -07:00
answer.ts Revert "Represent DB avatar URLs as non-null (#128)" 2022-05-06 14:29:15 -04:00
antes.ts Refactor contract typing to be more concise and more correct (#355) 2022-05-31 19:42:35 -07:00
bet.ts Numeric range markets!! (#146) 2022-05-19 12:42:03 -05:00
calculate-cpmm.ts Liquidity withdrawal (#457) 2022-06-08 13:00:49 -05:00
calculate-dpm.ts dpm: don't use weightedShareTotal 2022-06-08 16:18:00 -05:00
calculate-fixed-payouts.ts Refactor contract typing to be more concise and more correct (#355) 2022-05-31 19:42:35 -07:00
calculate.ts Don't show sell button if you have sold all your shares 2022-06-21 10:14:55 -05:00
categories.ts exclude certain categories for new users 2022-06-21 10:01:51 -05:00
charity.ts Add ACLU charity 2022-06-11 18:06:44 -07:00
comment.ts Groups (#510) 2022-06-22 11:35:50 -05:00
contract.ts add resolutionProbability to LiteMarket (#546) 2022-06-22 15:28:11 -07:00
feed.ts Categories (#132) 2022-05-12 10:07:10 -05:00
fees.ts eliminate platform, liquidty fees 2022-06-16 12:46:34 -05:00
follow.ts Create Top Followed Users leaderboard (#531) 2022-06-22 11:05:54 -05:00
group.ts Remove group details cache, update group directly 2022-06-22 17:19:17 -05:00
liquidity-provision.ts Cfmm (#64) 2022-03-15 17:27:51 -05:00
manalink.ts Manalink: Send mana to anyone via link (#114) 2022-06-23 01:07:52 -07:00
new-bet.ts Refactor contract typing to be more concise and more correct (#355) 2022-05-31 19:42:35 -07:00
new-contract.ts Remove group details cache, update group directly 2022-06-22 17:19:17 -05:00
notification.ts Groups (#510) 2022-06-22 11:35:50 -05:00
numeric-constants.ts Numeric range markets!! (#146) 2022-05-19 12:42:03 -05:00
package.json Add yarn verify script (#378) 2022-06-03 15:10:14 -07:00
payouts-dpm.ts Refactor contract typing to be more concise and more correct (#355) 2022-05-31 19:42:35 -07:00
payouts-fixed.ts Refactor contract typing to be more concise and more correct (#355) 2022-05-31 19:42:35 -07:00
payouts.ts Refactor contract typing to be more concise and more correct (#355) 2022-05-31 19:42:35 -07:00
quadratic-funding.ts Add quadratic matching to Manifold for Charity (#486) 2022-06-13 20:53:29 -07:00
recommended-contracts.ts Change lodash stuff so that it can be tree-shaken out of build (#233) 2022-05-22 01:36:05 -07:00
scoring.ts Groups (#510) 2022-06-22 11:35:50 -05:00
sell-bet.ts Properly fill probs on DPMM bets (#480) 2022-06-10 15:15:52 -06:00
tracking.ts Track latency of feed and portfolio page. 2022-04-21 01:00:08 -05:00
tsconfig.json Add tsconfig, more linting to common package (#324) 2022-05-25 17:12:36 -07:00
txn.ts Manalink: Send mana to anyone via link (#114) 2022-06-23 01:07:52 -07:00
user.ts Daily/Weekly/Monthly Leaderboards by Fede (#557) 2022-06-22 15:29:40 -05:00
yarn.lock Add package.json to common directory, and lodash dependency 2022-02-01 12:59:51 -06:00