manifold/web/lib/firebase
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
..
answers.ts More absolute imports (#156) 2022-05-09 09:04:36 -04:00
api-call.ts Groups (#510) 2022-06-22 11:35:50 -05:00
bets.ts Add discover tab of users based on markets you have bet on 2022-06-07 23:42:42 -05:00
comments.ts Groups (#510) 2022-06-22 11:35:50 -05:00
contracts.ts Groups (#510) 2022-06-22 11:35:50 -05:00
fn-call.ts Manalink: Send mana to anyone via link (#114) 2022-06-23 01:07:52 -07:00
groups.ts Unused vars 2022-06-22 17:21:31 -05:00
init.ts Add more linting to web package (#343) 2022-05-26 14:41:24 -07:00
liquidity.ts Liquidity withdrawal (#457) 2022-06-08 13:00:49 -05:00
manalinks.ts Manalink: Send mana to anyone via link (#114) 2022-06-23 01:07:52 -07:00
notifications.ts Revert "Revert "Turn on no unused variables linting, kill dead code (#484)"" 2022-06-12 21:42:41 -07:00
storage.ts User profile (#44) 2022-02-03 21:04:56 -06:00
tracking.ts Remove unused imports from random files (#224) 2022-05-13 18:30:52 -07:00
txns.ts Manalink: Send mana to anyone via link (#114) 2022-06-23 01:07:52 -07:00
users.ts Manalink: Send mana to anyone via link (#114) 2022-06-23 01:07:52 -07:00
utils.ts Remove unused imports from random files (#224) 2022-05-13 18:30:52 -07:00