mantikoros
90c08709e2
fix numeric resolution panel
2022-05-16 16:32:01 -04:00
James Grugett
281f245fdc
Default to 'all' feed category when loading page.
2022-05-15 22:57:50 -04:00
James Grugett
0c84b39438
Make text underneath filled green answer bar selectable
2022-05-15 22:46:20 -04:00
mantikoros
95367685b8
numeric bet panel on mobile
2022-05-12 17:10:34 -04:00
mantikoros
c259003b67
merge
2022-05-12 16:57:09 -04:00
mantikoros
852a4c7614
Merge branch 'main' into range-markets
2022-05-12 16:56:52 -04:00
mantikoros
17fca14084
outcome label
2022-05-12 16:52:37 -04:00
mantikoros
39b745b25a
bucket input, numeric resolution panel
2022-05-12 16:22:17 -04:00
Austin Chen
e0d266887c
Show prob of FR answer as a bar chart ( #200 )
2022-05-12 14:04:51 -04:00
Austin Chen
25d3fbcc5f
Add a hover to the category selector
2022-05-12 13:47:07 -04:00
mantikoros
7cce2cc63f
fix bucketing
2022-05-12 13:36:06 -04:00
mantikoros
81edf29ec7
number input
2022-05-12 13:35:38 -04:00
Ian Philips
c2f8aee89e
Touch up reply buttons
2022-05-12 10:27:52 -06:00
James Grugett
aafc08f24c
Prevent android chrome from defining categories on tap
2022-05-12 12:07:46 -04:00
Ian Philips
fed49d3040
Hide ante in FR bets tab
2022-05-12 09:48:19 -06:00
James Grugett
31f57f8ff2
Condense category names to just the tag name
2022-05-12 11:18:44 -04:00
James Grugett
49f900b298
Tags input: save on enter
2022-05-12 11:13:35 -04:00
mantikoros
9a4e5763f5
Categories ( #132 )
...
* basic market categories
* use tags to store market category
* display category in market
* display full category
* category selector component on feed
* Move feed data fetching to new file
* Decrease batch size for updating feed to prevent out-of-memory error
* Compute and update category feeds!
* Show feeds based on category tabs
* Add react-query package!
* Use react query to cache contracts
* Remove 'other' category
* Add back personal / friends to feed categories
* Show scrollbar temporarily for categories
* Remove 5 categories, change geopolitics to world
* finance => economics
* Show categories on two lines on larger screens
Co-authored-by: James Grugett <jahooma@gmail.com>
2022-05-12 10:07:10 -05:00
Boa
403156ed1a
FR ux changes, restore submit button for comments ( #195 )
2022-05-12 08:59:05 -06:00
James Grugett
696e6a7882
Revert "Fix hyperlinks when starting with an open paren"
...
This reverts commit 2fd9759bc1
.
2022-05-11 21:42:33 -04:00
mantikoros
cd3d78fa32
validation
2022-05-11 21:03:56 -04:00
mantikoros
83a83e09b8
bet panel labels
2022-05-11 19:31:24 -04:00
mantikoros
62dea9b1fd
fix getNewContract params
2022-05-11 19:09:15 -04:00
mantikoros
4364be0ded
change numeric graph color
2022-05-11 19:00:35 -04:00
mantikoros
a1d3db6eff
merge
2022-05-11 18:32:55 -04:00
mantikoros
501aac3e8a
Merge branch 'main' into range-markets
2022-05-11 18:32:14 -04:00
mantikoros
3969cc878a
range input
2022-05-11 18:25:07 -04:00
Marshall Polaris
1063897c7c
Clean up extra wrapper and CSS on BetRow ( #178 )
2022-05-11 14:35:50 -07:00
Boa
02ed9bf7e1
Single threaded comments ( #175 )
...
* Remove unused hideOutcome in comments
* Remove unused hideOutcome in comments
* Add replyToComment fields to Comment
* Add 1 threaded replies to comments & answers
* Allow smooth scrolling within pages via #
* remove yarn-error log
* correct spelling
* Remove smooth-scroll-to-hashtag component
* Cleanup & show user position/bets in replies
2022-05-11 15:11:46 -06:00
Sinclair Chen
aa433e309c
restyle home page (separation between markets) ( #186 )
2022-05-11 12:51:45 -07:00
Austin Chen
2fd9759bc1
Fix hyperlinks when starting with an open paren
2022-05-11 15:28:28 -04:00
mantikoros
b00814a8c4
Template emails ( #185 )
...
* unsubscribe from generic emails
* new welcome email
* fix from address
* thank you email
* one week bonus email
2022-05-11 10:51:58 -05:00
Marshall Polaris
1ca634be3b
Move @types/module-alias to a dev dependency
...
My bad, I accidentally did `yarn add` and it went to the wrong spot.
2022-05-10 21:43:57 -07:00
James Grugett
2b9e639281
Default to 'all' search filter for markets on user page
2022-05-11 00:19:29 -04:00
Marshall Polaris
b55e807c62
Truncate multi-line commit messages in console build info ( #180 )
2022-05-10 21:12:00 -07:00
Marshall Polaris
22c594eb79
Print out build info in console ( #179 )
...
* Print out build info in console
* Fix up build info printing per feedback
2022-05-10 20:57:09 -07:00
James Grugett
948d878222
Prevent 500 error on markets with no collected fees
2022-05-10 23:01:07 -04:00
Marshall Polaris
9b376fb11a
Reinstate eslint warning cleanup ( #174 )
...
* Reinstate eslint upgrade and related fixes
* Another shot at improving ContractLeaderboard
2022-05-10 14:49:24 -07:00
Marshall Polaris
4565430db5
Revert "Upgrade eslint, fix eslint warnings ( #149 )"
...
It's not 100% clear, but this could have caused some production
problems on the contract page, so let's revert it for now.
2022-05-10 14:22:57 -07:00
Marshall Polaris
c82a56af09
Make absolute imports work with functions project ( #168 )
...
* Use a silly hack to make absolute imports work with Firebase tools
* Use absolute import for common module in functions code
2022-05-10 13:59:38 -07:00
Marshall Polaris
6c9df223d8
Feed container markup cleanup ( #173 )
...
* Move FeedContainer stuff into ActivityFeed
* Greatly clean up ActivityFeed container markup
2022-05-10 13:59:19 -07:00
Marshall Polaris
167cf20bfc
Upgrade eslint, fix eslint warnings ( #149 )
...
* Add a couple missing dependencies for hooks
* Upgrade eslint
This newer eslint and typescript-eslint fixes some spurious warnings
that were bugs and supports our version of Typescript.
* Use Next Script component the way it wants us to
* Rephrase ContractLeaderboard component to avoid useEffect woes
* Use perhaps more idiomatic type for ContractLeaderboard props
* Make Folds data fetching more correct and more clear
2022-05-10 13:58:38 -07:00
Sinclair Chen
a297f6492d
move manaToUSD to format.ts ( #172 )
2022-05-10 11:14:24 -07:00
Austin Chen
b97301c6fa
Hardcode two new frontpage markets
2022-05-10 13:03:53 -04:00
mantikoros
8313930c70
show correct commission in market close emails
2022-05-10 11:24:06 -04:00
James Grugett
bbfdc923fb
Fix word scores, broken by an extra long word
2022-05-10 10:28:07 -04:00
mantikoros
264e5058ea
Separate out fees ( #169 )
...
* deduct market ante from profits
* display creator fees in stats
* show creator earnings in stats
* separate out creator, liquidity fees in payouts and deduct from profits
* include creator payout in resolution emails
* deduct liquidity from profits
* hide cost tooltip if daily free market
2022-05-10 08:49:14 -05:00
James Grugett
067fb34973
Switch vscode imports to "shortest"
2022-05-10 09:43:04 -04:00
James Grugett
235c9f6b21
Add .vscode workspace settings: Use non-relative imports
2022-05-09 19:18:10 -04:00
Marshall Polaris
d34907681a
Remove some random unnecessary wrapper divs ( #163 )
...
* Remove wrapper div in user comment feed item
* Remove wrapper div around feed market card title link
* Remove wrapper div around BetRow
2022-05-09 15:50:20 -07:00