Ian Philips
13e8c16928
Style tabs
2022-09-28 12:21:16 -04:00
Ian Philips
1124cc3975
Allow adding in batches of m250
2022-09-28 09:44:49 -04:00
Ian Philips
a4e627a592
Wording
2022-09-27 19:45:55 -04:00
Ian Philips
d8aad5e0d4
Fix merge
2022-09-27 19:43:52 -04:00
Ian Philips
85e428f43c
Merge branch 'main' into bountied-comments
2022-09-27 19:38:49 -04:00
Ian Philips
353648566f
Add notification for bounty award as tip
2022-09-27 19:37:04 -04:00
Ian Philips
b8f9f791b9
Adding, awarding, and sorting by bounties
2022-09-27 19:06:23 -04:00
mantikoros
723d9dbece
Better bet summary ( #936 )
...
* show position, expected value, profit instead of "invested"
* move bet summary outside trades on market page
* refactor
* pass in userbets
* hide only if no bets; show invested on desktop
* various
2022-09-27 12:09:54 -05:00
ingawei
e17a59ae23
Inga/mobilebetting ( #911 )
...
* mobile binary betting
2022-09-26 19:28:54 -05:00
ingawei
2fe9fe593d
Inga/profile ( #937 )
...
- Changed edit profile button
- got rid of banner
- merged stats and trades tab on profile
- made multicolored profit graph
2022-09-26 18:01:13 -05:00
jahooma
70bc5b2c4a
Auto-prettification
2022-09-22 21:58:40 +00:00
James Grugett
c6d034545a
Home: Prob change cards. Sort by daily score. ( #925 )
...
* Add dailyScore: product of unique bettors (3 days) and probChanges.day
* Increase memory and duration of scoreContracts
* Home: Smaller prob change card for groups. Use dailyScore for sort order (algolia)
* Add back hover
2022-09-22 16:57:48 -05:00
Marshall Polaris
6fe0a22a48
Improve contract leaderboard computation ( #918 )
...
* Fix and clean up top comment stuff
* Make leaderboard code generic on entry type
* No need to look up users on contract leaderboard
2022-09-22 12:40:27 -07:00
mantikoros
0c0e7b5582
Auto-prettification
2022-09-22 18:02:17 +00:00
mantikoros
06db5515f6
add qr code to share dialog
2022-09-22 14:01:37 -04:00
FRC
a5e293c010
Bring back tabs in groups ( #923 )
2022-09-22 12:12:53 -04:00
Sinclair Chen
4412d0195c
Add tooltips to market header icons ( #924 )
2022-09-22 11:53:55 -04:00
ingawei
7988fdde60
simplify binary graphs ( #921 )
2022-09-21 18:49:20 -05:00
Marshall Polaris
a10605e74c
More work on contract page and tabs ( #912 )
...
* Consolidate comment thread component code
* Move `visibleBets` work down into bets tab
* Remove unnecessary cruft from contract page props
* Don't load all comments in contract page static props anymore
* Tidy up props a bit
* Memoize bets tab
* Memoize recommended contracts widget
2022-09-21 00:02:10 -07:00
Marshall Polaris
6e2aa622ab
Refactor, improve efficiency of contract tabs stuff ( #909 )
...
* Move comments and tips fetching down into comments tab rendering
* Consolidate `contract-activity.tsx` into `contract-tabs.tsx`
* Move LP fetching into bets tab
2022-09-20 21:02:17 -07:00
Marshall Polaris
8870f0d356
Don't always require tips to render comments ( #898 )
2022-09-20 15:58:47 -07:00
Marshall Polaris
be4def49a2
Kill counts of comments and trades on contract page ( #900 )
2022-09-20 15:53:35 -07:00
Marshall Polaris
60c79141aa
Move comment-bet association code into comment creation trigger ( #899 )
...
* Move comment-bet association code into comment creation trigger
* Add index for new comments query
2022-09-20 15:25:58 -07:00
Marshall Polaris
30ce80d0c9
Extract signup UI from contract tabs component ( #901 )
2022-09-20 14:04:07 -07:00
jahooma
c101337c38
Auto-remove unused imports
2022-09-19 21:25:50 +00:00
James Grugett
f3ff6d99c8
Remove colored background for daily movers to make it not feel like your own profit / loss
2022-09-19 16:24:36 -05:00
mantikoros
24cf42284f
replace "predictor" => "trader"
2022-09-19 14:03:52 -05:00
Marshall Polaris
a9e5020904
Render free response comment threads more simply without bets ( #893 )
2022-09-18 19:16:48 -07:00
Marshall Polaris
58dcbaaf6e
Precalculate and store current positions for users who make comments ( #878 )
2022-09-18 15:57:50 -07:00
James Grugett
d8e9e7812a
Don't show Daily movers if there are none. Threshold is 1%
2022-09-17 19:47:04 -05:00
mantikoros
37cff04e39
share dialog styling
2022-09-17 18:49:24 -05:00
James Grugett
e7ed893b78
Round prob in Daily movers
2022-09-17 18:45:40 -05:00
James Grugett
191ec9535c
Show more rows on daily movers all
2022-09-17 18:00:24 -05:00
James Grugett
b74fd57912
Show absolute prob in daily movers as well
2022-09-17 17:58:08 -05:00
Sinclair Chen
5b8fc12163
Make add group button same height as group names ( #890 )
2022-09-16 15:21:07 -07:00
James Grugett
25ee793208
🏠 New home ( #889 )
...
* Factor out section header
* Remove daily balance change
* Remove dead code
* Layout, add streak
* Fix visibility observer to work on server
* Tweak
* Search perserved by url
* Add pill query param
* Add search page
* Extract component for ProbChangeRow
* Explore groups page
* Add search row
* Add trending groups section
* Add unfollow option for group
* Experimental home: accommodate old saved sections.
* Tweaks to search layout
* Rearrange layout
* Daily movers page
* Add streak grayed out indicator
* Use firebase query instead of algolia search for groups
* Replace trending group card with pills
* Hide streak if you turned off that notification
* Listen for group updates
* Better UI for adding / removing groups
* Toast feedback for join/leave group. Customize button moved to bottom.
* Remove Home title
* Refactor arrange home
* Add new for you section
* Add prefetch
* Move home out of experimental!
* Remove unused import
* Show non-public markets from group
2022-09-16 16:12:24 -05:00
Ian Philips
68f2277def
Just put 'you' on mobile
2022-09-16 09:28:39 -06:00
FRC
456aed467c
Move tabs to sidebar ( #873 )
...
* Move tabs to sidebar
* Address all feedback
Fix icon names
Extract navbar component into a separate function
Rm arrow and indentation
Move group name under logo
Fix visual sidebar stretchy thing
Fix visual bug
* Extra nits
2022-09-16 14:32:15 +01:00
ingawei
256fd89fd2
market close fix oopsies ( #886 )
...
* market close fix
2022-09-16 02:38:09 -05:00
Austin Chen
ca4a2bc7db
Remove console log
2022-09-15 23:00:58 -07:00
mantikoros
430ad1acb0
"unique bettors"; "Unknown" => "0"
2022-09-15 23:18:27 -05:00
ingawei
1ce989f3d6
Inga/bettingfix embedfix ( #885 )
...
* Revert "Revert "Inga/bettingfix (#879 )""
This reverts commit 176acf959f
.
* added embed fix
2022-09-15 19:41:25 -05:00
Ian Philips
3362b2f953
Capitalize
2022-09-15 15:51:39 -06:00
Marshall Polaris
b903183fff
Paginate contract bets tab ( #881 )
...
* Apply pagination to bets list on contract
* Make contract trades tab number actually match number of entries
2022-09-15 13:47:07 -07:00
Ian Philips
b3e6dce31e
Capitalize
2022-09-15 09:57:14 -06:00
Ian Philips
be91d5d5e0
Avatars don't link during contract selection
2022-09-15 09:51:52 -06:00
Ian Philips
e9f136a653
Single source of truth for predict
2022-09-15 09:12:56 -06:00
Ian Philips
e5428ce525
Watch market modal copy
2022-09-15 07:14:59 -06:00
Pico2x
176acf959f
Revert "Inga/bettingfix ( #879 )"
...
This reverts commit 8aaaf5e9e0
.
2022-09-15 13:55:57 +01:00
ingawei
8aaaf5e9e0
Inga/bettingfix ( #879 )
...
* making betting action panels much more minimal, particularly for mobile
* added tiny follow button
2022-09-15 01:46:58 -05:00