Eric Bailey
7cac413f3b
Fix undefined block ( #4471 )
...
* Fix undefined block (#4378 )
* Fix undefined block
* Changing text and handling all blocks.
* Tweaks
* Hide follow button in hover card if user blocked
---------
Co-authored-by: Josh <hi@oracularhades.com >
2024-06-10 20:45:23 -05:00
Samuel Newman
4e9a65200e
add hitslop to repost button ( #4469 )
2024-06-10 16:43:04 -07:00
Paul Frazee
86e81650d3
Add a loading indicator to notifications when loading latest ( #4468 )
...
* Add a loading indicator to notifications when loading latest
* Adjust size and alignment
2024-06-11 01:17:34 +02:00
Paul Frazee
4efd576f6a
Visually improve the empty state of feeds ( #4466 )
2024-06-10 13:44:21 -07:00
Hailey
8719b4de31
add a temp drawer item
2024-06-10 13:28:55 -07:00
Hailey
c05d5aa38c
merge main
2024-06-10 13:20:05 -07:00
Hailey
f938fb8bd5
log event when following from starter pack list
2024-06-10 13:16:47 -07:00
Hailey
b4566fed97
land on following when only people are in the list
2024-06-10 13:13:10 -07:00
Hailey
f3356bc11c
add event context
2024-06-10 13:02:05 -07:00
Paul Frazee
c2d7d23423
Give a meaningful error in the composer when replying to a deleted post ( #4464 )
2024-06-10 22:02:00 +02:00
Paul Frazee
0404111f03
Fix: show known feed error UI more reliably ( #4463 )
2024-06-10 22:01:14 +02:00
Hailey
179c7829a9
land on the correct feed
2024-06-10 13:01:13 -07:00
Hailey
5dd195bcb7
Check canAskAgain for notification permissions ( #4460 )
2024-06-10 12:14:00 -07:00
Paul Frazee
90ec22a674
Add support for new-tab clicks on feeds ( #4462 )
2024-06-10 11:44:13 -07:00
Hailey
60c3bc7677
merge main
2024-06-10 11:16:25 -07:00
dan
620ab88713
Ungate mobile web notification badge ( #4459 )
2024-06-10 18:17:26 +02:00
Francesco Lodovici
b688da8d58
Fix ( #4430 ): Use separate hooks for shell mode animated styles ( #4451 )
...
* Fix (#4430 ): Use separate hooks for shell mode animated styles
* Consolidate in one file
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2024-06-10 17:19:28 +02:00
Hailey
0c99c63541
fix default
2024-06-09 17:12:16 -07:00
dan
a2d1cf68b9
Reliably focus keyboard on Android ( #4427 )
2024-06-07 22:27:16 -07:00
Hailey
40196cef09
tweaks
2024-06-07 16:20:41 -07:00
Hailey
1c11bc9879
Merge branch 'main' into starter-packs
2024-06-07 15:21:34 -07:00
Samuel Newman
29a4a5f90c
Composer - backup android focus ( #4415 )
...
* backup android focus
* bump to 300ms just to make sure it catches all of them
2024-06-07 13:32:38 +01:00
Hailey
4ce7298d03
more typecheck
2024-06-07 01:15:47 -07:00
Hailey
ce662afe15
typecheck
2024-06-07 01:15:37 -07:00
Hailey
964dbf1fa2
Merge branch 'main' into starter-packs
2024-06-06 22:50:40 -07:00
Hailey
fefae27396
scope enable/disable of keyboard controller in composer to only android ( #4412 )
2024-06-06 22:29:34 -07:00
Minseo Lee
2540616f43
Fix horizontal padding of tab within profile header ( #3924 )
...
Co-authored-by: Hailey <me@haileyok.com >
2024-06-06 21:41:03 -07:00
Hailey
f680d04a4c
Merge branch 'hailey/list-web-empty-component' into starter-packs
2024-06-06 16:25:28 -07:00
Hailey
a19bfe5c8a
don't render onEndReached or onStartReached Visibility if empty
2024-06-06 16:16:41 -07:00
Hailey
b0315cb558
change header and footer to be in line with emptyComponent
2024-06-06 16:14:34 -07:00
Hailey
5b976972f5
add support for ListEmptyComponent, allow undefined data
2024-06-06 15:59:38 -07:00
Hailey
90fd15ce42
merge in main
2024-06-06 14:17:54 -07:00
Hailey
885ad2c756
disable keyboard controller in the composer screen ( #4399 )
...
* disable keyboard controller in the composer screen
* add comment
* oops
* destructure
* rename to keyboard context for clarity
* move destructure
* cleanup
2024-06-06 12:15:36 -07:00
Paul Frazee
fef16e060f
Fix notifications pagination on web ( #4400 )
...
* Fix notifications pagination on web
* Preserve larger threshold on native
2024-06-06 12:10:50 -07:00
dan
559764156d
Fix tall image lightbox on Android ( #4393 )
2024-06-06 15:13:53 +01:00
Hailey
72f46ed734
cancel animations before updating value for min-shell animation ( #4386 )
...
* cancel animations before updating value
* comment
2024-06-06 14:28:02 +01:00
Samuel Newman
85e676257e
Composer - make sure android keyboard opens ( #4390 )
...
* keep trying to open keyboard until it's open
* limit number of retries
* keep the original 50ms one as well
* Proper fix!
* disable autoFocus if not visible
* Reset derived state
* Revert "Reset derived state"
This reverts commit 71f57391ae .
* Use derived state pattern
* Rename for clarity
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2024-06-06 14:21:22 +01:00
Hailey
42477d8bbb
add notification count badge mobile web ( #4375 )
...
* add notification count badge mobile web
* rename var
* add gate to types
* implement gate
* nit
* Fix condition order, narrow types
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2024-06-05 18:13:42 +01:00
Hailey
b675be022d
Merge branch 'main' into starter-packs
2024-06-05 09:13:22 -07:00
Hailey
af2aaa1f39
add types for desktopFixedHeight to List ( #4356 )
...
* add types for `desktopFixedHeight`
* nit
* accept both `number` and `boolean`
2024-06-05 09:03:40 -07:00
Hailey
e1f6e01b37
Merge branch 'main' into starter-packs
2024-06-04 21:18:13 -07:00
Paul Frazee
22858192dc
Release 1.85 ( #4372 )
...
* Update tests
* Run intl extract
2024-06-04 20:00:21 -07:00
Hailey
afbcac3ff3
use a timeout to focus the composer input ( #4370 )
...
* use a timeout to focus the composer input
* scope to just android
* scope useEffect to just android as well
* oops
* cleanup
2024-06-05 03:44:43 +01:00
Paul Frazee
7613cdb89b
Fix: visually indicate when quoted content is labeled ( #4369 )
2024-06-05 02:19:26 +01:00
Hailey
905fbc2819
rm log
2024-06-04 17:41:14 -07:00
Hailey
80e69ab37d
add card to notification
2024-06-04 17:40:34 -07:00
Hailey
2eb8ba2eac
add a notification type
2024-06-04 17:33:24 -07:00
Hailey
9f001526d3
Fix a few border nits ( #4349 )
...
* replace w/ hairline width
* no border for placeholder
* few notifications screen fixes tablet
* still show the border on desktop
* Simp
---------
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2024-06-04 19:31:54 +01:00
Hailey
b9ddeb5c45
Merge branch 'main' into starter-packs
2024-06-04 11:19:37 -07:00
surfdude29
d6b8313932
Mark accessibilityLabel and accessibilityHint for translation ( #4351 )
...
* mark `accessibilityLabel` and `accessibilityHint` for translation
* lint
* try again
2024-06-04 19:15:28 +01:00