James Grugett
35410e25d2
Fix to actually show investment instead of current value. And subtract bet amount from current value.
2022-03-01 21:07:22 -08:00
James Grugett
5d5a1860b5
Add comment for includeMetadataChanges.
2022-03-01 19:14:43 -08:00
James Grugett
45d322cfd3
Fix loan calc on front end
2022-03-01 19:07:32 -08:00
James Grugett
5bf4654bf4
Adjust bet panel width
2022-03-01 19:07:32 -08:00
Austin Chen
2692a98151
Reword loan copy
2022-03-01 18:52:34 -08:00
James Grugett
bfee2ea954
Fix bug where listen query was not updating data.
2022-03-01 18:45:10 -08:00
Austin Chen
45fe430a5a
Clean up Sell popup UI
2022-03-01 18:29:13 -08:00
James Grugett
4da8000363
Fix layout of create answer bet info
2022-03-01 18:17:16 -08:00
James Grugett
eb7bf72f0c
Floor remaining balance
2022-03-01 18:12:55 -08:00
James Grugett
1d73f6e863
Handle bets table for loans. Sell dialog explains how you will repay your loan.
2022-03-01 17:12:29 -08:00
James Grugett
42533c296a
Loan frontend: show your loan amount in bet panel, answer bet panel
2022-03-01 16:26:37 -08:00
James Grugett
c372a0af9d
Filter out undefined contracts in fold
2022-03-01 12:40:46 -08:00
James Grugett
415bd4990a
Check each word individually in markets search
2022-02-28 17:52:41 -08:00
James Grugett
71faee584c
Add funds menu option, and Add funds page
2022-02-28 17:32:53 -08:00
Austin Chen
445e90f2b9
Link to analytics page from /about
2022-02-28 17:11:37 -08:00
James Grugett
5a39ca4c5e
Don't show payout if chosen column for resolved markets
2022-02-28 16:44:25 -08:00
James Grugett
4bc2833e11
Add column to bets table with payout if chosen. Rearrange columns. Tweak sell dialog wording.
2022-02-28 16:38:09 -08:00
James Grugett
a680d80793
Free response: Show invested and payouts on market page, don't show payout if yes/no
2022-02-28 15:58:13 -08:00
James Grugett
c6eb729e46
Remove border on feed tabs
2022-02-28 15:22:01 -08:00
James Grugett
8884f1beb9
Expose resolutionTime in API ( #56 )
...
* Expose resolutionTime. Compute closeTime to be the min of resolution and close time
* Rename settled to resolved, newest to most recent
2022-02-28 11:40:48 -08:00
James Grugett
b7f94e65a7
Change Settled to Resolved, Newest to Most recent in trades sort options.
2022-02-27 16:52:58 -08:00
James Grugett
0ccba20d5c
Add explore tab on home feed that shows random inactive markets.
2022-02-27 13:37:11 -08:00
Austin Chen
8987a02975
Reapply Manifold for Teams config changes ( #54 )
...
* Reapply Manifold for Teams config changes
* Add Firebase config for TheoremOne
* Fix build
* Check in Firebase indexes
* Whitelist admins and new users by email
* Fix typo 🤦♂️
2022-02-26 23:29:33 -08:00
Austin Chen
492f777d0b
Revert "Manifold for Teams: Support different Firestore dbs ( #53 )"
...
This reverts commit ebed7c15c0
.
2022-02-26 22:19:16 -08:00
Austin Chen
ebed7c15c0
Manifold for Teams: Support different Firestore dbs ( #53 )
...
* Add Firebase config for TheoremOne
* Fix build
* Check in Firebase indexes
* Whitelist admins and new users by email
2022-02-26 22:08:50 -08:00
James Grugett
77b4ca4f22
FR: Don't show bet panel if resolving, or past close date.
2022-02-26 10:56:49 -06:00
James Grugett
2775bf44a2
Put back answer number on answer item
2022-02-26 10:51:36 -06:00
James Grugett
b1e0f3ee80
Linkify answer text
2022-02-25 22:00:23 -06:00
Austin Chen
0a98ffe05c
Remove sold bets from Your Trades
2022-02-25 16:57:28 -08:00
James Grugett
a3592f388b
Fix feed to actually sort by last bet
2022-02-25 16:19:32 -06:00
James Grugett
ab5ea0181d
Feed: Send only contracts with bets in last 24 hours. Instead of all contracts: 2.2MB => 0.8MB
2022-02-25 02:11:10 -06:00
James Grugett
cd590031e7
Feed updates: 1. Order by any bet instead of top 10 & comments 2. No resolved contracts 3. Show loading while fetching recent bets clientside so order preserved 4. Don't change order from new bets
2022-02-25 01:59:53 -06:00
James Grugett
8305ecd667
Match search query against contract answers
2022-02-24 17:35:30 -06:00
Austin Chen
952b7be94a
Show a mini-feed of comments & bets below each FR answer ( #52 )
...
* Take out <ul> from Feed
* Show a mini-feed under each FR answer
* Expand row on click
* Show feed item for FR answer submission
* Fix build
2022-02-24 11:26:01 -08:00
James Grugett
a2c1107e10
Update banner logo to have white rectangle around text
2022-02-24 01:21:55 -06:00
James Grugett
764ade0749
Change logo banner to use transparent background
2022-02-24 01:11:53 -06:00
James Grugett
aec690a106
Debounce search query url changes
2022-02-23 22:57:59 -06:00
James Grugett
bf2f289e29
Show pool amount in feed for all markets including resolved and without close date
2022-02-23 22:20:42 -06:00
Austin Chen
9b98c6f300
Reorder navbar options
2022-02-23 00:24:39 -08:00
James Grugett
702755c797
Prevent client error with > 10 tags on contract
2022-02-22 22:21:00 -06:00
James Grugett
7bc43682b8
Move tweet button into contract details
2022-02-22 21:38:53 -06:00
James Grugett
b7af65eec3
Move Twitter button above graph per Stephen's request
2022-02-22 21:22:24 -06:00
mantikoros
a6657a28fd
add @SG back to leaderboard
2022-02-22 19:41:57 -06:00
mantikoros
c24007012c
bets list: show message if no active bets
2022-02-22 16:55:06 -06:00
James Grugett
85c3a1532a
Undo timezone change. Production is different from local. Not sure how to render in local timezone...
2022-02-22 15:14:52 -06:00
James Grugett
72d0797b3f
Use local timezone for date time tooltip
2022-02-22 14:54:58 -06:00
James Grugett
185e68fa23
Fix 'undefined chance' in metatag description
2022-02-22 14:17:58 -06:00
James Grugett
8fe9f23d91
Fix hiding answers where all bets sold
2022-02-22 14:12:49 -06:00
James Grugett
858ce10b49
Re-order sell button and sale price to be first in bets table
2022-02-21 14:22:36 -06:00
James Grugett
6d3fb8f4ae
Remove balance from your trades page (looks better on mobile, cleaner)
2022-02-21 12:55:26 -06:00