mantikoros
a8abd4ecbb
trades page: show pnl
2022-02-14 13:00:20 -06:00
James Grugett
cef9eebbdf
Add lowercase tags when editing tags
2022-02-13 22:41:00 -06:00
Austin Chen
0e640bf53b
Show the current % instead of "MKT" in Your Trades
2022-02-13 18:20:46 -08:00
Austin Chen
5c3370ded8
Clean up Resolve Market panel
2022-02-13 15:41:08 -08:00
Austin Chen
7338bdd47a
Automatically sort Tailwind classes with Prettier ( #45 )
...
* Add Prettier Tailwind plugin
* Autoformat Tailwind classes with Prettier
2022-02-11 10:40:22 -08:00
James Grugett
9b50d67313
Render graph with bets from static props immediately
2022-02-10 14:36:19 -06:00
Austin Chen
bcc011c1fd
Allow admins to edit questions
2022-02-09 10:58:33 -08:00
James Grugett
b0a1da62d2
Add sort options for /trades. Can sort by
...
profit or newest!
2022-02-08 23:28:20 -06:00
James Grugett
e66564cd1f
Add current prob to trades items
2022-02-08 22:52:09 -06:00
James Grugett
6214b6e425
Truncate leaderboard name
2022-02-08 22:45:02 -06:00
James Grugett
096ac8f512
Put profile underneath bet popup
2022-02-08 00:57:34 -06:00
James Grugett
192b54f986
Darker text on gray resolve buttons.
2022-02-07 23:52:03 -06:00
James Grugett
041bfe5ac0
Fix latestTime graph calculation
2022-02-07 23:43:35 -06:00
James Grugett
1cf7b42597
Better handle graphs of resolved markets that had an earlier close time.
2022-02-07 22:48:36 -06:00
Austin Chen
99a5612c8d
Display avatar in contract details
2022-02-05 23:02:52 -08:00
Austin Chen
359bfbf614
Show your own avatar for your feed trades
2022-02-05 22:22:13 -08:00
Austin Chen
0223ecdac2
Use Avatar in leaderboard
...
Removes the extra ring
2022-02-05 22:13:13 -08:00
Austin Chen
4c3119c9ec
Display all avatars as a circle
2022-02-05 22:12:23 -08:00
mantikoros
3baffd4a35
bet row: auto-close dialog after a trade is submitted
2022-02-05 12:26:11 -06:00
mantikoros
f7b981c55c
"winnings" => "trader profits"
2022-02-04 17:42:08 -06:00
James Grugett
247f5e9275
Add oldest sort
2022-02-04 16:04:30 -06:00
Austin Chen
0959ec7679
Show avatar on contract cards
2022-02-04 10:30:56 -08:00
mantikoros
03f36cf954
User profile ( #44 )
...
* add id, userId to comment
* change user info cloud function and script; move cleanUsername to common
* change user info script
* fix rules
* add fund button: useLocation hook
* profile page
* merge
* profile stuff
* avatar uploading to storage bucket
* changeUserInfo: use transaction
* Styles for profile page
* Edit mode for profile, and more styles
Co-authored-by: James Grugett <jahooma@gmail.com>
2022-02-03 21:04:56 -06:00
James Grugett
6a542e4530
Switch Folds menu option to Communities
2022-02-03 19:55:00 -06:00
James Grugett
ca89fd158d
Make home communities look better on mobile. Add Covid & AI.
2022-02-03 19:00:17 -06:00
James Grugett
00f632ec47
Remove tw-elements for now
2022-02-03 18:10:19 -06:00
James Grugett
c36ce3e521
Change home tags to communities
2022-02-03 17:40:37 -06:00
James Grugett
e5f553fa1a
Merge branch 'main' into custom-feed
2022-02-03 17:33:12 -06:00
James Grugett
587e1e5d61
Add loading spinner while feed loads
2022-02-03 17:12:09 -06:00
mantikoros
55aa2db553
resolution panel creator fee
2022-02-03 17:07:30 -06:00
James Grugett
3cf4cb7a77
Show custom feed of contracts from folds your follow or have bet on.
2022-02-03 16:54:08 -06:00
James Grugett
6c9f566d3d
Add hashtag in tags of fold card
2022-02-03 14:13:51 -06:00
Austin Chen
6d6e127f7b
Change Follow button to black
2022-02-03 01:49:53 -08:00
Austin Chen
65ff3ebdac
"24 hour" => "24h" to save space
2022-02-03 01:48:44 -08:00
Austin Chen
e7433c2eec
Save comment and description on ctrl+enter
2022-02-03 01:12:37 -08:00
Austin Chen
d0766fa7c3
Use the latest bet time for a feed group
2022-02-03 00:56:49 -08:00
James Grugett
00ac581736
Show your performance in fold
2022-02-02 23:34:35 -06:00
James Grugett
32ce410092
Show Market tags if no communities.
2022-02-02 15:29:26 -06:00
mantikoros
6ad40cf75d
bottom nav bar: change last item to your trades
2022-02-02 12:56:02 -06:00
James Grugett
0a091831de
Restyle tags
2022-02-01 15:03:06 -06:00
James Grugett
d6b855f0de
Improve create fold button with icon and 'New' label
2022-02-01 14:10:40 -06:00
James Grugett
96c1410f01
Rename Fold => Community in UI
2022-02-01 12:12:55 -06:00
James Grugett
565ded1063
Add folds links in market, hide tags behind Show tags toggle.
2022-02-01 12:06:42 -06:00
Austin Chen
64fc0c74ff
Replace bottom border with shadow
2022-01-31 17:07:12 -08:00
Austin Chen
6234b12f89
Bring up numeric keyboards on mobile
2022-01-31 17:05:01 -08:00
Austin Chen
7549cf6a89
Show a bottom navbar on mobile devices
2022-01-31 17:02:17 -08:00
James Grugett
6427e1bd06
Save tags unique and case-insensitive. Don't clear added tags on updating description.
2022-01-30 21:25:52 -06:00
mantikoros
f06ca8305c
Resolve prob ( #41 )
...
* rename MKT to PROB; show resolved probability; move format utilities to common
* ProbabilitySelector
* resolve to PROB
* prob and mkt labels
2022-01-30 15:51:30 -06:00
James Grugett
855256816e
Include tags in contract search
2022-01-30 15:30:49 -06:00
jahooma
967ac1b08d
Negative margin prevented clicking on top half of bet row button
2022-01-29 21:21:57 -06:00