James Grugett
68120ec2b2
Revert "Clean up and fix stuff on answers panel ( #914 )"
...
This reverts commit 721448f408
.
2022-09-25 23:29:13 -04:00
Marshall Polaris
be2c60d3f3
Fix some rendering issues on contract page ( #933 )
...
* Memoize calculating sale amount on your bets list
* Don't re-render more than necessary with `useIsMobile` hook
* Use `useIsMobile` hook in `AmountInput`
2022-09-25 16:43:53 -07:00
James Grugett
57190e7876
Daily trending sort option
2022-09-23 15:33:50 -04:00
FRC
5a10132e2b
Add a "Posts" tab to groups ( #926 )
...
* Add a "Posts" sidebar item to groups
* Fix James's nits
* Show "Add Post" button only to users
2022-09-23 15:11:50 -04: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
Sinclair Chen
eaaa46294a
fix empty comment send button style
2022-09-22 17:07:51 -04:00
Sinclair Chen
2240db9baa
fix profile tab styling
2022-09-22 16:24:57 -04:00
Marshall Polaris
a1c3d0a2dd
Fix up comment permalink stuff ( #915 )
...
* Eliminate needless state/effects to highlight comments
* Scroll to comment on render if highlighted
2022-09-22 12:58:40 -07:00
Marshall Polaris
7704de6904
Next.js 12.2.5 -> 12.3.1 ( #922 )
2022-09-22 12:46:48 -07:00
Marshall Polaris
721448f408
Clean up and fix stuff on answers panel ( #914 )
2022-09-22 12:40:55 -07:00
Marshall Polaris
6ee8d90bdb
Eliminate redundant showReply/replyTo state ( #917 )
2022-09-22 12:40:44 -07: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
b9fffcfa30
sort: add back 24h volume, remove most traded
2022-09-22 14:20:44 -04: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
mantikoros
c15285aa64
pare down sorts; only show high/low prob on groups
2022-09-22 00:32:20 -04:00
Austin Chen
9ff2b62740
Remove console log
2022-09-21 23:10:25 -04:00
Sinclair Chen
e9ab234d61
copy: manifold dollars -> mana
2022-09-21 17:49:32 -07:00
ingawei
7988fdde60
simplify binary graphs ( #921 )
2022-09-21 18:49:20 -05:00
Pico2x
b875ac563d
Revert "Bring back tabs in groups ( #919 )"
...
This reverts commit b4a59cfb21
.
2022-09-21 19:14:05 -04:00
FRC
b4a59cfb21
Bring back tabs in groups ( #919 )
2022-09-21 18:27:49 -04:00
Austin Chen
d922900bda
Increase tip size to M$10
2022-09-21 18:25:56 -04:00
ingawei
24766740c5
cleaning up search bar for mobile ( #916 )
...
* cleaning up search bar for mobile
2022-09-21 16:48:32 -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
c7f29af2ee
Clean up some stuff in AnswersPanel
( #902 )
...
* Tidy up messy markup on FR answers panel
* Clean up obsolete feed-related answer stuff
* Slight fixup per James feedback
2022-09-20 22:07:40 -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
mantikoros
54778ec1b1
Fix twitch onboarding ( #910 )
...
* don't show welcome dialog for twitch users
* handle sign up race conditions with more hooks
* content organization and copy tweaks
* lint
* fix import
2022-09-20 19:23:18 -05: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
faaf502114
Remove old check in free answer comment rendering ( #906 )
2022-09-20 14:11:26 -07:00
Marshall Polaris
30ce80d0c9
Extract signup UI from contract tabs component ( #901 )
2022-09-20 14:04:07 -07:00
Marshall Polaris
a2d9e8e3d2
Cleanup free answer comment stuff ( #897 )
...
* Remove unused most-recent-bet-time stuff
* Remove strange reply box hiding behavior
* Tidying markup
2022-09-20 14:03:33 -07:00
mantikoros
379e736e51
hide liquidity panel ( #904 )
2022-09-20 15:57:27 -05:00
Pico2x
fdd7dcc0ab
Rm group about/short description
2022-09-20 14:42:41 +01:00
James Grugett
4dc3eada1f
Add more stats. Fix timezone. Group retention and new user retention
2022-09-19 18:41:24 -05:00
James Grugett
d0973de2b4
Use percent chart, save unrounded stats
2022-09-19 17:45:52 -05: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
FRC
6aa45a2d12
Move group navbar to top ( #895 )
2022-09-19 17:29:17 +01:00
Ian Philips
5d65bb5bb1
Add message about unique bonuses withdrawn on n/a
2022-09-19 07:31:04 -06:00
Marshall Polaris
bfe00595e7
Make comments with bet outcome but no answer outcome appear ( #894 )
2022-09-19 00:53:10 -07: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
676bcc159d
Fix missing key
2022-09-18 15:53:04 -05:00
James Grugett
1da4373335
Creating a group from create market adds it immediately
2022-09-18 14:24:29 -05:00