ingawei
93e32e3090
addressing James's comments
2022-10-12 00:53:05 -07:00
ingawei
89fcbaeb07
Merge branch 'main' into inga/fr-remove-double-comments
2022-10-11 21:42:22 -05:00
ingawei
2b3378f5df
linting
2022-10-11 19:21:59 -07:00
ingawei
141856fd1f
added scroll to comment
2022-10-11 19:19:22 -07:00
ingawei
f247196973
thiigy dissappears after submit
2022-10-08 01:34:24 -07:00
ingawei
0e842ab391
making answer reply button work
2022-10-08 01:13:22 -07:00
mantikoros
efa2e44937
comment bounty dialog, styling
2022-10-07 16:26:30 -05:00
mantikoros
84bc490ed3
comment sort: move below input, newest as default
2022-10-07 16:26:30 -05:00
ingawei
e5af7bf76f
pushing things to the side
2022-10-06 23:57:41 -07:00
ingawei
1b1634ce8b
i don't even know
2022-10-06 18:55:34 -07:00
ingawei
c8d2e19c3e
made a custom component, beautiful curve thingy
2022-10-06 17:51:58 -07:00
ingawei
7e29733144
incorporating answer replies into general comments section
2022-10-06 17:37:41 -07:00
Ian Philips
26f04fb04a
Save comment sort per user rather than per contract
2022-10-06 10:16:29 -04:00
Ian Philips
e127f9646a
Default sort to best
2022-10-06 09:53:55 -04:00
ingawei
d685f0288b
getting comments pretty much looking how I want, now need help on group organizing
2022-10-05 23:24:20 -07:00
ingawei
1a41619bd5
changing comment looks
2022-10-04 22:48:37 -07:00
ingawei
8dd5b477d9
adding replies toggle, filtering out responses that don't have replies
2022-10-04 20:33:26 -07:00
Ian Philips
a1dcf8d168
Add best sort to FR contracts
2022-10-03 16:38:12 -06:00
Pico2x
77a5f8b9dd
Revert the merge revert (double revert)
2022-10-03 17:31:07 +01:00
Ian Philips
370edec890
Remove unsubscribe options for market closure
2022-10-03 08:30:21 -06:00
Ian Philips
27e6534d94
Persist preferred comment sort order by contract
2022-10-03 08:15:27 -06:00
Pico2x
3fb43c16c4
Revert "Merge branch 'main' of https://github.com/manifoldmarkets/manifold "
...
This reverts commit 603201a00f
, reversing
changes made to b517817ee3
.
2022-10-03 10:02:38 +01:00
James Grugett
a82f447965
Fix free response comment threading
2022-10-02 18:20:37 -05:00
mantikoros
11bd658c68
hide comment sort, trade tab if no items
2022-10-02 16:58:04 -05:00
mantikoros
fd31b7eaca
set comment sort default to newest
2022-10-02 12:50:49 -05:00
Sinclair Chen
1d645e5ff8
trim copy on sort & bounty tooltips
2022-10-02 08:52:53 -07:00
IanPhilips
9815e7301f
Auto-prettification
2022-09-30 19:48:04 +00:00
mantikoros
17d1b8575c
comment bounty styling
2022-09-30 14:45:23 -05:00
Ian Philips
3677de58c3
Add tooltip and badge on contract for bounties
2022-09-30 10:00:55 -06:00
Ian Philips
31de3636fd
Fix comment tab title
2022-09-30 09:34:58 -06:00
Ian Philips
a90b765670
Bounty comments ( #944 )
...
* Adding, awarding, and sorting by bounties
* Add notification for bounty award as tip
* Fix merge
* Wording
* Allow adding in batches of m250
* import
* imports
* Style tabs
* Refund unused bounties
* Show curreantly available, reset open to 0
* Refactor
* Rerun check prs
* reset yarn.lock
* Revert "reset yarn.lock"
This reverts commit 4606984276
.
* undo yarn.lock changes
* Track comment bounties
2022-09-30 09:27:42 -06:00
James Grugett
d55cedb36c
Load comments via static props
2022-09-28 13:11:26 -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
FRC
a5e293c010
Bring back tabs in groups ( #923 )
2022-09-22 12:12:53 -04: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
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
Ian Philips
68f2277def
Just put 'you' on mobile
2022-09-16 09:28: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
e9f136a653
Single source of truth for predict
2022-09-15 09:12:56 -06:00
James Grugett
987ebccdfd
Contract tabs: used passed in bets
2022-09-08 23:45:26 -05:00
mantikoros
28af2063c3
"bet" => "trade"
2022-09-07 14:45:04 -05:00
Marshall Polaris
7debc4925e
De-feedify contract tab contents ( #808 )
...
* De-feedify contract bets list
* De-feedify contract comments lists
* Clean up a bunch of duplicated work in the comments list stuff
* Remove wrapper markup from comment replies list
* Fix sort order on comments I broke
* Kill now unhelpful `CommentRepliesList` wrapper component
* More random cleanup
* More cleanup and fix some styling I had broken
* Make bet calculations less wrong
* Keep up to date with master
* Make copy link component copy better URL
* Make highlighted comments align properly
* Make user header left align with content on comments
* Fix some free response UI stuff up
2022-08-30 02:41:47 -07:00
Marshall Polaris
0972de9025
Make typing for comments more fancy ( #776 )
2022-08-19 01:06:40 -07:00