Marshall Polaris
bf98e4e7a9
Fix up a little stuff I broke
2022-07-24 00:23:08 -07:00
Marshall Polaris
cf17095ab9
Enable emulator in dev server scaffolding
2022-07-23 23:34:48 -07:00
Marshall Polaris
908917e4d9
Add scaffolding to point dev server at local functions
2022-07-23 23:34:48 -07:00
Marshall Polaris
f58801d4f1
Add ts-node and nodemon to dev dependencies, bring back cors
2022-07-23 23:34:48 -07:00
Marshall Polaris
77fc0fdbd4
Refactor web package.json
2022-07-23 23:34:48 -07:00
Marshall Polaris
e6a0ae10fa
Nicer logging of API requests
2022-07-23 23:34:48 -07:00
Marshall Polaris
af3779b8be
Expressification of cloud functions
2022-07-23 23:34:48 -07:00
Marshall Polaris
4b7ac9abae
Fix endpoint option coalescing
2022-07-23 23:34:48 -07:00
Marshall Polaris
b04276f7d1
Accept just one HTTP method per endpoint
2022-07-23 23:34:48 -07:00
Marshall Polaris
b80fdd7480
Add express as explicit dependency
2022-07-23 23:34:48 -07:00
Marshall Polaris
1cf86e24ad
Move concurrently dep upwards
2022-07-23 23:34:48 -07:00
Olivia Appleton
1f655acddb
Add my market manager tool ( #690 )
2022-07-23 23:33:19 -07:00
Sinclair Chen
6c89e5f18f
Add @ mentions to editor ( #670 )
...
* Add @ mentions to editor
* Fix mention list not loading
* Sort mention list by prefix, follow count
* Render at mention with Linkify component
- mentions are now Next <Link> rather than <a>
- fix bug where editor.getText() returns [object Object] for mentions
- fix mention rendering for posted markets
2022-07-23 20:37:34 -07:00
Ian Philips
f4e4582913
Add group slug during create
2022-07-23 15:04:11 -06:00
Marshall Polaris
6c8c068327
Write script to fix old comments without IDs and user IDs ( #680 )
2022-07-23 13:48:28 -07:00
James Grugett
64f2dbbe71
Fix unused var
2022-07-23 15:26:08 -05:00
James Grugett
f43df42449
Change card to show volume instead of pool
2022-07-23 15:23:47 -05:00
James Grugett
71b20eb61a
Tweak visually hidden style
2022-07-23 15:10:54 -05:00
James Grugett
7f42796724
Update algolia filters to use groupLinks.slug isntead of deprecated groupSlugs field.
2022-07-23 15:02:08 -05:00
Austin Chen
71880dfc98
Add a toolbar for images and iframes ( #688 )
...
* Add a toolbar for images and iframes
* Insert embed code via modal
2022-07-23 09:19:49 -07:00
James Grugett
408027dd6a
Fix bug
2022-07-22 22:44:21 -05:00
James Grugett
2116b86aec
Fix infinite loop in numeric limit bet
2022-07-22 21:03:08 -05:00
Ian Philips
56a579ff91
Don't filter for group contract ids
2022-07-22 16:44:03 -06:00
Ian Philips
abde013ab6
Re-get contracts to get updated links
2022-07-22 16:40:37 -06:00
Ian Philips
5f074206de
Backfill and forward fill contracts with group info ( #686 )
...
* Backfill and forward fill contracts with group info
* No nested queries :(
* Fix filter
* Pass empty arrays instead of undefined
2022-07-22 16:28:53 -06:00
James Grugett
5899c1f3c0
Fix lints
2022-07-22 16:30:07 -05:00
James Grugett
135160dd92
Remove custom placeholders. Just show '0' for limit inputs
2022-07-22 16:18:36 -05:00
James Grugett
a1d51e3778
Update labels for numeric market outcomes
2022-07-22 16:07:59 -05:00
James Grugett
f800570845
Improve range limit order UI
2022-07-22 16:03:55 -05:00
Ian Philips
d319b654ce
Add creator id to unique bettor ids
2022-07-22 14:15:42 -06:00
Ian Philips
63d8e6739b
Add title, mobile flex
2022-07-22 13:53:19 -06:00
James Grugett
d3d472f5d2
Hide "Your bets" when signed out. "For you" becomes "Featured" when signed out.
2022-07-22 14:50:29 -05:00
Ian Philips
6fb9849007
Allow to add/remove from groups on market page ( #685 )
...
* Allow to add/remove from groups on market page
* remove lib
* Fix Sinclair's relative import from May
* Clean
2022-07-22 11:34:10 -06:00
mantikoros
163c990e9d
"bettors" => "traders"
2022-07-22 12:03:33 -05:00
mantikoros
c3a0326b1e
homepage seo
2022-07-22 12:01:52 -05:00
mantikoros
e13f4d3d4d
charity description
2022-07-22 11:59:25 -05:00
mantikoros
2c80133856
add SEO tags to everything
2022-07-22 11:56:03 -05:00
mantikoros
de53a13c84
fix referrals seo
2022-07-22 11:25:48 -05:00
mantikoros
624df76393
search: sort by liquidity; remove oldest
2022-07-22 11:24:25 -05:00
Austin Chen
7cace82b83
Render iframes inside the rich text editor ( #682 )
...
* Try embedding iframes in tiptap
* When iframe code is pasted, inject it into the editor
* Code cleanups and comments
* Remove clsx dependency
Cuz it doesn't exist in `common` anyways
* Rename to tiptap-iframe
2022-07-22 09:12:23 -07:00
Austin Chen
87170894e2
Suppress eslint warning for script
2022-07-22 09:12:01 -07:00
Ian Philips
83cb0a6130
Allow clickable username in welcome message
2022-07-22 08:19:06 -06:00
Ian Philips
bfb11339ca
Convert world and culture categories
2022-07-22 08:12:40 -06:00
Marshall Polaris
08fd27cb26
Make main login/logout buttons reload server side props ( #677 )
...
* Set cookies in auth handler before looking up user
* Make sidebar logout button trigger SSR reload
* Make sidebar login button trigger SSR reload
2022-07-22 00:03:16 -07:00
James Grugett
3b953a7c21
Range limit orders ( #655 )
...
* Prototype range limit order UI
* Conditionally show YES or NO max payout
* Range bet executes both bets immediately.
* Validate lowLimitProb < highLimitProb
* Show error if low limit is higher than high limit
* Update range order UI
* Revert "Validate lowLimitProb < highLimitProb"
This reverts commit c261fc2743
.
* Revert "Range bet executes both bets immediately."
This reverts commit 30b95d75d9
.
* Buy panel only non-limit orders
* Bet choice => outcome
* More iterating on range UI
* betChoice => outcome
* Lighten placeholder text
2022-07-22 00:57:56 -05:00
James Grugett
23b704ffe0
Fix excessive bottom margin on chart
2022-07-21 21:51:20 -05:00
James Grugett
ca5ca9b2b8
Refactor: Move ContractLeaderboard to its own file
2022-07-21 21:39:06 -05:00
ingawei
7474c0a0fd
Inga/manalinks pagination bug ( #678 )
...
* manalink pagination fix
* also fixed new manalink timing out bug
2022-07-21 20:22:17 -05:00
Sinclair Chen
4b4734531f
refactor createNotif - put ?: args in object ( #681 )
2022-07-21 17:08:09 -07:00
mantikoros
cded3f50ff
"question" => "market" (controversial!)
2022-07-21 18:17:02 -05:00