James Grugett
f2c6c8c483
Change Similar tab to exclude people you follow
2022-06-10 12:28:02 -05:00
James Grugett
a68e943d0b
Refactor to load bets once on market page
2022-06-10 12:23:35 -05:00
mantikoros
e28dfaaa80
fix ios scrolling in bet panel
2022-06-10 11:36:07 -05:00
James Grugett
86581a421a
Home: Add floating plus button that takes you to /create
2022-06-10 11:22:36 -05:00
James Grugett
25c1e9c3a3
Tweak layout of user page buttons
2022-06-10 11:11:31 -05:00
mantikoros
077bd946ff
fix ContractLeaderboard
2022-06-10 11:01:32 -05:00
Ian Philips
ead13b4e08
Time flies when you floor it
2022-06-10 09:15:55 -06:00
Austin Chen
05c6575ebb
Extend wasabicharts iframe height
2022-06-09 18:35:38 -07:00
mantikoros
c59d93979c
Fix overflow ( #472 )
...
* fix pool overflow bug by enforcing minimum share quantity in pool
* CPMM_MIN_POOL_QTY = 0.01
* use newPool
2022-06-09 20:25:05 -05:00
Marshall Polaris
6fac56d2c9
Make feed updating do much less work ( #455 )
2022-06-09 15:13:06 -07:00
Ian Philips
30eac1bd96
Initial probs = 50
2022-06-09 14:26:46 -06:00
James Grugett
2564eb9c26
Linkify bettor username in Bets tab
2022-06-09 15:00:31 -05:00
mantikoros
3858f8fbea
withdraw liquidity: redeem surplus shares, adjust total depostits, adjust amount for current prob, set isLiquidityProvision for surplus bets, error handling
2022-06-09 12:47:02 -05:00
Ian Philips
699bddcb2a
Notif ux improvements ( #471 )
...
* Save resolved values in notifs
* Clean up
* Various ux improvements
2022-06-09 11:39:23 -06:00
Ian Philips
8634af702a
Save resolved values in notifs ( #470 )
...
* Save resolved values in notifs
* Clean up
2022-06-09 10:30:26 -06:00
Ian Philips
64f04185d4
Fix comment inputs on mobile
2022-06-09 10:15:34 -06:00
Ian Philips
bdb3bbd960
Don't open comment w/o new bet
2022-06-09 08:53:01 -06:00
Ian Philips
65bc0f0f86
Disable always autofocus
2022-06-09 07:36:36 -06:00
Ian Philips
65a879d5ab
Save resolution with notif
2022-06-09 07:31:53 -06:00
Ian Philips
3d18b12ede
bet.probAfter => getDpmOutcomeProb
2022-06-09 07:22:03 -06:00
James Grugett
f52b756163
Use lighter gray in small follow button to deemphasize
2022-06-08 23:06:25 -05:00
James Grugett
a2eece5f5c
Reveal all bets in Bets tab from June 1st onward
2022-06-08 23:03:07 -05:00
Marshall Polaris
5a2ff18859
Add paging to /markets
API endpoint ( #468 )
...
* Add really simple paging to markets endpoint
* Document changes to markets endpoint
* n -> limit
2022-06-08 18:08:06 -07:00
Ian Philips
01adf50ae1
Update FR comment prob and input after bet ( #467 )
...
* Update FR comment prob and input after bet
* Remove comment
* eslint
* Use proper deps and useEvent hook
2022-06-08 17:09:49 -06:00
mantikoros
52dd68303a
dpm: don't use weightedShareTotal
2022-06-08 16:18:00 -05:00
TrueMilli
b231d0968f
dpm fix multi resolution ( #461 )
...
* fix dpm prob
* refactoring
* remove newline
* refactoring
2022-06-08 16:06:14 -05:00
James Grugett
88bf22622d
Fix follow dialog staying open on navigate
2022-06-08 15:51:53 -05:00
SirSaltyy
ad820913f7
Update welcome.html ( #465 )
2022-06-08 21:28:29 +01:00
James Grugett
c9a4fa8679
Add small follow button after creator name in market page
2022-06-08 15:27:53 -05:00
mantikoros
902bdc96b2
thank you email template
2022-06-08 14:56:55 -05:00
James Grugett
4e83aa1431
Put back edit following button
2022-06-08 14:42:23 -05:00
James Grugett
f809acd6fd
'Discover' => 'Similar' and shows recs based on user you have open
2022-06-08 14:38:04 -05:00
James Grugett
d7e52c1969
Extract TextButton component with blue underline.
2022-06-08 14:23:10 -05:00
James Grugett
21d6815de1
Don't show follow button for yourself
2022-06-08 14:22:10 -05:00
mantikoros
0cd9943e0d
Liquidity withdrawal ( #457 )
...
* withdrawLiquidity cloud function
* update rules
* exclude antes from getCpmmLiquidityPoolWeights
* update correct lp shares
* liquidity panel
* don't create bet if less than 1 surplus share
* withdrawLiquidity return type
* static analysis fix
* hook dependency
* prettier
* renaming
* typo
* getCpmmLiquidityPoolWeights: always exclude antes
* delete unused function
* casting
2022-06-08 13:00:49 -05:00
Ian Philips
45eb5a3e63
Always show notif settings details ( #460 )
2022-06-08 11:24:07 -06:00
Austin Chen
470e36a5a3
Add New Science
2022-06-08 10:08:02 -07:00
James Grugett
a31766b020
Run prettier...
2022-06-08 11:38:09 -05:00
James Grugett
bc752b853a
Prevent comment text overlap with submit button
2022-06-08 11:34:37 -05:00
James Grugett
323a62f041
Put back numbers in home tab titles for categories / following
2022-06-08 11:24:35 -05:00
Ian Philips
61d7f0eca0
No more flying graph points
2022-06-08 09:12:33 -06:00
Ian Philips
936cabe353
Speed up notification loading by prepopulating relevant info ( #453 )
...
* Populate notification with relevant info
* eslint
* Remove duplicated code
* Unused ?
* Add new q notification, other small fixes
2022-06-08 08:43:24 -06:00
Ian Philips
7e37fc776c
Fr comment ux improvements ( #451 )
...
* Extend comment input box, only use airplane
* Only 1 commentable bet, shrink input, fix feed lines
* Pad sign in to comment button
* Small changes
2022-06-08 07:24:12 -06:00
James Grugett
ad6594f0bc
Add discover tab of users based on markets you have bet on
2022-06-07 23:42:42 -05:00
James Grugett
ac763de16b
Run prettier!
2022-06-07 23:16:05 -05:00
James Grugett
00cbec2309
Show edit following button on home
2022-06-07 23:07:05 -05:00
James Grugett
66cf69e425
Fix react query console error
2022-06-07 23:06:14 -05:00
James Grugett
879ab272e0
Following and follower list ( #456 )
...
* Create following button that opens follow list in modal.
* Move react query deps to web package.json
* UseFollowers hook
* Following and followers button, dialog with tabs.
* Fix line endings
* Remove carriage return from default vscode eol
* Add placeholder message if no users followed / no followers
* Tweak spacing
2022-06-07 22:24:18 -05:00
Marshall Polaris
18044e7302
api/v0/bets -> api/v0/bet
2022-06-07 15:44:07 -07:00
Marshall Polaris
43be03617a
Documentation for new write API endpoints ( #430 )
2022-06-07 15:39:05 -07:00