Eric Bailey
dfbc6c32d7
Handle timeline in feed infos
2024-04-22 17:44:12 -05:00
Eric Bailey
69725f8f37
Migrate SavedFeeds screen
2024-04-22 17:39:19 -05:00
Eric Bailey
38445349f0
Migrate Feeds screen
2024-04-22 17:15:58 -05:00
Eric Bailey
f9d8370a30
Migrate FeedSourceCard
2024-04-22 11:13:34 -05:00
Eric Bailey
b99be94442
Migrate usePinnedFeedInfos
2024-04-22 11:02:54 -05:00
Eric Bailey
42c8a07551
Revert testing change
2024-04-18 12:06:36 -05:00
Eric Bailey
a6d2921fa6
Hide primary feed setting outside exp
2024-04-18 12:03:44 -05:00
Eric Bailey
c66529a6ef
Merge remote-tracking branch 'origin/main' into halo/base
...
* origin/main:
[Statsig] Slightly block the UI on gates (#3608 )
[Statsig] Prefetch configs for other accounts (#3607 )
2024-04-18 12:02:02 -05:00
dan
bef7d8a325
[Statsig] Slightly block the UI on gates ( #3608 )
2024-04-18 17:53:51 +01:00
Eric Bailey
98658a313f
Missing following handling
2024-04-18 11:44:48 -05:00
Eric Bailey
a26c08f95e
Simplify logic
2024-04-18 11:34:35 -05:00
Eric Bailey
0521488d05
Filter dupe from Feeds screen
2024-04-18 11:11:36 -05:00
Eric Bailey
abc9b48eef
Filter out primary algo from feeds page
2024-04-18 11:08:56 -05:00
Eric Bailey
b5e57c8768
Move gate call down
2024-04-18 10:59:40 -05:00
Eric Bailey
df501d870c
Restore Feeds sparkle, fix line height
2024-04-18 10:46:49 -05:00
Eric Bailey
aa1d1c23a5
Handle saved feed screen edge case
2024-04-18 10:34:51 -05:00
dan
6101c32bd9
[Statsig] Prefetch configs for other accounts ( #3607 )
...
* Poll both current and other accounts
* Make createStatsigOptions a function
* Pass prefetchUsers with the initial request
* Add initializeCalled check
* Be resilient to object identity changes
* Decrease poll interval to 1 minute
2024-04-18 16:26:05 +01:00
Eric Bailey
6a8b670ae3
Better comment
2024-04-18 10:21:55 -05:00
Eric Bailey
e02ea9ee26
Clarify primary algo usage
2024-04-18 10:19:57 -05:00
Eric Bailey
9351281fd9
Better formatting
2024-04-18 10:14:02 -05:00
Eric Bailey
699ddc8de0
Support following feed as well
2024-04-18 10:09:20 -05:00
Eric Bailey
a255de4775
Revert unneeded changes
2024-04-18 10:07:36 -05:00
Eric Bailey
bb53548541
Update statsig API
2024-04-18 10:03:22 -05:00
Eric Bailey
9075b123d5
Improve perf of pinned feeds with primary algo
2024-04-18 09:56:58 -05:00
Eric Bailey
d976684ddf
Fix pinned feeds key
2024-04-18 09:56:58 -05:00
Eric Bailey
6f35e50dbf
Rename
2024-04-18 09:56:56 -05:00
Eric Bailey
38ce57acf1
Handle home algo on ProfileFeed screen
2024-04-18 09:56:52 -05:00
Eric Bailey
11cc7c7d96
Fix handling of pinned feed if home algo is disabled
2024-04-18 09:56:52 -05:00
Eric Bailey
b81632ef5e
Handle home algo in FeedSourceCard
2024-04-18 09:56:52 -05:00
Eric Bailey
16cc338c86
Handle edge case
2024-04-18 09:56:52 -05:00
Eric Bailey
620f958f72
Simplify filter logic
2024-04-18 09:56:44 -05:00
Eric Bailey
f6ec6ed207
Remove todo, fix pwi view
2024-04-18 09:56:44 -05:00
Eric Bailey
e3a4fcc152
Handle home algo with backwards compat
2024-04-18 09:56:42 -05:00
dan
41b5b5b283
Add our own cache in front of Statsig ( #3604 )
2024-04-18 15:28:24 +01:00
dan
02becdf449
[Statsig] Make gate checks lazily ( #3594 )
2024-04-18 04:39:29 +01:00
Hailey
086dc93a7a
don't underline handle in post meta ( #3591 )
...
* alignment
remove the unnecessary styles now
seriously?
flex-end everything
flex shrink
test
test
rm unneeded flex
flex the text
don't underline handle in post meta
* use `paddingLeft`
* use `paddingLeft` but with `4`
* Fix overflow color
* Use nbsp to make mobile work
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2024-04-18 03:09:10 +01:00
bnewbold
7e16276c04
embedr: return null width ( #3598 )
2024-04-17 14:41:29 -07:00
Jake Gold
56828c088d
NOOP deploy test
2024-04-17 14:05:08 -07:00
Hailey
410f155988
Cleanup files after upload on native ( #3597 )
...
* cleanup images after uploading from the composer
cleanup external embed images as well
cleanup files after upload
add `expo-file-system`
* remove test log
* await
* Revert "await"
This reverts commit 771814b40c .
* just log an error if it throws
2024-04-17 12:49:22 -07:00
Samuel Newman
a2df81416b
delete useMyFollowsQuery ( #3529 )
2024-04-17 19:39:37 +01:00
Hailey
d5982891fa
properly animate the profile hover card ( #3590 )
...
* properly implement with `isOpen` and `isPositioned`
* well, this works just as well
* add `willChange`
2024-04-17 02:51:25 +01:00
dan
480fa10e0b
Add hovercards to "Reply To" ( #3587 )
...
* Add hovercard for Reply To
* Tweak durations
2024-04-16 23:44:41 +01:00
dan
1e26654a9b
Scrolling while target is hovered and card is visible should hide the card ( #3586 )
...
* Don't remove the effect, it's not needed here (and wrong)
* Differentiate between hovering target and card
* Group related code closer
* Hide on scroll away
* Use named arguments
* Inline defaults
* Track reason we're showing
* Only hide on scroll away while hovering target
2024-04-16 23:32:49 +01:00
Jaz
4a771b9350
Merge pull request #3585 from bluesky-social/download_url
...
Add a handler for /download that directs you to the device-appropriat…
2024-04-16 17:29:50 -05:00
dan
8864e9aefe
Restructure feed hover state machine code ( #3550 )
2024-04-16 22:47:33 +01:00
Hailey
69d3768006
Better dist strings for Sentry ( #3584 )
...
* better version codes for sentry
* use a `.` to follow the same intended format as before
* ignore dist build number
2024-04-16 14:38:25 -07:00
Hailey
046e11de31
Automatically add a link card for URLs in the composer ( #3566 )
...
* automatically add a link card for urls in the composer
simplify was paste check
use a set
simplify the cross platform reuse
web implementation
remove log
pasting in the middle of a block of text
proper regex
dont re-add immediately after paste and remove
don't use `byteIndex`
lfg
automatically add link card
* `mayBePaste`
* remove accidentally pasted url from comment
2024-04-16 14:29:32 -07:00
Jaz Volpert
09e1f0e9ae
Add a handler for /download that directs you to the device-appropriate store
2024-04-16 14:17:15 -07:00
dan
71c427cea8
Make ref_ always strings ( #3583 )
...
* Make ref_ always strings
* Harden types
2024-04-16 21:55:12 +01:00
Hailey
48bd98f9ef
Use the existing ExternalLinkEmbed for embed previews in the composer ( #3579 )
...
* use existing `ExternalLinkEmbed` for showing previews
* cleanup
2024-04-16 13:38:47 -07:00