mantikoros
3508c94634
tip button: fix tip color
2022-10-13 14:33:41 -05:00
mantikoros
29c0dfe3fe
tip button: remove fill color
2022-10-13 14:27:47 -05:00
mantikoros
18a3b66164
dream label
2022-10-13 14:16:30 -05:00
James Grugett
9e4f41253f
Filter out resolved markets from daily movers
2022-10-13 13:49:48 -05:00
Sinclair Chen
546b0231e7
Die Daisy ( #1042 )
...
* un-daisy labels
* un-daisy inputs
* un-daisy input groups
* fixup input
* un-daisy selects
* un-daisy slider
* Uninstall daisy. Migrate colors
* un-daisy tables
* fix input error styling
* lint
2022-10-13 11:23:42 -07:00
Phil
8bb44593f3
Updated dev config to point to new Twitch dev bot hosting location. ( #1044 )
2022-10-13 17:19:50 +01:00
Pico2x
2c2bc61788
Fix bug with parsing in abritrary react components
2022-10-13 16:56:35 +01:00
Pico2x
34c9dbb3e7
Revert "Revert "New implementation of market card embeddings ( #1025 )""
...
This reverts commit d6525bae9f
.
2022-10-13 16:25:15 +01:00
Ian Philips
d6525bae9f
Revert "New implementation of market card embeddings ( #1025 )"
...
This reverts commit 3fc53112b9
.
2022-10-13 09:19:28 -06:00
Ian Philips
da32a756a8
Need not follow contract for tag notification
2022-10-13 08:41:33 -06:00
Ian Philips
fa476c78dd
Handle numeric outcomes in movers
2022-10-13 08:18:16 -06:00
Ian Philips
e7ba7e715f
default cursor on open answer
2022-10-13 08:04:01 -06:00
Ian Philips
9bf82c6082
Match colors on portfolio
2022-10-13 08:00:04 -06:00
Ian Philips
3e1876f0dc
Add flaggedByUsernames to firestore rules
2022-10-13 07:58:14 -06:00
ingawei
5ba4a9dce7
Inga/tip button ( #1043 )
...
* added tip jar
* made market actions/comments and manalink buttons IconButtons
2022-10-13 01:53:26 -05:00
James Grugett
4e5b78f4ee
Use in-memory store for home featured section data
2022-10-12 21:15:40 -05:00
James Grugett
bc6fab399e
Make text grayer
2022-10-12 20:51:48 -05:00
James Grugett
c2d112e516
Position => shares
2022-10-12 20:51:20 -05:00
ingawei
3cbe8ad8bb
Inga/comment bounty fix ( #1041 )
...
* fixed bounty button in comments
2022-10-12 20:34:07 -05:00
ingawei
6226291e02
made comments smaller
2022-10-12 17:53:37 -07:00
Austin Chen
fa4dba4da3
Document the new /comment endpoint
2022-10-12 17:26:00 -07:00
Austin Chen
9eff69be75
Add /createcomment API endpoint ( #946 )
...
* /dream api: Upload StableDiffusion image to Firestore
* Minor tweaks
* Set content type on uploaded image
This makes it so the image doesn't auto-download when opened in a new tab
* Allow users to dream directly from within Manifold
* Remove unused import
* Implement a /comment endpoint which supports html and markdown
* Upgrade @tiptap/core to latest
* Update all tiptap deps to beta.199
* Add @tiptap/suggestion
* Import @tiptap/html in the right place
* ... add deps everywhere
So I have no idea how common deps work apparently
* Add tiptap/suggestion too
* Clean up dream
* More cleanups
* Rework /comment endpoint
* Move API to /comment
* Change imports in case that matters
* Add a couple todos
* Dynamically import micromark
* Parallellize gsutil with -m option
* Adding comments via api working, editor.tsx erroring out
* Unused import
* Remove disabled state from useTextEditor
Co-authored-by: Ian Philips <iansphilips@gmail.com>
2022-10-12 17:25:17 -07:00
James Grugett
789bec2a4f
Expand replies by default (quick fix for comment links not working)
2022-10-12 17:49:04 -05:00
James Grugett
18042cd4d1
Return listener
2022-10-12 17:39:13 -05:00
mantikoros
04a126707b
fix welcome dialog page freezing bug
2022-10-12 17:33:18 -05:00
mantikoros
7a412fdb0d
add key props
2022-10-12 17:33:18 -05:00
James Grugett
e2dc4c6b8f
Resolve markets again script
2022-10-12 17:30:21 -05:00
mantikoros
204d302d87
portfolio copy: "Open" => "Active"
2022-10-12 16:57:21 -05:00
James Grugett
ae39c1175b
Better resolve market payouts ( #1038 )
...
* Check payout preconditions first. Try to pay out market in 1 transaction.
* Format
* toBatch => lodash's chunk
2022-10-12 16:21:37 -05:00
Marshall Polaris
c44f223064
Fix some hydration issues ( #1033 )
...
* Extract `useIsClient` hook
* Fix a bunch of hydration bugs relevant to the contract page
2022-10-12 14:07:07 -07:00
mantikoros
aa717a767d
backfill subsidyPool
2022-10-12 16:05:15 -05:00
Sinclair Chen
d9f57b7daa
Remove all daisy buttons ( #1036 )
...
* Tweak limit order UI and fix button
* Style all follow/unfollow buttons blue
also get rid of highlight-blue button
* remove all other uses of 'btn'
* Style group follow button like user follow
* lint and format
2022-10-12 12:27:17 -07:00
mantikoros
93ceaa52c4
payouts: fix subsidyPool undefined bug
2022-10-12 14:24:54 -05:00
James Grugett
de76557326
Show shares as contract card position. Fix bug on outcome
2022-10-12 13:55:58 -05:00
James Grugett
da1fcb646f
Fix infinite re-render on home page
2022-10-12 13:42:54 -05:00
ingawei
1d618ba337
Inga/fr remove double comments ( #1019 )
...
incorporating answer comments into general comments section
2022-10-12 13:05:58 -05:00
Pico2x
2cda3a4d4f
Don't show spinner if pinned items is undefined or zero
2022-10-12 18:12:32 +01:00
Sinclair Chen
e44fc8ae13
Simplify rich text to string parsing logic ( #1022 )
...
* Simplify rich text to string parsing logic
* lint
2022-10-12 10:09:59 -07:00
James Grugett
e6a90e18e4
Add more padding and improve layout of post card
2022-10-12 11:59:29 -05:00
Austin Chen
cee8caa3e8
Generate images from StableDiffusion ( #1035 )
...
* Generate images from StableDiffusion
* Update yarn.lock
* Log an error, remove extra comment
* Code cleanup
* Note about the API
2022-10-12 09:53:04 -07:00
Pico2x
b49264ddfa
Show featured to all users
2022-10-12 17:44:43 +01:00
Pico2x
12ed569ff6
Update post card subtitle color
2022-10-12 17:33:02 +01:00
Pico2x
00acc262a0
Update post-cards to show profile pic correctly
2022-10-12 17:31:00 +01:00
Pico2x
fd7d4eb5e2
Make post-cards consistent with contract cards
2022-10-12 17:22:58 +01:00
Pico2x
8ae1166c49
Posts now have denormalized creator username and name
2022-10-12 16:42:28 +01:00
FRC
84e2b63c49
Entire homepage now loads simultaneously including featured ( #1034 )
2022-10-12 16:02:57 +01:00
FRCassarino
f19ef83ac2
Auto-remove unused imports
2022-10-12 14:38:59 +00:00
Pico2x
0c11f3b450
Fix is admin in featured
2022-10-12 15:38:06 +01:00
Pico2x
de9ffa2b52
Fix bug in which Featured section shows for everyone
2022-10-12 15:29:32 +01:00
Ian Philips
decb3213f6
Ignore cancel resolutions for proven correct
2022-10-12 08:05:55 -06:00