James Grugett
|
c00681abd8
|
Move mobile limit bets list into bet dialog.
|
2022-07-09 16:45:25 -05:00 |
|
James Grugett
|
5648595272
|
Simplify mobile betting dialog
|
2022-07-09 16:39:48 -05:00 |
|
James Grugett
|
7270c66a91
|
Fix focus input bug
|
2022-07-09 16:35:43 -05:00 |
|
James Grugett
|
376feca7dc
|
Require limit prob to be >= .1% and <= 99.9%
|
2022-07-09 16:19:44 -05:00 |
|
James Grugett
|
4596a1ef26
|
Don't show amount error in probability input
|
2022-07-09 16:12:15 -05:00 |
|
James Grugett
|
1ac401f082
|
Cancel your limit orders if you run out of money
|
2022-07-09 16:10:27 -05:00 |
|
James Grugett
|
0bc5c80c32
|
Tweak
|
2022-07-09 15:58:03 -05:00 |
|
James Grugett
|
9548350112
|
Add tooltip to explain limit probability
|
2022-07-09 15:42:28 -05:00 |
|
James Grugett
|
3283b2b24b
|
Add note that there might be closed form
|
2022-07-09 15:22:53 -05:00 |
|
James Grugett
|
09181f806f
|
Move binary search to util file
|
2022-07-09 15:01:58 -05:00 |
|
James Grugett
|
f90b367688
|
Fix lint
|
2022-07-09 14:49:09 -05:00 |
|
James Grugett
|
c30515b9a2
|
Merge branch 'main' into limit-orders
|
2022-07-09 14:46:48 -05:00 |
|
James Grugett
|
89ac26417b
|
Merge branch 'main' into limit-orders
|
2022-07-09 14:42:46 -05:00 |
|
James Grugett
|
5be2ea8583
|
Implement selling shares
|
2022-07-09 14:26:23 -05:00 |
|
mantikoros
|
e7e686d579
|
return creator liquidity after resolution
|
2022-07-09 13:53:50 -04:00 |
|
Marshall Polaris
|
c1ca1471a1
|
Migrate createAnswer function to v2 (#634)
* Migrate createAnswer function to v2
* Remove unhelpful toString on APIError
|
2022-07-09 00:26:56 -07:00 |
|
James Grugett
|
dd9be0376b
|
Your limit bets
|
2022-07-08 18:14:22 -05:00 |
|
Marshall Polaris
|
fdde73710e
|
Migrate claimManalink function to v2 (#628)
* Implement helpful `toString` on client `APIError`
* Migrate claimManalink function to v2
|
2022-07-08 15:28:04 -07:00 |
|
Marshall Polaris
|
d9f42caa6a
|
Migrate addLiquidity and withdrawLiquidity functions to v2 (#627)
|
2022-07-08 15:08:17 -07:00 |
|
Marshall Polaris
|
ed0544212d
|
Migrate changeUserInfo function to v2 (#626)
|
2022-07-08 15:00:03 -07:00 |
|
mantikoros
|
93b293ca0e
|
remove quick betting for FR markets
|
2022-07-08 12:50:46 -04:00 |
|
mantikoros
|
50c5f8b6eb
|
reenable fees on share sales; rename getCpmmFees()
|
2022-07-08 12:34:16 -04:00 |
|
James Grugett
|
f0a7b9591f
|
Tweak cors regex for vercel
|
2022-07-07 18:54:23 -05:00 |
|
Ian Philips
|
f171462d0d
|
Enable tipping on group chats w/ notif (#629)
|
2022-07-07 18:52:04 -05:00 |
|
Ian Philips
|
800d0e321c
|
Minor notif spacing adjustments
|
2022-07-07 18:52:04 -05:00 |
|
Austin Chen
|
316d36f1d7
|
Clone missing indexes from firestore
|
2022-07-07 18:52:04 -05:00 |
|
Ben Congdon
|
0a4d186c3b
|
Add API route for listing a bets by user (#567)
* Add API route for getting a user's bets
* Refactor bets API to use /bets
* Update /markets to use zod validation
* Update docs
|
2022-07-07 18:52:04 -05:00 |
|
Ian Philips
|
544fb2ebb7
|
Bold more on new group chats
|
2022-07-07 18:52:04 -05:00 |
|
Ian Philips
|
0522483a9a
|
Analyze tab usage
|
2022-07-07 18:52:04 -05:00 |
|
Ian Philips
|
f246de9026
|
Track notification clicks
|
2022-07-07 18:52:04 -05:00 |
|
Ian Philips
|
39cf961b15
|
Remove category selector references
|
2022-07-07 18:52:04 -05:00 |
|
Ian Philips
|
d942e6f658
|
Remove category filters
|
2022-07-07 18:52:04 -05:00 |
|
Ian Philips
|
ca47a7c51a
|
Use react-query to cache notifications (#625)
* Use react-query to cache notifications
* Fix imports
* Cleanup
* Limit unseen notifs query
* Catch the bounced query
* Don't use interval
* Unused var
* Avoid flash of page nav
* Give notification question priority & 2 lines
* Right justify timestamps
* Rewording
* Margin
* Simplify error msg
* Be explicit about limit for unseen notifs
* Pass limit > 0
|
2022-07-07 18:52:04 -05:00 |
|
mantikoros
|
855079b413
|
create: remove automatic setting of log scale
|
2022-07-07 18:52:04 -05:00 |
|
Ian Philips
|
49a58c47d4
|
Unused vars
|
2022-07-07 18:52:04 -05:00 |
|
Ian Philips
|
47c562ca96
|
Leaderboards => Rankings on groups
|
2022-07-07 18:52:04 -05:00 |
|
Ian Philips
|
9473f0ba2e
|
Groups UX on mobile
|
2022-07-07 18:52:04 -05:00 |
|
Ian Philips
|
f8fa13638a
|
Small groups UX changes
|
2022-07-07 18:52:04 -05:00 |
|
ahalekelly
|
c38085b47b
|
Fix docs edit link (#624)
* Fix docs edit link
* Update github links
|
2022-07-07 18:52:04 -05:00 |
|
Ian Philips
|
3f528cef5d
|
Slight notifications refactor
|
2022-07-07 18:52:04 -05:00 |
|
Ian Philips
|
b1b016f9e0
|
Enable tipping on group chats w/ notif (#629)
|
2022-07-07 17:23:13 -06:00 |
|
Ian Philips
|
d6136a9937
|
Minor notif spacing adjustments
|
2022-07-07 17:17:10 -06:00 |
|
Austin Chen
|
53ddb1243b
|
Clone missing indexes from firestore
|
2022-07-07 15:41:44 -07:00 |
|
Ben Congdon
|
c3bc25a4b9
|
Add API route for listing a bets by user (#567)
* Add API route for getting a user's bets
* Refactor bets API to use /bets
* Update /markets to use zod validation
* Update docs
|
2022-07-07 15:36:02 -07:00 |
|
Ian Philips
|
999c1cd8e3
|
Bold more on new group chats
|
2022-07-07 15:52:28 -06:00 |
|
Ian Philips
|
e456b9a855
|
Analyze tab usage
|
2022-07-07 15:24:13 -06:00 |
|
Ian Philips
|
3eee4a4103
|
Track notification clicks
|
2022-07-07 15:06:29 -06:00 |
|
Ian Philips
|
3ff8b26312
|
Remove category selector references
|
2022-07-07 14:55:28 -06:00 |
|
Ian Philips
|
d6e808e1a3
|
Remove category filters
|
2022-07-07 14:45:26 -06:00 |
|
Ian Philips
|
cfbb78af48
|
Use react-query to cache notifications (#625)
* Use react-query to cache notifications
* Fix imports
* Cleanup
* Limit unseen notifs query
* Catch the bounced query
* Don't use interval
* Unused var
* Avoid flash of page nav
* Give notification question priority & 2 lines
* Right justify timestamps
* Rewording
* Margin
* Simplify error msg
* Be explicit about limit for unseen notifs
* Pass limit > 0
|
2022-07-07 14:41:50 -06:00 |
|