Ian Philips
d3da6de5dd
Groups default open
2022-07-28 11:37:26 -07:00
marsteralex
aa6d0d1750
add beasts ( #700 )
...
* fix https
* add beasts
* Remove extra file
* Prettier-ify code
* Prettier-ify
Co-authored-by: Austin Chen <akrolsmir@gmail.com>
2022-07-28 11:31:58 -07:00
Ian Philips
05b0ca5cdb
I want to see others' referrals
2022-07-28 11:16:48 -07:00
mantikoros
b6a70641a0
fix modal
2022-07-27 19:51:34 -07:00
mantikoros
1aaae93113
Multiple choice markets ( #698 )
...
* multipe choice answers
* create multiple choice cloud function
* multi choice market page
* show outcome '0'
* stats: multi choice type
* update place bet
* answer doc id = outcome
* update resolve market
* prettier
* fix
* fix resolution
2022-07-27 21:40:33 -05:00
James Grugett
b1c4f018f9
Expose cancel bet api
2022-07-27 17:38:25 -07:00
James Grugett
f61c2c2cc0
Remove top creators leaderboard
2022-07-27 10:38:58 -07:00
James Grugett
6be321fb88
Remove ability to tip comments
2022-07-27 10:36:32 -07:00
James Grugett
bd5d3d2afc
Try to fix charity error 2
2022-07-27 10:30:58 -07:00
James Grugett
b24035f0a8
Try to fix charity error
2022-07-27 10:22:52 -07:00
James Grugett
09d95f2b2b
Hide charity page to fix error
2022-07-27 09:54:37 -07:00
James Grugett
f62b1037ff
Remove unused vars
2022-07-27 09:51:28 -07:00
James Grugett
7673b32a0c
Remove add funds buttons
2022-07-27 09:40:48 -07:00
James Grugett
f6c1f46229
Remove groups from sidebar, about, and duplicate leaderboards item
2022-07-27 09:35:01 -07:00
James Grugett
5bfd7d80b0
Merge branch 'main' into salemcenter
2022-07-27 09:26:25 -07:00
Ian Philips
013ff1d941
Show api error on create contract
2022-07-26 16:44:51 -07:00
Ian Philips
f32e995baa
Show referrals banner on user-page
2022-07-26 15:24:16 -07:00
Marshall Polaris
b506e96548
Implement "sell all shares" functionality in sellshares
and expose API ( #696 )
...
* Change `sellshares` to be able to sell all shares
* Sell all shares properly on bet panel UI
* Add API route for selling shares, document
2022-07-26 12:47:19 -07:00
Marshall Polaris
ad46a60c4f
Clean up rendering of user bets list ( #694 )
...
* Clean up crufty markup in bets list
* Don't render bet tables in bets list until expanded
* Don't look up unfilled bets for every sell button
2022-07-26 00:10:22 -07:00
Marshall Polaris
7e4f4b9a87
Clean up a bunch of crufty stuff on user comments list ( #693 )
2022-07-26 00:10:11 -07:00
SirSaltyy
0c2bcceae2
Update charity.ts ( #695 )
...
Added Founder's Pledge Global Health and Development Fund.
Made new logos for all the Founder's Pledge charities to help distinguish between them.
2022-07-26 11:10:22 +09:00
Ian Philips
af25a6c795
Allow adding multiple contracts to group in modal
2022-07-25 18:27:43 -07:00
mantikoros
ec0e25e5ed
create user: remove ip check
2022-07-25 18:25:23 -07:00
mantikoros
3107c8fe30
large bet warning
2022-07-25 18:11:29 -07:00
mantikoros
24124ac86a
show sign up button on mobile on market page
2022-07-25 17:45:42 -07:00
Marshall Polaris
06948bb98b
Make setNotificationsAsSeen
return a promise ( #692 )
2022-07-25 16:37:23 -07:00
Marshall Polaris
64462d6ab4
Make tabs components better ( #691 )
...
* Make better tabs components, apply to user page
* Remove fishy unused href property from tabs
* Remove tab ID property
* Clean up crufty markup in tabs component
* Fix naming to be right (thanks James!)
2022-07-25 13:27:09 -07:00
TrueMilli
e4f8c14fab
Image compression ( #689 )
...
* added image compression
* removed TODO
2022-07-25 12:51:51 -07:00
mantikoros
d8f96876a0
PlayMoneyDisclaimer copy; hide order book for signed out users
2022-07-25 12:29:29 -07:00
mantikoros
d82c7d7f3e
“added liquidity” ⇒ “added a subsidy”
2022-07-25 12:22:38 -07:00
mantikoros
d982d0332c
play money wording
2022-07-24 23:38:57 -07:00
mantikoros
df91310d0f
PlayMoneyDisclaimer; hide limit orders for signed out users; infobox styling
2022-07-24 23:28:05 -07:00
mantikoros
e389f4cc3b
referrals text
2022-07-24 22:50:33 -07:00
Marshall Polaris
9840742927
Fix overaggressive emulator running in dev.sh
2022-07-24 02:30:28 -07:00
Marshall Polaris
312b244e2a
Small backend cleanups ( #643 )
...
* Reuse DAY_MS in update-metrics job
* More concise transaction in cancelbet
* Remove some meaningless awaits
* Do less work in onCreateLiquidityProvision
* Do less work in onCreateAnswer
2022-07-24 00:45:45 -07:00
Marshall Polaris
a1d5d161dd
Revamp backend code to support good local function development ( #657 )
...
* Move concurrently dep upwards
* Add express as explicit dependency
* Accept just one HTTP method per endpoint
* Fix endpoint option coalescing
* Expressification of cloud functions
* Nicer logging of API requests
* Refactor web package.json
* Add ts-node and nodemon to dev dependencies, bring back cors
* Add scaffolding to point dev server at local functions
* Enable emulator in dev server scaffolding
* Fix up a little stuff I broke
2022-07-24 00:26:38 -07:00
Austin Chen
6ad43b02c7
Show the number of comments and bets
2022-07-24 00:11:35 -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