Commit Graph

  • 89b30fc50d Fix tournaments page loading indicator and turn page size back down Marshall Polaris 2022-09-03 14:07:34 -0700
  • 9060abde8e Cache prob and prob changes on cpmm contracts James Grugett 2022-09-03 15:06:41 -0500
  • 085b9aeb2a remove simulator mantikoros 2022-09-03 14:55:37 -0500
  • 89d3571826 remove simulator mantikoros 2022-09-03 14:55:37 -0500
  • c0383bcf26
    Make tournament page efficient (#832) Marshall Polaris 2022-09-03 09:55:10 -0700
  • 725b30b68b Increase page size to 12 Austin Chen 2022-09-03 09:48:13 -0700
  • d73d72c693 Use totalMembers instead of deprecated field Austin Chen 2022-09-03 09:48:07 -0700
  • 6026642510 Merge branch 'main' into fix-tournament-page Austin Chen 2022-09-03 09:46:47 -0700
  • 89032431fb Merge branch 'main' into twitch-linking mantikoros 2022-09-03 11:30:08 -0500
  • 1b8dff909f Added clean error handling in case of Twitch link fail. Phil 2022-09-03 17:08:35 +0100
  • 6eb4286053 Added support for new redirect Twitch auth. Phil 2022-09-03 17:08:05 +0100
  • 0938368e30 Capitalize yes/no resolution outcomes Ian Philips 2022-09-03 07:29:35 -0600
  • 272658e5dc Use most up-to-date user on groups page Ian Philips 2022-09-03 06:52:51 -0600
  • 861fb7abbd
    Use the magic auth prop for groups SSR (#851) Marshall Polaris 2022-09-03 05:51:55 -0700
  • 2d88675f42 Move & more out of the loop Ian Philips 2022-09-03 06:33:33 -0600
  • bfa88c3406 Turn off react-query notification subscription because it's buggy James Grugett 2022-09-02 22:51:33 -0500
  • 784c081663
    Enable source maps in production (#852) Marshall Polaris 2022-09-02 19:43:22 -0700
  • fe8bad07df Enable source maps in production Marshall Polaris 2022-09-02 19:40:22 -0700
  • 8318621d51
    Some changes to make auth better (#846) Marshall Polaris 2022-09-02 19:39:27 -0700
  • e924061c54
    Don't re-create visibility observer for no reason (#849) Marshall Polaris 2022-09-02 19:39:07 -0700
  • d24c3a9a42 Use the magic auth prop for groups SSR Marshall Polaris 2022-09-02 19:29:21 -0700
  • 25a0276bf7 Auth user server-side on groups page Ian Philips 2022-09-02 19:52:38 -0600
  • 2b71e299d3 Support Firestore search over a reduced set of contracts high-tourney Austin Chen 2022-09-02 18:50:17 -0700
  • c74d972caf Pass user and members via props Ian Philips 2022-09-02 19:36:49 -0600
  • 9a101601fb Also support lowest % first Austin Chen 2022-09-02 18:27:26 -0700
  • 1f6cab8cb4 Allow sorting by highest % Austin Chen 2022-09-02 18:26:26 -0700
  • 57b74a5d09 Use cached values Ian Philips 2022-09-02 18:12:55 -0600
  • 9577955d2d Remove null check Ian Philips 2022-09-02 18:08:53 -0600
  • cf508fd8b6
    Members and contracts now subcollections of groups (#847) Ian Philips 2022-09-02 18:06:48 -0600
  • 8c00a88b41 Lint Ian Philips 2022-09-02 18:04:24 -0600
  • 6bf994c0ed Lint Ian Philips 2022-09-02 18:01:34 -0600
  • 94ae46ddad update start numbers Ian Philips 2022-09-02 17:59:59 -0600
  • 2f53cef36f Move metrics calculation to common James Grugett 2022-09-02 18:45:42 -0500
  • 278056f27c Handle updated groups Ian Philips 2022-09-02 17:12:15 -0600
  • dd5657f236 IntersectionObserver.unobserve instead of .disconnect Marshall Polaris 2022-09-02 15:52:26 -0700
  • 64b822c08e Don't re-create visibility observer for no reason Marshall Polaris 2022-09-02 15:48:44 -0700
  • b72ad9bcf9 Update firestore rules Ian Philips 2022-09-02 16:42:49 -0600
  • 0c2e6d966c Update firestore rules Ian Philips 2022-09-02 16:38:14 -0600
  • 57f59ebfc4 Update group field names Ian Philips 2022-09-02 16:35:58 -0600
  • 4d3dcdaf72 Add back in numMembers Ian Philips 2022-09-02 16:30:28 -0600
  • 87aeeaf0aa Don't allow modification of private groups contracts Ian Philips 2022-09-02 16:25:45 -0600
  • c17bd466d2 Make parse.richTextToString more efficient Marshall Polaris 2022-09-02 15:12:46 -0700
  • 81941f1f1f Slight refactoring Ian Philips 2022-09-02 16:15:57 -0600
  • 4578d5ba75 Handle closed group Ian Philips 2022-09-02 16:05:01 -0600
  • 58607aff62 undo loans change? Ian Philips 2022-09-02 16:00:10 -0600
  • ac9a14de54 Members and contracts now documents Ian Philips 2022-09-02 15:58:57 -0600
  • af68fa6c42 Fix typo in email followup James Grugett 2022-09-02 16:20:04 -0500
  • 231d3e65c4 Fix incorrect error message for no bets James Grugett 2022-09-02 16:19:10 -0500
  • 34b8099398 Don't jam username stuff into user listener hook Marshall Polaris 2022-09-02 14:13:50 -0700
  • 8fe3f7a2e0 More reliably cache current user info in local storage Marshall Polaris 2022-09-02 14:05:21 -0700
  • d608c8ea78 Only set referral info on user after creation Marshall Polaris 2022-09-02 14:02:37 -0700
  • 9c6d892f10 Handle the case where a user is surprisingly not in the DB Marshall Polaris 2022-09-02 13:54:26 -0700
  • 00de66cd79
    Leaderboard calc: update profit even when portfolio didn't change (#845) James Grugett 2022-09-02 15:59:32 -0500
  • 62e8c79de8 Put back didPortfolioChange for deciding whether to create new history doc. James Grugett 2022-09-02 15:56:46 -0500
  • 8352546444 Leaderboard calc: remove didProfitChange optimization that was incorrect James Grugett 2022-09-02 15:36:51 -0500
  • b6449ad296 fix bet panel warnings mantikoros 2022-09-02 15:32:47 -0500
  • d1e1937195
    Remove custom token generation machinery (#840) Marshall Polaris 2022-09-02 13:04:00 -0700
  • 245627a347 Temporarily patch groups loading to make dev deploy work Marshall Polaris 2022-09-02 13:00:38 -0700
  • a429a98a29
    Tidy up some dead code and markup in sidebar (#842) Marshall Polaris 2022-09-02 12:52:27 -0700
  • b1bb6fab5b
    Disable SSR on /home (#839) Marshall Polaris 2022-09-02 12:51:41 -0700
  • 21b9d0efab
    Clean up some old pre-Amplitude tracking code (#841) Marshall Polaris 2022-09-02 12:51:27 -0700
  • 4c429cd519
    Remove some old code related to the old feed (#843) Marshall Polaris 2022-09-02 12:51:14 -0700
  • 048de52bee Adds comments to posts Pico2x 2022-09-02 16:30:31 +0100
  • 0cb20d89ed numeric market labels: LOW/HIGH instead of MIN/MAX; eliminate payout <= MIN, etc. mantikoros 2022-09-02 10:35:41 -0500
  • 4c91c9bf3f Tidy up some dead code and markup in sidebar Marshall Polaris 2022-09-02 01:22:19 -0700
  • bf4490494d Remove some old code related to the old feed Marshall Polaris 2022-09-02 01:29:50 -0700
  • 1c0b270fb4 Remove custom token generation machinery Marshall Polaris 2022-09-02 01:26:10 -0700
  • 4e1da7dc84 Clean up some old pre-Amplitude tracking code Marshall Polaris 2022-09-02 01:23:57 -0700
  • 2c321ad4e7 Disable SSR on /home Marshall Polaris 2022-09-02 00:59:19 -0700
  • 8029ee49a4 Fix loans bug James Grugett 2022-09-01 23:06:14 -0500
  • 4406e53121
    Make prefetching correctly use context cache (#835) Marshall Polaris 2022-09-01 19:38:09 -0700
  • dca7205a47
    Disable group prefetching from contract links (#836) Marshall Polaris 2022-09-01 19:37:41 -0700
  • 04e8bb248b Fix Salem Center market url Sinclair Chen 2022-09-01 18:15:10 -0700
  • 51fe44f877 Show the number of open markets on each groups page Austin Chen 2022-09-01 16:10:39 -0700
  • 00ba3b0c48
    Show avatars of tippers and unique bettors (#837) Ian Philips 2022-09-01 16:23:12 -0600
  • 7c85edd0b7 fix import Ian Philips 2022-09-01 16:16:53 -0600
  • abd17377ce Make transparent the avatar bg Ian Philips 2022-09-01 16:14:24 -0600
  • 208de93fba Tidy markup Marshall Polaris 2022-09-01 15:11:09 -0700
  • 40aeda2b9e Show avatars of tippers and unique bettors Ian Philips 2022-09-01 16:05:43 -0600
  • 020891d4af Stop prefetching groups when viewing contract Marshall Polaris 2022-09-01 14:56:46 -0700
  • 0791f77247 Kill dead code Marshall Polaris 2022-09-01 14:56:02 -0700
  • 7508d86c73
    Clean up contract overview code (#823) Marshall Polaris 2022-09-01 14:42:50 -0700
  • 906627ca84 Refactor contract overview code so that it's easier to understand Marshall Polaris 2022-08-31 13:47:04 -0700
  • 6c19365068 Don't call Date.now a million times in answers graph Marshall Polaris 2022-08-31 13:39:43 -0700
  • 5fde4f18ad Make prefetching correctly use context cache Marshall Polaris 2022-09-01 14:12:22 -0700
  • 8d853815d6
    Show resolution on og card image (#834) Ian Philips 2022-09-01 13:55:24 -0600
  • 6872088d97 Add in group names as hashtags Ian Philips 2022-09-01 13:52:14 -0600
  • ca08948b74 Handle resolved markets Ian Philips 2022-09-01 13:39:24 -0600
  • 1208694d2d
    http to https to avoid blocked requests (#833) FRC 2022-09-01 17:54:46 +0100
  • 1fed4ad8ff http to https to avoid blocked requests Pico2x 2022-09-01 17:53:40 +0100
  • 96be4e8992
    Add embedded ContractGrid to Posts (#822) FRC 2022-09-01 17:47:45 +0100
  • b9f132411b Hacky way to set height Pico2x 2022-09-01 17:38:48 +0100
  • 7310cf3d4a fix import Ian Philips 2022-09-01 10:11:08 -0600
  • 8922b370cc Show challenge on desktop, simplify modal Ian Philips 2022-09-01 10:02:41 -0600
  • fecf976ab9 Show all group contracts if less than 5 open Ian Philips 2022-09-01 09:11:14 -0600
  • 0823414360 Adjust group name padding on mobile Ian Philips 2022-09-01 08:52:49 -0600
  • c6eac97b64 Show group based on most recent creator added group Ian Philips 2022-09-01 08:29:56 -0600
  • 6706fe7350 Show user balance on bet panels Ian Philips 2022-09-01 08:12:46 -0600
  • a7c8b8aec4 Hide bet panel when signed out Ian Philips 2022-09-01 07:34:02 -0600
  • 5dec6b4a22 Medium includes 10 bettors Ian Philips 2022-09-01 07:23:43 -0600