Eric Bailey
|
a7ba9dcbbb
|
Merge remote-tracking branch 'origin/main' into app-1934
* origin/main: (31 commits)
Nightly source-language update
Fix inverted condition in moveIfNecessary (#10238)
Disable viewport zoom in prod (#10233)
Fix embed options border radius (#10237)
Fix bskyembed skeleton padding (#10236)
Fix server state query returning undefined (#10232)
handle single-line text truncation (#10227)
use dvh for `util_screen_outer` (#10230)
Nightly source-language update
bskyweb: update to golang v1.26 (#10208)
Refactor chat list implementation (#10059)
Rename moderation link in settings to "Moderation and content filters" (#10192)
Disable keyboard preload on iOS to prevent keyboard flash (#10214)
PostControls: restore likeCount testID (#10221)
Remove direct dependency on `@expo/config-plugins` (#10152)
Tweak embed styles (#10226)
[APP-2065] yassify app embed (#10210)
Check for undefined moderationOpts (#10224)
Remove flex to fix view collapse (#10219)
Nightly source-language update
...
|
2026-04-14 17:37:24 -05:00 |
|
Eric Bailey
|
0654d11c20
|
Align on the offset hack we need for posts with no content
|
2026-04-14 17:36:02 -05:00 |
|
Eric Bailey
|
25f66f8cbe
|
Remove debug
|
2026-04-14 17:15:27 -05:00 |
|
Eric Bailey
|
832f3d190b
|
Debounce metric
|
2026-04-14 17:11:14 -05:00 |
|
Eric Bailey
|
c254225141
|
Let's keep it simple and use existing composer solution
|
2026-04-14 16:55:15 -05:00 |
|
Eric Bailey
|
8e91d8d3d8
|
Fix import sort
|
2026-04-14 16:50:04 -05:00 |
|
Eric Bailey
|
9f0d7576c6
|
Move old GalleryItem
|
2026-04-14 16:49:03 -05:00 |
|
Eric Bailey
|
6fa4c9a75e
|
Add crop badges
|
2026-04-14 16:46:29 -05:00 |
|
Eric Bailey
|
c22d3d8809
|
Fix sizing
|
2026-04-14 16:38:44 -05:00 |
|
Eric Bailey
|
43126a6920
|
Remove old code
|
2026-04-14 16:18:47 -05:00 |
|
Eric Bailey
|
2647c99274
|
Guard refs that fail measure
|
2026-04-14 16:18:16 -05:00 |
|
Eric Bailey
|
81b5cdffd1
|
Add a11y state
|
2026-04-14 16:12:04 -05:00 |
|
Eric Bailey
|
bb221f2205
|
Migrate most remainging things
|
2026-04-14 16:11:23 -05:00 |
|
Eric Bailey
|
051142e00b
|
Some perf things
|
2026-04-14 16:04:23 -05:00 |
|
Eric Bailey
|
3b91d9612d
|
Hook up lightbox
|
2026-04-14 15:59:01 -05:00 |
|
Eric Bailey
|
2c579e5308
|
Fix fast paging with pendingIndex
|
2026-04-14 15:49:01 -05:00 |
|
Eric Bailey
|
8cc6aec271
|
Clean up index setting, add callback to track changes
|
2026-04-14 15:45:25 -05:00 |
|
Eric Bailey
|
85b38ff7ad
|
Don't tween if no position change
|
2026-04-14 15:35:02 -05:00 |
|
Eric Bailey
|
a19efa9916
|
Extract utils
|
2026-04-14 15:33:29 -05:00 |
|
Eric Bailey
|
23e3cf9b75
|
Use same scroll handling for both web hooks
|
2026-04-14 15:30:37 -05:00 |
|
Eric Bailey
|
d4185da5b9
|
Small fixes
|
2026-04-14 15:23:43 -05:00 |
|
Eric Bailey
|
59a9f3f729
|
Web in a good place
|
2026-04-14 15:14:11 -05:00 |
|
Eric Bailey
|
da4f3ac88b
|
Add keyboard handling
|
2026-04-14 13:42:16 -05:00 |
|
Eric Bailey
|
7a4460de48
|
Fix for insets on web
|
2026-04-14 11:48:18 -05:00 |
|
vineyardbovines
|
fb29db5a92
|
ensure layoutAvi is behind the carousel
|
2026-04-14 11:00:17 -04:00 |
|
vineyardbovines
|
f5252780e1
|
use bleed on web
|
2026-04-14 10:09:24 -04:00 |
|
vineyardbovines
|
13ce9da116
|
measureLayout instead of measureInWindow to get size relative to gallery bleed ancestor
|
2026-04-14 09:27:27 -04:00 |
|
pfrazee
|
eee2df6d3a
|
Nightly source-language update
|
2026-04-14 03:15:02 +00:00 |
|
Eric Bailey
|
11929c7379
|
Sketch out 'shell' approach
|
2026-04-13 13:23:36 -05:00 |
|
Samuel Newman
|
c56427c6fb
|
Fix inverted condition in moveIfNecessary (#10238)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-13 09:42:57 -07:00 |
|
Samuel Newman
|
9c502b38e5
|
Disable viewport zoom in prod (#10233)
|
2026-04-13 09:42:37 -07:00 |
|
Samuel Newman
|
1f6d6d0545
|
Fix embed options border radius (#10237)
|
2026-04-13 09:42:05 -07:00 |
|
Samuel Newman
|
27d1b96e73
|
Fix bskyembed skeleton padding (#10236)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-13 09:41:14 -07:00 |
|
Samuel Newman
|
5d0b900719
|
Fix server state query returning undefined (#10232)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-12 13:14:21 -05:00 |
|
Spence Pope
|
9b31bb8470
|
handle single-line text truncation (#10227)
|
2026-04-12 01:48:58 -07:00 |
|
Samuel Newman
|
02daa0179b
|
use dvh for util_screen_outer (#10230)
|
2026-04-11 10:08:02 +03:00 |
|
pfrazee
|
ff294edd1e
|
Nightly source-language update
|
2026-04-11 03:11:48 +00:00 |
|
bnewbold
|
a7b6cd4504
|
bskyweb: update to golang v1.26 (#10208)
|
2026-04-10 10:25:40 -07:00 |
|
Samuel Newman
|
888eca73b3
|
Refactor chat list implementation (#10059)
|
2026-04-10 09:58:16 -07:00 |
|
Samuel Newman
|
2c717dc1e7
|
Rename moderation link in settings to "Moderation and content filters" (#10192)
|
2026-04-10 09:50:30 -07:00 |
|
Artem Pyvovar
|
ff68e4036d
|
Disable keyboard preload on iOS to prevent keyboard flash (#10214)
|
2026-04-10 09:50:17 -07:00 |
|
Misty De Méo
|
170e169ad1
|
PostControls: restore likeCount testID (#10221)
|
2026-04-10 09:50:03 -07:00 |
|
Samuel Newman
|
19df58f1ef
|
Remove direct dependency on @expo/config-plugins (#10152)
|
2026-04-10 09:49:41 -07:00 |
|
Samuel Newman
|
c79dff9b3e
|
Tweak embed styles (#10226)
|
2026-04-10 09:35:22 -07:00 |
|
Spence Pope
|
13b453e506
|
[APP-2065] yassify app embed (#10210)
|
2026-04-10 09:08:09 -07:00 |
|
Eric Bailey
|
d8fdfddbaf
|
Check for undefined moderationOpts (#10224)
|
2026-04-10 10:23:36 -05:00 |
|
Eric Bailey
|
ff30d39355
|
Remove flex to fix view collapse (#10219)
|
2026-04-10 09:37:06 -05:00 |
|
pfrazee
|
9c65a8a78c
|
Nightly source-language update
|
2026-04-10 03:14:50 +00:00 |
|
Eric Bailey
|
8c9a11dc3f
|
[APP-1775] Handle labels on actor statuses (#9716)
|
2026-04-09 15:52:45 -05:00 |
|
Samuel Newman
|
d01362a01e
|
Bump version to v1.121.0 (#10215)
|
2026-04-09 22:34:27 +03:00 |
|