Samuel Newman
0af92921a3
include eslint plugin tests in vitest run
...
These ran under jest-expo's default testMatch but were missed by the
initial vitest include glob (they live under eslint/, not src/ or
__tests__/, and are .js). Recovers 101 tests covering the
avoid-unwrapped-text and lingui-msg-rule custom rules.
2026-06-29 18:55:26 +03:00
Samuel Newman
fcff2ad756
fix lockfile
2026-06-29 18:55:26 +03:00
Samuel Newman
07af400770
rm legacy resolution cruft
2026-06-29 18:55:26 +03:00
Samuel Newman
15b4bdc810
stub async-storage for vitest to fix unhandled window error
2026-06-29 18:55:25 +03:00
Samuel Newman
56b29e21ee
cut over to vitest: drop jest config, deps, setup, update CI
2026-06-29 18:55:25 +03:00
Samuel Newman
b02d81661d
migrate native-mock tests to vitest (phase 2)
2026-06-29 18:55:25 +03:00
Samuel Newman
a70caf1829
migrate pure-logic tests to vitest (phase 1)
2026-06-29 18:55:25 +03:00
Samuel Newman
dd85eb0b07
add vitest alongside jest (phase 0)
2026-06-29 18:55:25 +03:00
Samuel Newman
2971c3520c
Fix chat input positioning on mobile android ( #11013 )
2026-06-29 10:18:53 -05:00
Samuel Newman
69058e1ec2
Disable selectable profile description on Android ( #11002 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-06-29 10:18:32 -05:00
Samuel Newman
a5ed41fa0f
Fix CI - grant workflows permission for internal sync push ( #11010 )
2026-06-29 16:30:01 +03:00
Samuel Newman
257a11d498
Set apple team id via environment variable ( #11008 )
2026-06-29 01:59:00 -07:00
RetroSunstar
b8608ac03b
Fix 149/150 user limit for starter packs ( #11001 )
2026-06-28 01:09:07 -07:00
pfrazee
e0ddd8d509
Nightly source-language update
2026-06-27 03:17:11 +00:00
Eric Bailey
90f3f954ea
Fix GrowthBook exposure did mis-attribution across account switches ( #11000 )
...
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-26 19:04:40 -05:00
DS Boyce
248290e0b3
Add advanced search UI ( #10992 )
2026-06-26 16:16:48 -07:00
Spence Pope
c5b3810229
Fail video duration check before compression ( #10999 )
2026-06-26 17:39:15 -05:00
surfdude29
1756740c6c
Add app language: Czech (cs) ( #10994 )
2026-06-26 16:04:48 -05:00
Samuel Newman
66250e45cc
Clean up type/lint errors in modules ( #10996 )
2026-06-26 07:41:09 -07:00
dependabot[bot]
fcbd23e7db
Bump actions/download-artifact from 7.0.0 to 8.0.1 ( #10971 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-26 07:40:12 -07:00
pfrazee
717406f16c
Nightly source-language update
2026-06-26 03:18:48 +00:00
Gabe Sullivan
ea35d930e3
Change dialog label and header from 'Invite Friends' to 'Share Profile' ( #10987 )
2026-06-25 18:23:06 -05:00
Eric Bailey
308693762c
Add placeholder, empty-value, and onConfirm support to DateField ( #10993 )
...
Co-authored-by: DS Boyce <260543580+ds-boyce@users.noreply.github.com >
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com >
2026-06-25 18:04:54 -05:00
Spence Pope
fcf17a482f
Add video upload telemetry events ( #10991 )
2026-06-25 18:14:05 -04:00
DS Boyce
6b342f61b4
Hide autocomplete suggestions when input loses focus ( #10989 )
2026-06-25 16:59:50 -05:00
DS Boyce
eae15aca3e
Increase unread cap to 99+ ( #10985 )
2026-06-25 16:57:03 -05:00
Lynx
29a0d16b69
Add icon to AppLanguageDropdown ( #10977 )
2026-06-25 16:54:31 -05:00
Alex Benzer
c33a35851e
Show shorter text for account label badge ( #10983 )
2026-06-25 16:53:49 -05:00
Eric Bailey
b1b0ad09cc
Video alt text ( #10990 )
...
Co-authored-by: Zaven477 <77801431+Zaven477@users.noreply.github.com >
2026-06-25 16:52:09 -05:00
DS Boyce
46f5437faa
Display more information in chat replies ( #10950 )
2026-06-25 15:03:42 -05:00
DS Boyce
3b2e609761
Add new chat notification preferences ( #10972 )
2026-06-25 12:01:33 -07:00
DS Boyce
1ff27bfd3b
Upgrade pnpm to 11.9.0 ( #10952 )
2026-06-25 13:43:33 -05:00
pfrazee
f72aae3bac
Nightly source-language update
2026-06-25 03:18:16 +00:00
DS Boyce
51e25435a2
Focus composer input when editable ( #10982 )
2026-06-24 18:06:02 -05:00
DS Boyce
da1f637160
Fix issue with stale unread message counts ( #10953 )
2026-06-24 13:51:06 -07:00
Spence Pope
f64b1258b6
[APP-2429] Add Sunlight and Twilight color options to the Invite Friends QR code ( #10921 )
...
Co-authored-by: Eric Bailey <git@esb.lol >
2026-06-24 12:27:12 -05:00
Lynx
c909fef3f1
signup: align "Contact support" to the right on larger displays ( #10978 )
2026-06-24 12:26:25 -05:00
DS Boyce
5b66015631
Set a min height on native Menus ( #10956 )
2026-06-24 11:51:16 -05:00
surfdude29
90c010e98a
Tweak strings and context ( #10928 )
2026-06-24 11:39:12 -05:00
Samuel Newman
f3978d1a1f
Fix internal repo sync broken by actions/checkout v6 bump ( #10933 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-24 11:38:44 -05:00
Samuel Newman
2843374ef8
Fix setState-in-render warning from convo cache subscription ( #10934 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-24 11:37:57 -05:00
RetroSunstar
0674626f3c
Add light haptics to Edit Profile Button for labellers ( #10948 )
2026-06-24 11:33:49 -05:00
DS Boyce
cd4d62c75a
Remove old message composer ( #10951 )
2026-06-24 11:27:10 -05:00
DS Boyce
c3626c80d1
Fix embeds overlapping each other in chat ( #10949 )
2026-06-24 11:14:23 -05:00
DS Boyce
e371d1db44
Add mark all as read to chat settings ( #10973 )
2026-06-24 10:23:57 -05:00
Spence Pope
4308d75e49
Add TestFlight group selection to iOS build workflow ( #10979 )
2026-06-24 10:52:58 -04:00
pfrazee
ea0ef23340
Nightly source-language update
2026-06-24 03:18:32 +00:00
Michael Black
692d8e5d10
bskyweb: add isPartOf jsonld post attr ( #10945 )
2026-06-23 12:07:00 -05:00
Spence Pope
c753c94969
Process videos on web with WebCodecs ( #10955 )
...
Co-authored-by: Samuel Newman <mozzius@protonmail.com >
2026-06-23 11:33:23 -04:00
pfrazee
cc0e1f88ea
Nightly source-language update
2026-06-23 03:17:56 +00:00