Commit Graph

5212 Commits

Author SHA1 Message Date
Hailey b080c8989e add topic screen 2024-12-17 19:14:18 -08:00
Paul Frazee 56f086a609 Add explore page recommendations 2024-12-17 18:53:20 -08:00
Eric Bailey ad2ab9179a Fix gap 2024-12-17 20:49:58 -06:00
Eric Bailey 5990468148 Only show interstitial on mobile 2024-12-17 20:46:15 -06:00
Eric Bailey 9694f81450 Revert "Remove interstitial"
This reverts commit 1358ad47fd.
2024-12-17 20:36:58 -06:00
Eric Bailey 1358ad47fd Remove interstitial 2024-12-17 20:09:38 -06:00
Dan Abramov 34a1575b9c Simplify messages 2024-12-18 01:14:03 +00:00
Eric Bailey e9fce7ac83 Handle hide/show of sidebar 2024-12-17 18:53:48 -06:00
Eric Bailey dd6509c5d2 Tweak gaps 2024-12-17 18:27:14 -06:00
Eric Bailey 28d83146e6 Limit # in sidebar, tweak spacing 2024-12-17 17:49:41 -06:00
Eric Bailey dbadf04fdb Quick placeholder state 2024-12-17 17:47:37 -06:00
Eric Bailey 41c74e0199 Make trending setting global 2024-12-17 17:39:54 -06:00
Eric Bailey 30207577b7 Remove stray flex_1 2024-12-17 17:11:48 -06:00
Eric Bailey 511a13ec2f Remove comment 2024-12-17 17:11:48 -06:00
Eric Bailey d0b6000d22 Remove old file 2024-12-17 17:11:48 -06:00
Eric Bailey b3f253dbba Up config query to 5 min 2024-12-17 17:11:48 -06:00
Eric Bailey 90ed779cc3 Fix no-show logic 2024-12-17 17:11:48 -06:00
Eric Bailey eda3c35155 Hook up prod agent 2024-12-17 17:11:48 -06:00
Eric Bailey 7cb9694971 Straight passthrough links 2024-12-17 17:11:48 -06:00
Eric Bailey 87e88c31e8 Tweak config 2024-12-17 17:11:48 -06:00
Eric Bailey 3bf151d9b6 Hook up real data 2024-12-17 17:11:47 -06:00
Eric Bailey b269b1979d Only english during beta period 2024-12-17 17:11:47 -06:00
Eric Bailey 4a8fb8255d Add feature gate 2024-12-17 17:11:47 -06:00
Eric Bailey cd52e1bcda Update package, rm langs 2024-12-17 17:11:47 -06:00
Eric Bailey 57ff6f184d Gate settings too 2024-12-17 17:11:47 -06:00
Eric Bailey 305a9e6346 Remove titleChild 2024-12-17 17:11:47 -06:00
Eric Bailey 369373d2aa Remove broadcast hack 2024-12-17 17:11:47 -06:00
Eric Bailey 82a069fdaf Cache enabled value for reloads, use real data for service config 2024-12-17 17:11:47 -06:00
Eric Bailey e03a52b6c4 Stale time to 30m 2024-12-17 17:11:47 -06:00
Eric Bailey 2f57c24e5b Centralize mute word handling 2024-12-17 17:11:47 -06:00
Eric Bailey 2097b67ff0 Handle service config, enablement, load states, update lex contract 2024-12-17 17:11:47 -06:00
Eric Bailey 9d7ebe3ee7 Some skeleton UI 2024-12-17 17:11:47 -06:00
Eric Bailey 111ca28fb9 Align components 2024-12-17 17:11:47 -06:00
Eric Bailey c8a6e3b323 Wire up interstitial and Explore page 2024-12-17 17:11:47 -06:00
Eric Bailey e92095810d First hack at mute words 2024-12-17 17:11:47 -06:00
Eric Bailey 72cf85d38b Exploration 2024-12-17 17:11:47 -06:00
Eric Bailey b03a85ad53 Add new interstitial to Discover 2024-12-17 17:11:47 -06:00
Eric Bailey be3c36fcf6 Clean up persisted code, add new setting 2024-12-17 17:11:47 -06:00
Eric Bailey 99db939beb Fix up hide/show toggle state, WITH broadcast hacK 2024-12-17 17:11:47 -06:00
Eric Bailey e3d110207e Add to settings, abstract state, not updating in tab 2024-12-17 17:11:47 -06:00
Eric Bailey 55b573a35a Add persisted option to hide trending from sidebar 2024-12-17 17:11:47 -06:00
Eric Bailey 0ff6151ab8 Add tiny option in RightNav 2024-12-17 17:11:47 -06:00
Eric Bailey 6287bf6c44 Improve explore treatment a bit, add some polish to cards 2024-12-17 17:11:47 -06:00
Eric Bailey 352302a1a4 Disable SPs for now 2024-12-17 17:11:47 -06:00
Paul Frazee 7dd6f6c3dc Add WIP UIs for trending topics and suggested starterpacks 2024-12-17 17:11:47 -06:00
Samuel Newman 0cbb03cd14 New progress guide - 10 follows (#7128)
* new follow-10 progress guide

* find follows dialog

* wip tabs

* flatlist version with search

* hardcode out jake gold

* lazy load followup suggestions

* Update src/components/ProgressGuide/FollowDialog.tsx

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>

* comment out replacing, enable paging

* rm autofocus

* find shadow profiles in paginated search

* clear search when press tabs

* better tab a11y

* fix label

* adjust scroll indicator insets

* do the same scroll indicator adjustment for searchable people list

* hardcode jake to just be 'tech'

* Retain state on close/reopen

* only change follow btn color when not followed

* add guide to inside dialog

* fix task alignment

* Enable contextual suggestions

* WIP: show multiple suggestions

* Rework so it animates well

* Show more items

* remove card style

* move tabs to own component

* split out header top

* scroll active tab into view

* rm log

* Improve perf a bit

* boost popular interests over alphabetical ones

* scroll active tab into view

* revert back to round buttons

* Fix overrenders of the tab bar items

* Fix unintended animation

* Scroll initial into view if needed

* Unlift state, the dialog thing breaks lifting

* Persist simply

* Fix empty state

* Fix incorrect gate exposure

* Fix another bad useGate

* Nit

---------

Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com>
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2024-12-17 17:13:18 +00:00
dan 32611391a3 Pipe statsig events to logger (#7141)
* Pipe statsig events to logger

* Log rich objects to bitdrift

* Fix tests

* Consolidate mocks, fix tests

* Reduce log trash on native
2024-12-17 12:22:09 +00:00
dan 07b7250682 Fix notifications borders (#7140) 2024-12-17 11:22:49 +00:00
dan 31d2aa6716 Refetch empty feed on focus (#7139) 2024-12-17 11:09:06 +00:00
dan 20d4266e2f Read storage on window.onstorage (#7137) 2024-12-17 03:13:51 +00:00