Sinclair Chen
a297f6492d
move manaToUSD to format.ts ( #172 )
2022-05-10 11:14:24 -07:00
Austin Chen
b97301c6fa
Hardcode two new frontpage markets
2022-05-10 13:03:53 -04:00
mantikoros
264e5058ea
Separate out fees ( #169 )
...
* deduct market ante from profits
* display creator fees in stats
* show creator earnings in stats
* separate out creator, liquidity fees in payouts and deduct from profits
* include creator payout in resolution emails
* deduct liquidity from profits
* hide cost tooltip if daily free market
2022-05-10 08:49:14 -05:00
Marshall Polaris
d34907681a
Remove some random unnecessary wrapper divs ( #163 )
...
* Remove wrapper div in user comment feed item
* Remove wrapper div around feed market card title link
* Remove wrapper div around BetRow
2022-05-09 15:50:20 -07:00
mantikoros
ef43e46153
include fees in tooltip
2022-05-09 17:33:24 -04:00
Marshall Polaris
8a99f3772a
Cleanup avatar again ( #161 )
...
* Reinstate avatar component cleanup
This was reverted due to a bug, fixed in the subsequent commit.
* Kill additional wrapper divs around avatars
This also fixes a bug where the `w-8` answer row wrapper div was
constraining the width of the `w-10` avatar, leading it to be `w-8`
and `h-10` and appear as an oval.
2022-05-09 14:32:59 -07:00
mantikoros
5135135e79
Separate out fees ( #159 )
...
* deduct market ante from profits
* display creator fees in stats
* show creator earnings in stats
* separate out creator, liquidity fees in payouts and deduct from profits
2022-05-09 16:04:40 -05:00
Boa
a5b0372a6e
Free response markets with investment cap ( #157 )
...
* Show error message for FR bet
* Allow M$ limit for markets
* Allow M$ limit for markets
* Apply M$ limit to FR answer bets
* Improve error message
* Improve error message
* Only check stats if mana limit set
* Consolidate logic
* Remove unused variable
* absolute import
* absolute imports
2022-05-09 14:09:07 -06:00
James Grugett
d55990d5d4
Fix contract search not adjusting to new user
2022-05-09 15:47:18 -04:00
James Grugett
e8ab863557
🔍 Algolia search ( #136 )
...
* Add algolia and instantsearch packages
* Switch to hooks-web package
* Implement algolia search!
* Fix types
* Fix tags page
* Closed sort option
* Implement select for filtering on open, closed, resolved, all.
* Support search in dev environment
* Fix runtime error in landing page
2022-05-09 12:38:33 -05:00
Ian Philips
8fbbeffd38
Revert one more avatar component change
2022-05-09 10:33:52 -04:00
Ian Philips
5c1bc78408
Revert avatar component changes
2022-05-09 10:18:05 -04:00
Marshall Polaris
acc9c84e2e
More absolute imports ( #156 )
...
* Configure functions module to allow absolute imports
* Convert common imports in functions to be absolute
* Convert common imports in web to be absolute
* Convert lib imports in web to be absolute
* Convert hooks imports in web to be absolute
* Convert components imports in web to be absolute
2022-05-09 09:04:36 -04:00
Marshall Polaris
dd2366458d
Fix up target in web tsconfig ( #155 )
2022-05-08 23:57:29 -07:00
Austin Chen
b47e4364ad
Remove circle around markets/comments count
2022-05-08 22:53:02 -04:00
Marshall Polaris
5efcf61289
Configure compiler to allow absolute imports from root ( #147 )
2022-05-08 13:33:58 -07:00
Austin Chen
2eed1c432a
Hardcode in 8 frontpage markets
2022-05-07 19:44:01 -04:00
Austin Chen
cea9422802
Update site copy
2022-05-07 10:10:25 -04:00
Austin Chen
22a9901148
Feature Nonlinear as a charity
2022-05-07 08:15:40 -04:00
James Grugett
4de0fcd198
Revert "Represent DB avatar URLs as non-null ( #128 )"
...
This reverts commit bf8e09b6c1
.
2022-05-06 14:29:15 -04:00
SirSaltyy
87b43e6bdb
Add link to twitter with svg icon to the sidebar and profile menu. Remove Discord hero icon and replace it with discord svg. ( #135 )
2022-05-05 22:20:18 -04:00
SirSaltyy
e41f646b42
Remove all spaces between M$ and the associated number ( #134 )
...
* Remove all spaces between M$ and the associated number
* Update index.tsx
2022-05-05 22:19:47 -04:00
Boa
bbf419953e
Show comments on profile ( #137 )
...
* WIP - got comments on the user page
* Remove number from chosen FR answer
* Distinguish wining and losing FR answers
* Show no answers text
* Simplify get answer items logic
* Show answer number
* Show answer # when resolving
* Fix import path
* Add user's collated comments onto profile
* Allow linking to comments/markets in profile
* Allow preload of users contracts in profile
* Remove unused check
* Small code improvements
2022-05-05 16:30:30 -06:00
Marshall Polaris
2e214cab7a
Kill warmup spam ( #133 )
...
* Only warm up sell bet function once
* Only warm up create user function once
2022-05-05 09:51:09 -07:00
Marshall Polaris
adefd3259c
Cleanup avatar component rendering ( #130 )
...
* Remove unnecessary classes on avatar img
I don't believe these have any visible effect.
* Don't apply Tailwind 'avatar' class in menu
We don't use this class elsewhere when displaying avatars (instead our
avatar has manual styles that do the stuff Tailwind is trying to do)
and it just assigns a weird size that we don't want.
If we want to use the Tailwind avatar styles we should refactor further.
* Remove unnecessary avatar wrapper div
* Remove old prop from avatar
2022-05-05 09:50:58 -07:00
Austin Chen
1caed44552
Show /charity in signed-out sidebar
2022-05-05 10:15:12 -04:00
Austin Chen
b42e77858f
Search through charity preview, description, and tags too
2022-05-05 10:12:16 -04:00
Boa
9480f9f34c
Improve free response answer ux ( #131 )
...
* Remove number from chosen FR answer
* Distinguish wining and losing FR answers
* Show no answers text
* Simplify get answer items logic
* Show answer number
* Show answer # when resolving
2022-05-04 16:03:06 -06:00
Marshall Polaris
bf8e09b6c1
Represent DB avatar URLs as non-null ( #128 )
2022-05-04 11:07:22 -07:00
mantikoros
95b67c05e2
another sell shares rounding bug
2022-05-04 11:47:45 -04:00
Ian Philips
a004d3a4bf
Always show answer panel
2022-05-03 17:54:00 -04:00
Ian Philips
278bcb9724
Show resolved FR answers
2022-05-03 16:57:39 -04:00
Ian Philips
0d63e471be
Only show cursor if focused
2022-05-03 16:45:21 -04:00
Boa
3a33efa8db
Threaded free response comments & general comments sections ( #121 )
...
* Allow comments to reference answers
* Add comment inputs for free response answers
* condense comment logic in one component
* Add General Comments section to FR answers
* Prompt signin even if no comment
* Remove unused & refactor
* Simplify general comments logic, toggle comment boxes
* Clarify rendering logic
2022-05-03 14:38:40 -06:00
Sinclair Chen
100821e34c
Ask user to buy more mana when insufficient funds ( #124 )
2022-05-03 13:36:54 -07:00
Sinclair Chen
f2217d1d8b
Improve donate box UI in mid-size window ( #126 )
2022-05-03 13:36:00 -07:00
Sinclair Chen
abf23a1462
Pre-load charity order to prevent "jump" ( #122 )
2022-05-03 10:25:14 -07:00
mantikoros
14544d064a
charity page: remove centering
2022-05-03 11:26:02 -04:00
Sinclair Chen
2da5423f36
Add padding too charity images ( #123 )
2022-05-03 08:12:42 -07:00
Sinclair Chen
3434b3de3f
Move all charity images to imgur + Next ( #120 )
2022-05-03 07:00:33 -07:00
Boa
8da36298e5
condense comment logic in one component ( #119 )
2022-05-03 07:51:25 -06:00
James Grugett
ab4dbc798c
Change analytics to 90 days. Default to DAU / MAU chart instead of DAU / WAU.
2022-05-02 18:18:42 -04:00
Sinclair Chen
2f6a3c4e00
Replace email with free response market ( #118 )
2022-05-02 12:48:15 -07:00
Sinclair Chen
db695875c4
CPM: sort charities by amount raised ( #117 )
...
* Sort charities by amount raised (after Featured)
* Sort donations chronologically
* refactor charities query to remove parens
2022-05-02 10:55:40 -07:00
James Grugett
beece64ae5
Tweak contract info dialog
2022-05-02 12:18:55 -04:00
mantikoros
43d3662db1
fixed negative shares bug
2022-05-02 12:16:36 -04:00
James Grugett
6232284e92
Larger font on amount input
2022-05-02 12:15:00 -04:00
James Grugett
bec8cdb3e8
Add share market widget shown if you are the creator
2022-05-02 11:23:54 -04:00
Sinclair Chen
fdbcffcfbc
CPM simple feed ( #116 )
...
* Add minimal feed
* Display full cent amount for raised < $1
2022-05-02 08:23:12 -07:00
James Grugett
0b5b0bb9d3
Clear comment after submitting, for multiple bets
2022-05-02 10:43:17 -04:00
James Grugett
d6a9b89c43
Fix answers not wrapping in cards
2022-05-02 10:35:49 -04:00
Austin Chen
b63cc17630
Hide charity names on cards
2022-05-02 08:45:05 -04:00
James Grugett
06b7e49e98
[In progress] Server-side feed computation ( #106 )
...
* Store view counts & last viewed time
* Schedule updating user recommendations. Compute using tf-idf.
* Update contract's lastBetTime and lastCommentTime on new bets and comments.
* Remove contract's lastUpdatedTime
* Remove folds activity feed
* Implement getFeed cloud function
* Hook up client to use getFeed
* Script to cache viewCounts and lastViewTime
* Batched wait all userRecommendations
* Cache view script runs on all users
* Update user feed each hour and get feed from cache doc.
* Delete view cache script
* Update feed script
* Tweak feed algorithm
* Compute recommendation scores from updateUserFeed
* Disable lastViewedScore factor
* Update lastCommentTime script
* Comment out console.log
* Fix timeout issue by calling new cloud functions with part of the work.
* Listen for contract updates to feed.
* Handle new user: use default feed of top markets this week
* Track lastUpdatedTime
* Tweak logic of calling cloud functions in batches
* Tweak cloud function batching
2022-05-01 11:36:54 -05:00
Austin Chen
bbc8915f79
Clean up prediction market on charities
2022-04-30 17:42:08 -04:00
Austin Chen
53a584f37d
Add in LTFF, ARC, RC
2022-04-30 17:35:10 -04:00
Marshall Polaris
731e5d5b7c
Apply permissive CORS headers to API ( #115 )
...
* Take cors package as dependency
* Apply permissive CORS headers to all API routes
2022-04-30 13:30:49 -07:00
mantikoros
a3311bd5aa
embed total donations market on charity page
2022-04-30 16:27:19 -04:00
Austin Chen
46bf09f182
Feature 1Day Sooner & QURI
2022-04-30 15:47:47 -04:00
Austin Chen
f5e5af0b7a
Revert "bound initial probability to [0.1, 0.9]"
...
This reverts commit da153ceea9
.
2022-04-30 13:05:43 -04:00
Austin Chen
ccd0e42734
Revert "give@ isn't set up, use info@"
...
This reverts commit d2218b5b8b
.
2022-04-30 11:19:20 -04:00
Austin Chen
04c42e7835
Tweak copy ("You with" => "You have")
2022-04-30 10:20:03 -04:00
James Grugett
a4c722550a
Don't truncate comments for contract page
2022-04-30 10:07:39 -04:00
Austin Chen
d2218b5b8b
give@ isn't set up, use info@
2022-04-30 09:45:24 -04:00
Austin Chen
5c03f1581a
Fix lowercase search, tweak copy
2022-04-30 08:42:25 -04:00
Austin Chen
774ba6fba6
Show confetti on donate
2022-04-30 08:18:25 -04:00
Austin Chen
c51aa0b6b4
Simpify Donate panel
2022-04-30 08:13:38 -04:00
Austin Chen
bd98e8810e
Disable "Read more..." for now
2022-04-30 08:09:57 -04:00
James Grugett
3bb4111445
Make charity cards extend same length in row. Tweak image padding
2022-04-29 23:55:32 -04:00
Austin Chen
78e8927de4
Image preview: truncate to 100 chars, show avatar url ( #111 )
...
* Truncate image preview to 120 chars
* Try 100 chars instead
* Pass along creatorAvatarUrl
Hoping nothing breaks if the avatarUrl is empty
* Thread through avatarUrl all the way
* Fix typescript
2022-04-29 19:38:31 -04:00
Sinclair Chen
73fc67955d
Send M$ to Charity & txns ( #81 )
...
* Add components for CPM landing and charity pages
* Remove misc.ts to fix build
* Set up cloud function for writing txns
* More plumbing for txns
* Fix up API call
* Use Date.now() to keep timestamps simple
* Some styles for charity list page
* Hard code charities data
* Pass charity data to charity page
* Update txn type
* Listen for charity txns
* Handle txn to non-user by burning it
* Read txns for charity card and charity page.
* Set images to object contain
* Clean up txn types
* Move pic to top of card. Other misc styling.
* Update charity short & long descriptions
* Add `token` and `category` to Txn
* Fix breakages
* Show Charity link in the sidebar
* Fix typing issues
* Fix not reading from the right type
* Switch out icon
* Also show Charity icon on mobile
* Update copy
Co-authored-by: Austin Chen <akrolsmir@gmail.com>
Co-authored-by: James Grugett <jahooma@gmail.com>
2022-04-29 19:35:56 -04:00
Boa
78997c1e45
Show comments position ( #110 )
...
* Add betting activity back to feed
* Show position in bin. markets, no comments on bets
* Degroup bets on Bets tab
* Show users position or recent bet with comments
* Add tooltip on answer to FR comments
* Style improvements
* Only use bets by current user for comment input
2022-04-29 15:11:04 -06:00
James Grugett
fa8ebe36bd
Move loading indicator into SearchableGrid.
2022-04-29 10:05:32 -04:00
James Grugett
7e9007aad1
Fetch markets client side on explore page (to avoid vercel 5MB limit for static props)
2022-04-29 09:53:51 -04:00
Ian Philips
ca8420d61b
Allow free daily market with M-zsh
2022-04-29 07:38:46 -06:00
Marshall Polaris
2ddd95e904
Make tags page filter on server side ( #108 )
2022-04-28 22:39:39 -07:00
Ian Philips
760681f958
Default has created one to prevent flash
2022-04-28 19:39:55 -06:00
Ian Philips
9e275a18f1
use Date instead of dayjs
2022-04-28 19:31:43 -06:00
Boa
4ec59be46f
Free daily market ( #107 )
...
* Allow users a free daily market
* Show confetti on recent created market
* remove unused import
* remove comment
* Did create market -> hook, capitalize buttons
* Check for confetti with interval
* Just check once
* Capitalize create market button on feed
2022-04-28 17:01:50 -06:00
Austin Chen
2e17f9f917
Add a "Show more..." button when there are more contracts
2022-04-28 18:45:26 -04:00
mantikoros
da153ceea9
bound initial probability to [0.1, 0.9]
2022-04-28 10:47:18 -04:00
James Grugett
8e514de28f
Add volume factor to feed
2022-04-27 16:26:01 -04:00
Marshall Polaris
d33913a111
A couple additions to help newbies out ( #104 )
2022-04-27 13:15:14 -07:00
mantikoros
5a5069a419
sitemap: market changefreq; homepage priority = 1
2022-04-27 13:47:51 -04:00
mantikoros
e926741177
sitemap: remove non-public pages; sort by 24hr volume; make market page priority depend on volume
2022-04-27 13:40:02 -04:00
Boa
1db1a739cf
Misc comment ux improvements ( #103 )
...
* Separate comments and bets via tabs
* Normalcase comment button
* Note about abbreviated and all mode
* Revese,abbreviate,limit comments in feed
2022-04-26 15:08:50 -06:00
Marshall Polaris
f9f226aceb
Write some useful stuff in the /web README ( #94 )
...
* Write some useful stuff in the /web README
* Fix one busted link in new README
* Reorder some README stuff per feedback
2022-04-26 13:08:29 -07:00
Boa
d6c7230d6a
Moved answers ( #102 )
...
* Moved answers
* Remove unnecessary code
2022-04-26 09:53:12 -06:00
Ian Philips
9fbd521732
Top traders -> Top bettors
2022-04-26 08:42:45 -06:00
Ian Philips
8ba2a55180
Your trades -> Your bets
2022-04-26 08:38:28 -06:00
Boa
7722c723c4
Separate free response answers & comments ( #100 )
...
* Just for playing with, bad code
* Whiten answer cards
* Separate answers and comments in FR markets
* Highlight FR answer in bet w/ comment
* Darken answer text and move classname
* Normalcase Comment
2022-04-26 07:24:57 -06:00
Marshall Polaris
5df0b014c1
Bump web typescript to 4.5.3 ( #98 )
2022-04-25 10:47:00 -05:00
Boa
1e2f9fc099
Support local firestore emulation ( #91 )
...
* Support local firestore emulation
* Update readme
* Update readme
2022-04-25 09:46:35 -06:00
Marshall Polaris
44107ccbd3
Take 2 on getting tsc to behave ( #97 )
2022-04-25 10:46:20 -05:00
Marshall Polaris
4d48c98975
Fix generation of create market placeholder text ( #92 )
...
* Fix generation of create market placeholder text
* Capitalize comment
2022-04-24 17:14:20 -05:00
Marshall Polaris
8ac95b363d
Remove workspace-specific lockfiles ( #95 )
2022-04-24 16:36:42 -05:00
Marshall Polaris
06f9f53951
Link to /home, not / ( #93 )
2022-04-22 21:39:29 -05:00
Ian Philips
4e4ffe8e20
Sell either type of share for dpm market
2022-04-22 04:43:34 -06:00
Ian Philips
3f471e7e8e
Sell either type of share for dpm market
2022-04-22 04:30:13 -06:00
Ian Philips
8109f3d9a9
Show free comments in feed
2022-04-22 04:16:54 -06:00
James Grugett
a525ad82ec
Filter out markets you sold out of from most of the views on portfolio page.
2022-04-21 18:32:46 -05:00
mantikoros
004969aa66
user-added liquidity provision panel ( #90 )
...
* user-added liquidity provision panel
* AddLiquidityPanel: handle loading, errors
* ContractInfoDialog: don't show add liquidity when market is closed
* ContractInfoDialog: hide add liquidity for FR
2022-04-21 12:58:12 -05:00
Boa
7b70b9b3bd
Free comments ( #88 )
...
* Allow free comments with optional bets
* Send emails for comments without bets
* Refactor to share logic
* No free comments on free response questions
* Minor fixes
* Condense line
2022-04-21 11:09:06 -06:00
Austin Chen
9ce82b1b6f
Show "New" badge on contract cards too
2022-04-20 23:03:16 -07:00
James Grugett
7847a9e781
Track latency of feed and portfolio page.
2022-04-21 01:00:08 -05:00
James Grugett
8c8a9be6a1
Show new label instead of 0 volume
2022-04-20 17:25:29 -05:00
James Grugett
e1b5b595e7
Also get new contracts for feed with 0 volume.
2022-04-20 16:59:34 -05:00
James Grugett
01e43abd17
Add factors to weight new contracts higher, contracts with unseen comments, and contracts with prob closer to 50%
2022-04-20 16:37:01 -05:00
Ian Philips
0390ec0f47
Prepare user website urls for external link
2022-04-20 10:13:17 -06:00
Ian Philips
d6d72aa619
Clean twitter and website user urls
2022-04-20 09:47:14 -06:00
Boa
9ba7c04524
Sell shares mobile ( #86 )
...
* Abstract sell shares row to component
* Allow sell row to show just a button
This is nice for the feed and on a bet's mobile interface.
* Add and use floor shares
* Allow sell button on the same line as bet button
* Move use save shares to own file
* Make sure to sell non-integer shares
* Create SellButon & sell non-integer shares
* Remove props prefixes
* Break out sell modal and button
2022-04-20 08:13:39 -06:00
James Grugett
c592a3ab59
Fix type error take 2
2022-04-20 01:04:53 -05:00
James Grugett
987e36c357
Fix type error
2022-04-19 22:36:19 -05:00
James Grugett
3c1e16b815
Move contract details components to their own file.
2022-04-19 22:34:41 -05:00
James Grugett
3b413e52e5
Clean up FR answer on card
2022-04-19 22:31:45 -05:00
Marshall Polaris
30d92becd6
Kill allowTransparency on 404 Discord widget ( #84 )
2022-04-19 21:42:04 -05:00
Marshall Polaris
bf408d9bf0
Fix tiny Tailwind config details ( #82 )
...
* Fix Tailwind darkMode CSS pref
See https://tailwindcss.com/docs/upgrade-guide#remove-dark-mode-configuration .
* Fix Tailwind 'purge' -> 'content'
See https://tailwindcss.com/docs/upgrade-guide#configure-content-sources .
* Remove additional cruft from Tailwind config
These literally weren't hurting anything but the upgrade guide
suggests toasting them, so might as well do it while I'm in here.
2022-04-19 21:41:24 -05:00
Marshall Polaris
abf9d30ad2
Fix up dev tsc typechecking ( #85 )
...
* Don't typecheck Next-generated JS
* Add comment to package.json explaining explicit tsc
2022-04-19 21:40:54 -05:00
James Grugett
d19debfd19
Close time label: show relative time iff same day. Show year iff not same year.
2022-04-19 12:55:22 -05:00
James Grugett
24a9a79f16
Decrease padding so sell shares label fits in one line
2022-04-19 12:53:04 -05:00
James Grugett
190a39b2d6
Autofocus question input on /create page
2022-04-19 11:04:07 -05:00
Ian Philips
7ccdc6d683
Hide bet panel on FR after successful submit
2022-04-19 09:01:40 -06:00
Boa
7c7d6815f8
Add create market button ( #79 )
2022-04-19 08:15:05 -06:00
James Grugett
e8e19e0e5d
Add monthly retention (code suggested by co-pilot)
2022-04-19 01:57:27 -05:00
James Grugett
3c6369726e
Add weekly activiation rate
2022-04-19 01:47:58 -05:00
James Grugett
280ae97070
Track clicks from feed
2022-04-19 00:16:08 -05:00
James Grugett
a6e6e2f52f
Include top answer in answer card.
2022-04-18 21:44:31 -05:00
James Grugett
88b8d39c7c
Remove filterToOutcome
2022-04-18 20:54:31 -05:00
James Grugett
9c74f88b4a
Improve Free response UI ( #78 )
...
* Add legend to free response graph
* Hide answers panel unless resolving. Correctly order answers
* No gray background for add answer & resolve panel. Tweak spacing
* Max answer length 240 chars
* Show answer text in resolution for market page, card instead of number.
* Remove remaining answer #'s. Refactor outcome/resolution labels.
* Move answer panel back up
* Tweak spacing
* Update placement of bet button on mobile for FR answer feed item
* Fix reversed feed for binary markets
* Show multi resolve options
* Clean up unused parts of answer item
* Lighten resolve buttons
* Show answer text in market resolve email
2022-04-18 18:02:40 -05:00
mantikoros
790aec9baf
Cfmm migration ( #80 )
...
* cfmm migration script
* save dpm shares, pool
* formatMoney: use floor instead of round
* migrate cfmm: use sale amount as shares for sold bets
* migration: make up fake share qty for sold shares
* migration: also convert resolved markets
* migration: don't migrate resolved markets after all
* migration: error checking
2022-04-18 17:02:53 -05:00
James Grugett
b637ab1536
Analytics: Add ratios of daily, weekly, monthly active users
2022-04-15 20:56:07 -05:00
James Grugett
102e22e111
Recent trade => recent
2022-04-15 17:55:26 -05:00
James Grugett
87b54ff92e
Fix getBinaryProb when resolutionProbability is 0.
2022-04-14 23:17:55 -05:00
James Grugett
72a56b46fd
Switch portfolio default sort to recent trade
2022-04-14 00:16:08 -05:00
James Grugett
43b8c16fcc
Compact-ify cards in portfolio page
2022-04-14 00:06:13 -05:00
James Grugett
8a59ab3180
Tweak current investment calculation
2022-04-13 22:28:29 -05:00
James Grugett
2a3593c269
Fix profit calculation for dpm sales
2022-04-13 20:42:47 -05:00
James Grugett
e58ec54546
Clean up portfolio sorts
2022-04-13 18:56:28 -05:00
James Grugett
ec63464461
Remove Communities: Not shown in navigation or market info
2022-04-13 18:14:03 -05:00
James Grugett
a09af526a0
Switch summary stat from payout at current % to profit
2022-04-13 17:57:46 -05:00
James Grugett
bfb708d477
Fix profit calculation for cpmm sales. Change totalValue to investment value excluding sales
2022-04-13 17:25:32 -05:00
James Grugett
a9028b0a94
Remove invested metric for cfmm markets
2022-04-13 15:47:12 -05:00
Austin Chen
624d99fc1d
Show number of traders in "More" panel
2022-04-13 12:11:49 -07:00
James Grugett
75b39cbf6f
Remove loans: no new loans
2022-04-13 12:52:12 -05:00
James Grugett
4268e03293
Redirect to contract page if home loads initially with query params
2022-04-12 23:11:10 -05:00
James Grugett
ff1cb68077
Copy contract url doesn't use current url
2022-04-11 17:06:51 -05:00
James Grugett
e53cde5b34
Quick back navigation into feed
2022-04-11 16:13:26 -05:00
James Grugett
9f2ac17ffb
Add copy link button in market share options
2022-04-10 19:59:01 -05:00
James Grugett
8c9da833bf
Don't match parenthses in link url
2022-04-10 19:47:26 -05:00
James Grugett
4a9fc7bc9b
Don't show portfolio when signed out. Home navigates to '/' when signed out.
2022-04-10 00:26:28 -05:00
mantikoros
642fedbbb4
fix error
2022-04-09 19:09:06 -05:00
mantikoros
ea07edcbd3
add funds: remove M$500 purchase option
2022-04-09 18:56:05 -05:00
mantikoros
5bf36d1963
market stats: pool
2022-04-09 18:23:24 -05:00
mantikoros
2d8e85ab5e
ContractInfoDialog: volume
2022-04-09 18:13:15 -05:00
James Grugett
ec49a73c74
Algo feed ( #77 )
...
* Implement algo feed
* Remove 'See more...' from feed items
* Fix problem with useUpdatedContracts.
* Tweak some params
2022-04-09 18:10:58 -05:00
mantikoros
7c11df6147
market info stats
2022-04-09 18:04:13 -05:00
mantikoros
fe5fba184f
FeedQuestion: hide close time
2022-04-09 17:15:05 -05:00
mantikoros
6e38540d58
contract tabs: always show timeline tab
2022-04-09 16:34:43 -05:00
mantikoros
13300326fd
bet panel styling
2022-04-09 16:26:43 -05:00
mantikoros
b624ec045e
"buy" => "bet"
2022-04-09 16:13:36 -05:00
mantikoros
2fe71731e4
create: fixed ante of $100
2022-04-09 13:51:22 -05:00
mantikoros
ab41404d07
contract tabs: separate market timeline from your trades ( #76 )
...
* contract tabs: separate market timeline from your trades
* contract tabs: use pre-existing tab component
* tab styling
2022-04-08 16:13:10 -05:00
mantikoros
108f0afb95
contract card: remove created time; inline info dialog button
2022-04-08 14:27:17 -05:00
James Grugett
238af975e3
Reverse FR acitivty as well
2022-04-07 18:00:44 -05:00
James Grugett
7dfc3fb966
Reverse contract feed on contract page!
2022-04-07 16:29:36 -05:00
James Grugett
f773a59676
FR: Move description above answers
2022-04-07 16:19:27 -05:00
James Grugett
aff6acc8f4
Refactor contract components into contract directory
2022-04-07 16:15:51 -05:00
James Grugett
14cef9ffc3
Move contract description out of activity feed
2022-04-07 16:09:19 -05:00
James Grugett
5e8decfa4e
Move tweet, embed buttons plus communities and tags into a market info dialog
2022-04-07 15:52:54 -05:00
mantikoros
7e6545a669
app: viewport meta tag to prevent Safari from automatically zooming in
2022-04-06 22:54:44 -05:00
mantikoros
20052b61ec
AmountInput: filter non-numeric, show numeric keyboard on ios
2022-04-06 22:48:06 -05:00
James Grugett
67d71fa531
Add useStateCheckEquality, and use for user & contract hooks
2022-04-06 13:56:08 -05:00
James Grugett
a2344492a2
Simplify useContractWithPreload
2022-04-06 13:56:08 -05:00
James Grugett
dfa61be382
Optimize use fold hooks to trigger fewer re-renders
2022-04-06 13:56:08 -05:00
James Grugett
849248376b
Memo-ize graph components for better performance
2022-04-06 13:56:08 -05:00
mantikoros
e3800612ea
"A market for every question"
2022-04-06 13:20:16 -05:00
James Grugett
a524b952ee
FR: Hide contract activity on mobile when betting
2022-04-06 00:22:43 -05:00
James Grugett
f749eb1df8
Log views of contracts in feed
2022-04-04 22:28:38 -05:00
James Grugett
f577437a8b
Show your avatar and balance in mobile bottom bar instead of 'More'
2022-04-04 16:49:14 -05:00
James Grugett
8ccf834724
Fix url link to fold page tab: markets and leaderboard
2022-04-04 13:28:33 -05:00
James Grugett
708773e9a6
Fix FR not having correct loan info
2022-04-04 11:30:49 -05:00
mantikoros
18bba89507
raise min ante to M$50
2022-04-04 10:47:29 -05:00
mantikoros
9c11104110
create panel: remove add tags section
2022-04-04 10:32:04 -05:00
James Grugett
d0aa9c710c
"A market for every question"
2022-04-04 01:07:58 -05:00
James Grugett
1ec8fc5b45
Deemphasize sign in button on sidebar. Change bet panel to use 'sign up' wording.
2022-04-04 00:58:56 -05:00
James Grugett
6d25494713
Add Manifold Markets logo on signed out home.
2022-04-04 00:45:23 -05:00
James Grugett
20db898753
Home: remove tabs for Recent activity vs Explore
2022-04-04 00:27:25 -05:00
James Grugett
076f2979b4
Reinstate Manifold Markets logo
2022-04-04 00:09:01 -05:00
James Grugett
3760cd576b
Tweak padding/margin
2022-04-03 23:37:14 -05:00
James Grugett
7cd4b5d454
Remove communities from top-level nav. List out options in mobile
2022-04-03 23:20:41 -05:00
James Grugett
6ce53a4418
Only show one of bet panel or bet row. Bring back sticky bet panel & sidebar
2022-04-03 18:43:30 -05:00
James Grugett
ef0408dcdf
Mobile navbar includes Portfolio instead of Communities. Each option is labeled!
2022-04-03 18:26:50 -05:00
James Grugett
9420b10bd9
Fix overlapping bet panel
2022-04-03 16:57:38 -05:00
James Grugett
d7b702fe00
Portfolio page! Add to sidebar when signed in, move about into more.
2022-04-03 15:48:25 -05:00
James Grugett
5dcd43f5b2
Refactor tricky bet calculations to one function
2022-04-03 14:48:53 -05:00
James Grugett
1b9a38ff66
Tweak current value calculation
2022-04-03 11:18:31 -05:00
James Grugett
6b2f6f7185
Calculate invested differently. Sort trades by value and profit, including sales profit. Display profit when sorting by profit.
2022-04-03 01:08:57 -05:00
Austin Chen
cb0f9d922f
Update web README
2022-04-02 12:12:33 -07:00
Austin Chen
55c6481d5b
Don't require sign in for bottom navbar
2022-04-02 09:42:01 -07:00
Austin Chen
80728ff4f9
Switch confirmation buttons to the new modal
2022-03-31 02:09:08 -07:00
Austin Chen
94b7ebe5e8
Minor fixes: typo, React keys
2022-03-31 01:38:57 -07:00