Commit Graph

1048 Commits

Author SHA1 Message Date
James Grugett
993d616a3f Move home out of experimental! 2022-09-16 15:52:55 -05:00
James Grugett
061ef3857a Add prefetch 2022-09-16 15:46:48 -05:00
James Grugett
82b4dfe64d Add new for you section 2022-09-16 15:43:30 -05:00
James Grugett
93d0f1e106 Refactor arrange home 2022-09-16 15:30:36 -05:00
James Grugett
7c584ac009 Remove Home title 2022-09-16 15:21:05 -05:00
James Grugett
a7c93ecd16 Toast feedback for join/leave group. Customize button moved to bottom. 2022-09-16 15:13:33 -05:00
James Grugett
17ac42450c Better UI for adding / removing groups 2022-09-16 14:40:25 -05:00
James Grugett
e9870acf41 Listen for group updates 2022-09-16 14:09:48 -05:00
James Grugett
7c4944b825 Hide streak if you turned off that notification 2022-09-16 13:28:39 -05:00
James Grugett
9ed3fdc697 Replace trending group card with pills 2022-09-16 11:47:41 -05:00
James Grugett
52cd4e4078 Merge branch 'main' into new-home-3 2022-09-16 11:17:20 -05:00
Phil
52ecd79736
Twitch prerelease (#887)
* Bot linking button functional.

* Implemented initial prototype of new Twitch signup page.

* Removed old Twitch signup page.

* Moved new Twitch page to correct URL.

* Twitch account linking functional.

* Fixed charity link.

* Changed to point to live bot server.

* Slightly improve spacing and alignment on Twitch page

* Tidy up, handle some errors when talking to bot

* Seriously do the thing where Twitch link is hidden by default

* Fixed secondary Get Started button. Copy overlay and dock link now functional.

* Add/remove bot from channel working.

* Removed legacy Twitch controls from user profile.

* Links provided by dock/overlay buttons are now correct.

* Minor profile cleanup post merge.

* Fixed unnecessary relinking Twitch account when logging in on Twitch page.

* Added confirmation popup to refresh API key. Refreshing API key now requires a user to relink their Twitch account.

* Removed legacy twitch-panel.tsx

Co-authored-by: Marshall Polaris <marshall@pol.rs>
2022-09-16 08:43:49 -07:00
Ian Philips
a2d912bb5a Add more info to limit order notif 2022-09-16 09:02:58 -06:00
FRC
456aed467c
Move tabs to sidebar (#873)
* Move tabs to sidebar

* Address all feedback

Fix icon names
Extract navbar component into a separate function
Rm arrow and indentation
Move group name under logo
Fix visual sidebar stretchy thing
Fix visual bug

* Extra nits
2022-09-16 14:32:15 +01:00
Phil
833ec518b4
Twitch prerelease (#882)
* Bot linking button functional.

* Implemented initial prototype of new Twitch signup page.

* Removed old Twitch signup page.

* Moved new Twitch page to correct URL.

* Twitch account linking functional.

* Fixed charity link.

* Changed to point to live bot server.

* Slightly improve spacing and alignment on Twitch page

* Tidy up, handle some errors when talking to bot

* Seriously do the thing where Twitch link is hidden by default

Co-authored-by: Marshall Polaris <marshall@pol.rs>
2022-09-16 00:22:13 -07:00
James Grugett
346d588ec8 Use firebase query instead of algolia search for groups 2022-09-16 01:03:24 -05:00
ingawei
1ce989f3d6
Inga/bettingfix embedfix (#885)
* Revert "Revert "Inga/bettingfix (#879)""
This reverts commit 176acf959f.
* added embed fix
2022-09-15 19:41:25 -05:00
Sinclair Chen
ebbb8905e2
Add clearer thinking Regrant to tournaments (#883) 2022-09-15 16:05:56 -07:00
Ian Philips
61c672ce4c Show negative payouts 2022-09-15 15:50:26 -06:00
Ian Philips
7628713c4b Enrich contract resolved notification 2022-09-15 15:25:19 -06:00
Austin Chen
1476f669d3 Fix capitalization 2022-09-15 13:45:51 -07:00
Ian Philips
8c6a40bab7 Enrich limit order notification 2022-09-15 13:39:46 -06:00
Ian Philips
e9f136a653 Single source of truth for predict 2022-09-15 09:12:56 -06:00
Pico2x
772eeb5c93 Update [contractSlug].tsx 2022-09-15 15:45:49 +01:00
Pico2x
176acf959f Revert "Inga/bettingfix (#879)"
This reverts commit 8aaaf5e9e0.
2022-09-15 13:55:57 +01:00
ingawei
8aaaf5e9e0
Inga/bettingfix (#879)
* making betting action panels much more minimal, particularly for mobile
* added tiny follow button
2022-09-15 01:46:58 -05:00
ingawei
ccf02bdba8
Inga/admin rules resolve (#880)
* Giving admin permission to resolve all markets that have closed after 7 days.
2022-09-14 22:28:40 -05:00
James Grugett
6dc320ae43 Add streak grayed out indicator 2022-09-14 15:57:56 -05:00
James Grugett
1d501ff88d Daily movers page 2022-09-14 15:39:13 -05:00
James Grugett
90f6aa7d06 Rearrange layout 2022-09-14 14:51:50 -05:00
James Grugett
47f758bba8 Merge branch 'main' into new-home-3 2022-09-14 14:51:27 -05:00
James Grugett
10a5596a5c Tweaks to search layout 2022-09-14 11:55:16 -05:00
Ian Philips
d6b0a1edc0 Betting streak reset to 7am UTC and store streak data on notif 2022-09-14 07:27:20 -06:00
mantikoros
a2d61a1daa
Twitch integration (#815)
* twitch account linking; profile page twitch panel; twitch landing page

* fix import

* twitch logo

* save twitch credentials cloud function

* use user id instead of bot id, add manifold api endpoint

* properly add function to index

* Added support for new redirect Twitch auth.

* Added clean error handling in case of Twitch link fail.

* remove simulator

* Removed legacy non-redirect Twitch auth code. Added "add bot to channel" button in user profile and relevant data to user type.

* Removed unnecessary imports.

* Fixed line endings.

* Allow users to modify private user twitchInfo firestore object

* Local dev on savetwitchcredentials function

Co-authored-by: Phil <phil.bladen@gmail.com>
Co-authored-by: Marshall Polaris <marshall@pol.rs>
2022-09-14 01:52:31 -07:00
James Grugett
c1baf05e05 Add unfollow option for group 2022-09-14 01:08:28 -05:00
James Grugett
7744ac84e1 Add trending groups section 2022-09-14 00:40:22 -05:00
James Grugett
a7e3414cc9 Add search row 2022-09-14 00:10:32 -05:00
James Grugett
7f9925a8c4 Explore groups page 2022-09-13 23:40:56 -05:00
James Grugett
a06c659cc8 Add search page 2022-09-13 22:48:52 -05:00
James Grugett
c11a5c3c2f Add pill query param 2022-09-13 21:37:36 -05:00
Sinclair Chen
74335f2b01
Adjust market modal styles (#875)
* Refactor add market modals into one component
* Adjust style: stickier search, scroll auto
2022-09-13 16:16:07 -07:00
Ian Philips
df3d7b591d Componentize notification line setting, don't use useEffect 2022-09-13 17:00:34 -06:00
James Grugett
c9d323c83f
Small updates to experimental/home (#874)
* Factor out section header

* Remove daily balance change

* Remove dead code

* Layout, add streak

* Fix visibility observer to work on server

* Tweak

* Formatting
2022-09-13 17:47:29 -05:00
Ian Philips
34bad35cb8 Betting=>predicting 2022-09-13 16:19:52 -06:00
Ian Philips
4398fa9bda Add new market from followed user email notification 2022-09-13 09:54:51 -06:00
Ian Philips
8b1776fe3b Remove contracts number badge from groups tab 2022-09-13 07:53:01 -06:00
James Grugett
fa5c35c7b4 Layout, add streak 2022-09-12 22:40:20 -05:00
James Grugett
405c77a6ce Remove daily balance change 2022-09-12 21:25:02 -05:00
Ian Philips
3a814a5b5d Detect just settings tab w/o section 2022-09-12 14:41:30 -06:00
Ian Philips
86422f90ea Set all overflow notifs to seen 2022-09-12 14:17:39 -06:00