mantikoros
f25460a647
smaller font for "Predict"
2022-09-08 15:10:36 -05:00
Sinclair Chen
28f3694e8f
Fix editor rerendering when you load it ( #831 )
...
* Don't rerender entire editor for user list
also fixes bug where you are the only mention
* Cache with react query instead of memoize
2022-09-08 13:02:50 -07:00
Pico2x
caa3fc06e6
Minor tailwind/indent fixes to posts
2022-09-08 17:32:42 +01:00
Ian Philips
3932a3dbd4
I predict this will do better than trade
2022-09-08 07:40:16 -06:00
James Grugett
bff4eff719
Persist user page markets on back (Marshall's machinery)
2022-09-08 01:39:01 -05:00
James Grugett
54c227cf6c
Updates to experimental home ( #858 )
...
* Line clamp question in prob change table
* Tweaks
* Expand option for daily movers
* Snap scrolling for carousel
* Add arrows to section headers
* Remove carousel from experimental/home
* React querify fetching your groups
* Edit home is its own page
* Add daily profit and balance
* Merge branch 'main' into new-home
* Make experimental search by your followed groups/creators
* Just submit, allow xs on pills
* Weigh in
* Use next/future/image component to optimize avatar images
* Inga/challenge icon (#857 )
* changed challenge icon to custom icon
* fixed tip button alignment
* weighing in and trading "weigh in" for "trade"
Co-authored-by: Ian Philips <iansphilips@gmail.com>
Co-authored-by: Austin Chen <akrolsmir@gmail.com>
Co-authored-by: ingawei <46611122+ingawei@users.noreply.github.com>
Co-authored-by: mantikoros <sgrugett@gmail.com>
2022-09-08 01:36:34 -05:00
mantikoros
edbebb7e67
weighing in and trading "weigh in" for "trade"
2022-09-08 00:16:48 -05:00
ingawei
004671f032
Inga/challenge icon ( #857 )
...
* changed challenge icon to custom icon
* fixed tip button alignment
2022-09-07 23:51:52 -05:00
Austin Chen
45a965476e
Use next/future/image component to optimize avatar images
2022-09-07 20:59:00 -07:00
Ian Philips
bcee49878b
Weigh in
2022-09-07 21:39:21 -06:00
Ian Philips
35de4c485a
Just submit, allow xs on pills
2022-09-07 21:39:14 -06:00
mantikoros
e6c6f64077
fix mobile nav for trades tab
2022-09-07 21:16:58 -05:00
FRC
0acdec787d
Adds comments to posts ( #844 )
...
* Adds comments to posts
* Uncoupled CommentInput from Contracts
* Fix nits
2022-09-07 23:09:20 +01:00
mantikoros
ce52f21ce9
fix sidebar profile link to your trades
2022-09-07 15:13:17 -05:00
mantikoros
b3343c210a
more "bet" => "trade"
2022-09-07 15:04:34 -05:00
mantikoros
b4e0e9ebc0
"A market for every question"
2022-09-07 15:01:02 -05:00
mantikoros
28af2063c3
"bet" => "trade"
2022-09-07 14:45:04 -05:00
FRC
cce14cbe1f
Toggle monthly leaderboards ( #790 )
...
* Toggle monthly leaderboards
I didn't get to enabling monthly leaderboards after my work trial was over (I enabled daily/weekly/alltime). The cache has been filled out for a while now, this toggles it on.
* Fix nits
2022-09-07 17:04:30 +01:00
James Grugett
ad18987e65
Update Daily movers UI
2022-09-07 01:18:11 -05:00
James Grugett
a40bdc28be
Remove some excess spacing on user page
2022-09-06 23:39:50 -05:00
James Grugett
082125bd2f
Remove some margin
2022-09-06 23:31:02 -05:00
James Grugett
21870d7edb
User page: Move portfolio graph and social stats to new tab
2022-09-06 23:24:58 -05:00
Sinclair Chen
537962a7dc
Stop links from opening twice
2022-09-06 16:55:33 -07:00
Ian Philips
f7d027ccc9
Create button=>Site link
2022-09-06 16:38:01 -06:00
Ian Philips
c16e7c6cfd
Add membership indicators and link to see group
2022-09-06 16:20:43 -06:00
Ian Philips
45e54789b7
Groups search shares query, sorted by contract & members
2022-09-06 15:51:36 -06:00
mantikoros
c59de1be2e
bet slider: decrease step size
2022-09-06 11:53:09 -05:00
Ian Philips
a038ef91eb
Show num contracts in group selector
2022-09-06 09:58:24 -06:00
Ian Philips
39d7f1055b
Fix spacing on challenge modal
2022-09-06 07:58:00 -06:00
Ian Philips
a3b18e5bea
Add challenge back to share modal
2022-09-06 07:57:52 -06:00
mantikoros
450b140f5f
show challenge button on mobile
2022-09-05 18:19:13 -05:00
James Grugett
cd8bb72f94
Daily movers table in experimental/home
2022-09-05 18:09:03 -05:00
mantikoros
837a4d8949
Revert "Show challenge on desktop, simplify modal"
...
This reverts commit 8922b370cc
.
2022-09-05 18:07:44 -05:00
mantikoros
8952b100ad
add answer panel mobile formatting, slider
2022-09-05 17:59:19 -05:00
mantikoros
2d724bf2c8
make slider black
2022-09-05 17:44:21 -05:00
mantikoros
374c25ffb3
Auto-prettification
2022-09-05 22:40:48 +00:00
mantikoros
96cf1a5f7f
mobile slider styling
2022-09-05 17:39:59 -05:00
mantikoros
ae40999700
mobile bet slider
2022-09-05 17:11:32 -05:00
mantikoros
30d73d6362
remove parantheses from balance text
2022-09-05 16:59:35 -05:00
mantikoros
97e0a78806
"join group" => "follow"
2022-09-05 16:51:09 -05:00
James Grugett
d812776357
Remove show hot volume param
2022-09-05 16:25:48 -05:00
Austin Chen
70eec63533
Adding in "Highest %" and "Lowest %" sort options
...
Quick alternative to https://github.com/manifoldmarkets/manifold/pull/850/files courtesy of James.
One downside of this approach is that the % only update every 15 minutes; but maybe users won't notice?
2022-09-05 10:07:33 -07:00
Marshall Polaris
6ef2beed8f
Denormalize betAmount
and betOutcome
fields on comments ( #838 )
...
* Create and use `betAmount` and `betOutcome` fields on comments
* Be robust to ridiculous bet IDs on dev
2022-09-04 14:28:45 -07:00
James Grugett
a15230e7ab
Smartest money => Best bet. Don't show amount made for comment.
2022-09-04 14:06:29 -05:00
James Grugett
a21466d877
Add sort for 24 hour change in probability
2022-09-03 16:20:57 -05:00
Marshall Polaris
c0383bcf26
Make tournament page efficient ( #832 )
...
* Make tournament page efficient
* Fix URL to Salem contract
* Use totalMembers instead of deprecated field
* Increase page size to 12
Co-authored-by: Austin Chen <akrolsmir@gmail.com>
2022-09-03 09:55:10 -07:00
Ian Philips
2d88675f42
Move & more out of the loop
2022-09-03 06:33:33 -06:00
Marshall Polaris
8318621d51
Some changes to make auth better ( #846 )
...
* Handle the case where a user is surprisingly not in the DB
* Only set referral info on user after creation
* More reliably cache current user info in local storage
* Don't jam username stuff into user listener hook
2022-09-02 19:39:27 -07:00
Marshall Polaris
e924061c54
Don't re-create visibility observer for no reason ( #849 )
...
* Don't re-create visibility observer for no reason
* `IntersectionObserver.unobserve` instead of `.disconnect`
2022-09-02 19:39:07 -07:00
Ian Philips
c74d972caf
Pass user and members via props
2022-09-02 19:36:49 -06:00